Moritz Johner

Results 191 comments of Moritz Johner

Please try a TLS handshake and see if the certificate presented is the expected one (it matches the DNS name)

Hey :wave:, thanks for your report! From what i can see: the ExternalSecret had a `lastTransitionTime` at 11:06 (where it presumable was successfully synced for the first time). The logs...

I took a quick look at the provided information: Small remark: you have to look at the `status.conditions[].lastTransitionTime` - that shows when it first got into `Ready=true` state. The refreshTime...

Increasing --concurrent should help you fix the symptoms, but the issue seems to be the high reconcile time. It looks like most of the ExternalSecret resources are not reconciled successfully....

ESO runs with leader election and only a single replica will be reconciling. @Sartigan can you provide more information on how you set up ESO (helm values etc)? I guess...

Wait, did that resolve all the problems?! I'm trying to understand this, maybe it would be reasonable to change the default for this? :thinking:

Are you trying to integrate this API: https://infisical.com/docs/api-reference/endpoints/secrets/list ? `GetAllSecrets()` is not supported, that's right but `GetSecretMap()` is, which also allows you to return multiple key/value pairs. To better understand...

I think you should be able to do this today :thinking: While figuring this out i found a couple of edge cases with the webhook provider, e.g.: #2898. What you...

Hey @12345ieee, no worries. Yes, this is/was a non-goal in the initial design. However, this question / feature-request came up quite a lot recently. This hasn't been documented in an...

The PR mentioned above is ready to be reviewed. We're gonna take a look at it soon.