mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-29 08:57:18 +02:00
azure: support deriving credentials from client id, client secret and provider url (#1300)
This commit is contained in:
parent
882b6b54ee
commit
c4c8ef8e53
6 changed files with 104 additions and 13 deletions
2
cache/cache.go
vendored
2
cache/cache.go
vendored
|
@ -129,6 +129,8 @@ func (c *Cache) update(cfg *config.Config) error {
|
|||
Provider: cfg.Options.Provider,
|
||||
ProviderURL: cfg.Options.ProviderURL,
|
||||
QPS: cfg.Options.QPS,
|
||||
ClientID: cfg.Options.ClientID,
|
||||
ClientSecret: cfg.Options.ClientSecret,
|
||||
})
|
||||
|
||||
dataBrokerClient := databroker.NewDataBrokerServiceClient(c.localGRPCConnection)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue