-
Notifications
You must be signed in to change notification settings - Fork 1.7k
feat(auth): make RAB feature production ready #17390
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
405031c
b1b50c2
11f1fe5
1504240
23dab7f
be98558
e50ae7d
02a89cd
35041c5
2bf4127
f92ceaa
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -105,9 +105,13 @@ | |
| AWS_REGION = "AWS_REGION" | ||
| AWS_DEFAULT_REGION = "AWS_DEFAULT_REGION" | ||
|
|
||
|
|
||
| GOOGLE_AUTH_TRUST_BOUNDARY_ENABLED = "GOOGLE_AUTH_TRUST_BOUNDARY_ENABLED" | ||
| """Environment variable controlling whether to enable trust boundary feature. | ||
| The default value is false. Users have to explicitly set this value to true.""" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This looks like a publicly accessible value. I don't think it's safe to remove, in case someone imported it. Can we just leave it with a comment that it's deprecated?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Done! |
||
|
|
||
| .. deprecated:: | ||
| This environment variable is deprecated and no longer has any effect. | ||
| """ | ||
|
|
||
| GOOGLE_API_CERTIFICATE_CONFIG = "GOOGLE_API_CERTIFICATE_CONFIG" | ||
| """Environment variable defining the location of Google API certificate config | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.