unable mount Secret Provider Class #889
Unanswered
rajendar38
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All ,
I am trying to integrate azure key Valut with aks cluster , as part of that I created SPC and trying to mount it as volume .
I have few secrets in the key vault .
The problem is if add client Id and DB pass word to SPC ,
I am getting error
MountVolume.SetUp failed for volume "secrets-store-inline" : rpc error: code = Unknown desc = failed to mount secrets store objects for pod mds/abc-xyz-service-589d454d6-xctdm, err: rpc error: code = Unknown desc = failed to mount objects, error: failed to yaml unmarshal objects, error: yaml: line 29: did not find expected key
if I remove these attributes from the SCP , it is working as expected , after so many trail and error I found this observations . the values for these secrets 12345aff-fb6c-4a22-973b-70e4acfb71ea and Db password is normal password .
can anyone let me know what is the issue with attributes
Beta Was this translation helpful? Give feedback.
All reactions