Skip to content

Commit

Permalink
Merge pull request kubecost#1762 from kubecost/biancaburtoiu/oidc-dom…
Browse files Browse the repository at this point in the history
…ain-optional

Mark hostedDomain as optional in OIDC integration
  • Loading branch information
biancaburtoiu authored Oct 25, 2022
2 parents e59d973 + 14c2472 commit d0c6a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cost-analyzer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ oidc:
authURL: "https://my.auth.server/authorize" # endpoint for login to auth server
loginRedirectURL: "http://my.kubecost.url/model/oidc/authorize" # Kubecost url configured in provider for redirect after authentication
discoveryURL: "https://my.auth.server/.well-known/openid-configuration" # url for OIDC endpoint discovery
hostedDomain: "example.com" # blocks access to the auth domain specified in the hd claim of the provider ID token
# hostedDomain: "example.com" # optional, blocks access to the auth domain specified in the hd claim of the provider ID token

# Adds an httpProxy as an environment variable. systemProxy.enabled must be `true`to have any effect.
# Ref: https://www.oreilly.com/library/view/security-with-go/9781788627917/5ea6a02b-3d96-44b1-ad3c-6ab60fcbbe4f.xhtml
Expand Down

0 comments on commit d0c6a06

Please sign in to comment.