Sync AWS Secrets manager with Kubernetes secrets on local not working when using minikube and localstack #230
Unanswered
deepaktripathi1997
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Hello all, I have the same issue. Any help here is greatly appreciated. Thank you |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hola a todos!!!. Me paso lo mismo, tengo EKS 1.30, y lo solucione agregandole permisos al rol ya que faltaban permisos para los recursos secrets, este era el error que me daba encontrado en los logs del pod:
luego de agregar estos permisos [list, watch, get] me dio este error:
y lo que agregue al ClusterRole quedo fue:
quedando asi el recurso:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to configure AWS secrets with my kubernetes cluster in such a way that I can expose secrets as environment variable in my deployment file
OS: Mac
I am using minikube for local testing
For AWS I am using localstack
secrets manager I have created a secret
I have created this yaml file
In my deployment file I have used
But this whole is not working and getting following error
kubernetes logs for csi drivers
Please let me know what am I doing wrong in this .
Beta Was this translation helpful? Give feedback.
All reactions