David Blum

Results 8 comments of David Blum

Running into this issue as well during an intentional test. Version: `0.5.8` Repro: * setup `clusterExternalSecret` * Add nameSpace selectors config: ``` namespaceSelector: matchLabels: tacos: are-the-best ``` * Update NS,...

Refresh time is 1 minute. Manifest: ``` apiVersion: external-secrets.io/v1beta1 kind: ClusterExternalSecret metadata: name: "my-cluster-external-secret" spec: # This is a basic label selector to select the namespaces to deploy ExternalSecrets to....

Ok, just got this working configuring OIDC trusts from both accounts. I'm still curious on if ESO supports multiple role assumption as well. I'll update the issue tomorrow with examples...

Thanks @moolen ! I appreciate your response! I think its inherent in the docs, but might be worth a specific callout.

@cppforlife Thanks for the reply! This is exactly what we ended up doing. From what we read in the documentation our approach was supported, so we were very confused when...

I was able to get this working by generating a PAT per the linked docs, and then setting up a `hub` config file in: `~/.config/hub`: ``` github.com: - user: <...

Ran into this recently. Got lots of excellent help from the dev team in [slack](https://kubernetes.slack.com/archives/CH8KCCKA5/p1672971264105759) It's also worth noting that when you apply the correct delete strategy to your application,...

Just ran into this. Any update on the potential of this work being completed?