mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 15:31:48 +00:00
dotcom: request write scopes for EP prod proxy (#64450)
doh ## Test plan n/a
This commit is contained in:
parent
adce59be48
commit
27d0615a3d
@ -267,7 +267,7 @@ func NewHandler(
|
||||
enterpriseportal.SAMSConfig{
|
||||
ClientID: dotcomConf.SamsClientID,
|
||||
ClientSecret: dotcomConf.SamsClientSecret,
|
||||
Scopes: enterpriseportal.ReadScopes(), // WIP: enable write access to prod later
|
||||
Scopes: append(enterpriseportal.ReadScopes(), enterpriseportal.WriteScopes()...),
|
||||
ConnConfig: samssdk.ConnConfig{
|
||||
ExternalURL: dotcomConf.SamsServer,
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user