Jann Fischer

Results 216 comments of Jann Fischer

I think since quite a while (v0.1.0 or so), this issue seems to be solved. A default Argo CD instance is always installed in namespace-scoped mode by default, with only...

I'm afraid the OAuth with ArgoCD is only possible using a browser. However, you can create a [local (technical) user](https://argoproj.github.io/argo-cd/operator-manual/user-management/#local-usersaccounts-v15) and use it for automation purposes. Be sure to configure...

> I've kinda been waiting for 3.0, since no solution seems clean/easy. But maybe I'm missing a better option. Hm. I think it would not so much be a breaking...

Thanks for your comments and input folks! > Should vanilla manifests be considered as part of this proposal I would tend to answer this question as "no", as this would...

Agreed. I believe most of the early childhood flaws have been remedied as of now. I'd have a good feeling promoting it to stable.

One thing that I (and potentially others) have overlooked, there is no way yet to configure this via CLI or UI, I believe.

> A bug was reported Reported where? Care to link it, please?

> I cannot link to the reported bug sadly Care to open a bug on GitHub describing this problem? It would help others in the community who happen to stumble...

@dependabot ignore this minor version

Unfortunately, you need to pin the Kubernetes version in your consumer to the same version that Argo CD uses. This is done using replace rules in your go.mod. PTAL here:...