How does the AWS Secrets Manager work? <https://do...
# ask-the-community
l
How does the AWS Secrets Manager work? https://docs.flyte.org/projects/cookbook/en/latest/auto/core/containerization/use_secrets.html#aws-secrets-manager
Copy code
secrets need to be specified by naming them in the format <SECRET_GROUP>:<SECRET_KEY>
there's a colon there in the naming scheme but when I try to configure a secret in AWS
Secret name must contain only alphanumeric characters and the characters /_+=.@-
Is that naming scheme supposed to be the
{"<SECRET_GROUP>:<SECRET_KEY>":"some secret value"}
key in the plaintext actually? and just whatever name for the secret
152 Views