-
Notifications
You must be signed in to change notification settings - Fork 182
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated regex in template to be correct for the parameters, Updated SourceCodeUrl to head of master branch Fixed the interpretation of secret arns from lambda environment variable GOOGLE_CREDENTIALS GOOGLE_ADMIN SCIM_ENDPOINT SCIM_ACCESS_TOKEN REGION IDENTITY_STORE_ID Fixed reading none-secret values that have default values from lambda environment variables LOG_LEVEL LOG_FORMAT SYNC_METHOD Change when log channel configured to respect log settings from above variables By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. update cleanup stage to remove the correct stack. * Update template.yaml Changed Source code Url to be head of master. * Running Test this commit will be rolled back. * Retrieve secret arns from env vars Despite passing the secrets arns to the function via the env variables. This were never actually used instead using hard code secret short names. * Update template.yaml Remove redundant prefix from Env var names. * Update secrets.go Adding import for os module * Update developer.yaml Adding missing permission to CLI test role. * Update Makefile Copy arm64 executable to correct path for building SAM package * Read secret arn from Env Var, Actually read secret arn from Env Var, and use fall back to old static names if the Env is missing or empty. * case-sensetivity env vars? Checking whether case-sensetivity is impacts the import of envs * Revert "case-sensetivity env vars?" This reverts commit 96f9ccb. * Update config.go * Update config_test.go * Revert "Update config.go" This reverts commit 5b54099. * Revert "Update config_test.go" This reverts commit 29315a1. * Bypass viper for lambda Env Vars viper doesn't handle lambda Env Vars well, so conditionally overriding normal viper behaviour. * Update root.go Changed logConfig timing so log settings from Lambda Env Vars are respected.
- Loading branch information
1 parent
6b1b628
commit 53b575b
Showing
6 changed files
with
148 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.