Jul 30, 2020 · aws secretsmanager get-secret-value --secret-id Confidential_Info | jq This returns some metadata about your string as well as the string itself in the SecretString parameter. It’s encoded in a single string, but you can use jq ‘s fromjson directive to return the actual JSON value of the string. Kubernetes External Secrets allows you to use external secret management systems, like AWS Secrets Manager or HashiCorp Vault, to securely add secrets in Kubernetes. Read more about the design and motivation for Kubernetes External Secrets on the GoDaddy Engineering Blog.
$ aws secretsmanager get-secret-value --secret-id test/ac2019 $ aws secretsmanager create-secret --name test/ac2019 {. Note that aws-secret-operator intentionally disallow omitting versionId as it makes impossible to trigger resource updates in response to AWS secrets changes.The credentials were saved to an AWS SecretsManager secret. You can view and retrieve the credentials stored in the secret using the following command: shell aws secretsmanager get-secret-value --secret-id [secretArn] | jq -r '.SecretString'