Scoping with ExternalSecret config might be broken #718
-
Hi folks, I have an intention to implement scoping using newly introduced ExternalSecret config capability with instance ID and controller ID, but unfortunately it does not work for me. I definitely created ad instance with a proper instanceID:
I've created a simple external secret manifest like
I've set up all the necessary AWS policies and roles to get this working and it works ok without specifying instance ID and controller ID, but with these both I got the following message in logs after bumping up log level to debug Then I made some deep dive into the code base and found some part of the code which I do not fully understand. So, in @Flydiverny I really appreciate any suggestions as my team is going to use kes in our new project and we would like to use this perfect scoping for production. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Looks like you are correct with the instance id not being passed in! 🙀 |
Beta Was this translation helpful? Give feedback.
Looks like you are correct with the instance id not being passed in! 🙀