ChristianCiach

Results 24 issues of ChristianCiach

When syncing images between repositories, the **destination** repository (Harbor for us) registers a "pull" operation for every image that also exists in the source repository. We've configured our Harbor instance...

kind/feature
stale-issue

Checklist: * [x] I've searched in the docs and FAQ for my answer: https://bit.ly/argocd-faq. * [x] I've included steps to reproduce the bug. * [x] I've pasted the output of...

bug

*Description*: Currently, you can use a `SecurityPolicy` to configure JWT authentication by configuring the `remoteJWKS` field of the [JWTProvider](https://gateway.envoyproxy.io/v0.6.0/api/extension_types/#jwtprovider). There may be cases where a remote JWKS endpoint may not...

help wanted
area/api

**Describe the bug** I use a VaultStaticSecret to retrieve the *latest* version of a secret stored in Vault by omitting the `version` attrbute: ```yaml apiVersion: secrets.hashicorp.com/v1beta1 kind: VaultStaticSecret metadata: name:...

bug