Describe the bug
solo is stripping env variables like AWS_ROLE_ARN and AWS_WEB_IDENTITY_TOKEN_FILE breaking EKS IRSA. this was introduced at some point as solo 0.76 doesn't have this issue
Describe the expected behavior
helm should be able to use native EKS IRSA for authentification when executed from solo
To Reproduce
- Set env vars for solo like
AWS_ROLE_ARN and AWS_WEB_IDENTITY_TOKEN_FILE
- replace helm with stub to record env variables
- see helm not getting these env vars
Additional Context
The following env vars should be whitelisted and passed to the helm and other tooling when running in AWS EKS cluster to utilize EKS IRSA
`AWS_ROLE_ARN`,
`AWS_WEB_IDENTITY_TOKEN_FILE`,
`AWS_REGION`,
`AWS_DEFAULT_REGION`,
`AWS_STS_REGIONAL_ENDPOINTS`
Describe the bug
solo is stripping env variables like
AWS_ROLE_ARNandAWS_WEB_IDENTITY_TOKEN_FILEbreaking EKS IRSA. this was introduced at some point as solo 0.76 doesn't have this issueDescribe the expected behavior
helm should be able to use native EKS IRSA for authentification when executed from solo
To Reproduce
AWS_ROLE_ARNandAWS_WEB_IDENTITY_TOKEN_FILEAdditional Context
The following env vars should be whitelisted and passed to the helm and other tooling when running in AWS EKS cluster to utilize EKS IRSA