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
{{ message }}
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.
In order to get an easier deployment, it will be awesome if the chart secret-inject/secret-inject will contain also the ability to create a serviceAccount with OIDC like aws-efs-csi-driver chart has:
In addition, it will be great to have also some guidelines of how to create a serviceAccount , the IAM policy, the role trust under the README.md instead of this article. This can improve the quickstart
The text was updated successfully, but these errors were encountered:
We can update the readme @dsaydon90 with instructions for creating a serviceAccount, IAM policy, etc, but I'm hesitant to include code to automatically creates an IAM role since that is a privileged operation. The solution is designed to force you to create an IAM policy/role and serviceAccount that is scoped to a secret.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In order to get an easier deployment, it will be awesome if the chart
secret-inject/secret-inject
will contain also the ability to create aserviceAccount
withOIDC
likeaws-efs-csi-driver
chart has:https://github.com/kubernetes-sigs/aws-efs-csi-driver/blob/f89b14367e2509738dc885ab82370152c2f4cf83/charts/aws-efs-csi-driver/values.yaml#L74-L81
In addition, it will be great to have also some guidelines of how to create a
serviceAccount
, the IAMpolicy
, the roletrust
under the README.md instead of this article. This can improve the quickstartThe text was updated successfully, but these errors were encountered: