Skip to content

Commit

Permalink
Update lib/googleauth/external_account/pluggable_credentials.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Neha Bajaj <bajajneha27@users.noreply.github.com>
  • Loading branch information
BigTailWolf and bajajneha27 committed Jul 5, 2023
1 parent d6dc4e8 commit 1635afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/googleauth/external_account/pluggable_credentials.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class PluggableAuthCredentials
# constant for pluggable auth enablement in environment variable.
ENABLE_PLUGGABLE_ENV = "GOOGLE_EXTERNAL_ACCOUNT_ALLOW_EXECUTABLES".freeze
EXECUTABLE_SUPPORTED_MAX_VERSION = 1
EXECUTABLE_TIMEOUT_MILLIS_DEFAUT = 30 * 1000
EXECUTABLE_TIMEOUT_MILLIS_DEFAULT = 30 * 1000
EXECUTABLE_TIMEOUT_MILLIS_LOWER_BOUND = 5 * 1000
EXECUTABLE_TIMEOUT_MILLIS_UPPER_BOUND = 120 * 1000
ID_TOKEN_TYPE = ["urn:ietf:params:oauth:token-type:jwt", "urn:ietf:params:oauth:token-type:id_token"].freeze
Expand Down

0 comments on commit 1635afa

Please sign in to comment.