igor-sidorov

Results 10 comments of igor-sidorov

Just many of {"level":"info","ts":1658929987.2561705,"logger":"provider.aws","msg":"using aws session","region":"us-east-1","credentials":null}

For creation secrets we are using dataFrom.find. We have 27 External secrets. refreshInterval = 1m Total ssm parameters around 200. I have check https://github.com/external-secrets/external-secrets/issues/1336 I don't have any throttling errors....

It is look like issue was because --concurrent=1. I have increased that value --concurrent=10. And now secrets can't sync because of Throttling errors from AWS parameter store. I changed image...

I have increased level but it won't provide any more useful data. I figured out that when you use dataFrom.find you communicate with AWS by GetParameterByPath api call. This method...

Thanks for help. All examples on the page correlate Secret Store not parameter store. Can ExternalSecret create in specific namespace?

I tried example but kubectl get SecretStores,ClusterSecretStores,ExternalSecrets --all-namespaces don't show that secret was created. Is any place where I can look for logs?

When I do `kubectl get externalsecrets -A` I can see SecretStore and ExternalSecret with state Valid and SecretSynced accordingly. I see target name in description of `externalsecret.external-secrets.io/external_secret_name` but I can't...

Could you return that?

Having same issue. Annotations from scale set not set to ephemeral runners.