Moritz Johner
Moritz Johner
Hey @MansurEsm, in order to help you we need all the information: how did you install eso, the (Cluster)SecretStore and ExternalSecret yaml, and the cloud side of things (IAM Roles...
/ok-to-test sha=0ec3c14
Yeah, i fixed a thing in your last pr
This is an issue with the validation of the SecretStore. Setting `--enable-flood-gate=false` on the controller allows you to workaround that issue. I'll take a look at fixing the validation part.
The culprit is the `*` in the role, this isn't interpreted correctly in the validation func. Specifying a explicit grant on secrets read would also be a workaround at this...
You're specifying two array elements, you shouldn't! The `find` and `rewrite` should be in the same array element ```yaml dataFrom: - find: path: /development/env name: regexp: service-one-is-here rewrite: - regexp:...
Did you try to set `crds.conversion.enabled=false` ? That should do the trick
Hey @psolarcz just wanted to check in and ask if you want to carry on with this PR?
@infamousjoeg do you want to open a new PR for this or work on his branch? Just asking, i'd close this if you're opening a new one.
Hey @psolarcz @infamousjoeg are you working on this one, do you need any help?