Closed nitrocode closed 5 months ago
Nevermind. I missed that I can set the full arn in the objectName
on the readme.
objectName: This field is required. It specifies the name of the secret or parameter to be fetched. For Secrets Manager this is the SecretId parameter and can be either the friendly name or full ARN of the secret. For SSM Parameter Store, this must be the Name of the parameter and can not be a full ARN.
Hi.
In account
secrets
, I have a secret I'd like to use in a pod. This secret allows the IRSA ineks
account to access it using a resource policy.In account
eks
, I have an EKS cluster with a pod that assumes an IRSA in the same account.How do I mount the secret in account
secrets
into the pod in accounteks
without having to copy over the secret to the other account?