You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configuration service can be managed by config_service param. Setting it as aws_secrets_manager would use AWS Secrets Manager for injecting configuration values into deployments.
The configuration service can accept arbitrary arguments via config_args
The text was updated successfully, but these errors were encountered:
Expected Outcome
Secrets from AWS Secrets Manager should be accessible during the deployment process.
The process should be secure, with minimal manual intervention once set up.
config_service
param. Setting it asaws_secrets_manager
would use AWS Secrets Manager for injecting configuration values into deployments.config_args
The text was updated successfully, but these errors were encountered: