New ENV Variable supported - boolSSOSYNC_LOAD_ASM_SECRETSdefault:true - this variable when set to false will not need any ASM Secrets, so long as the environment variables are set it will try to run. This is useful for deploying the app using SSM or any other secret -> env mapping (deployed to kuberentes for example)
This can help avoid the need to fetch from ASM all together. I also updated to 1.19 to fix unit tests
*Issue #67
Description of changes:
SSOSYNC_LOAD_ASM_SECRETS
default:true
- this variable when set to false will not need any ASM Secrets, so long as the environment variables are set it will try to run. This is useful for deploying the app using SSM or any other secret -> env mapping (deployed to kuberentes for example)This can help avoid the need to fetch from ASM all together. I also updated to 1.19 to fix unit tests