Thijs Cramer

Results 30 comments of Thijs Cramer

> @FireDrunk I think you'll have to compile. I don't believe images in PRs are pushed anywhere. > > But the `make image` make target is very easy/reliable in my...

@jannfis After some hassle I've been able to build the image and test it in our regular ArgoCD Project. I've build the image from your branch, and applied it to...

I've pulled & rebuilt the image, but I'm still getting the startup errors on the argocd-server. I'm also still seeing 2.4.0 as the version number. ``` time="2022-08-10T10:00:36Z" level=info msg="ArgoCD API...

Aah, I missed those new RBAC rules! I was just pulling in the latest image, and will try to verify again! Thanks!

@jannfis I'm trying to understand the `--application-namespaces` setting that I'm required to set. Does this mean that I have to update this parameter for every namespace in every AppProject that...

Ah, that makes a lot more sense! I'll use the wildcard!

I think that would break internally, because middleware is applied at the router level? If there are multiple routers using the same service, but with different middleware(s), would that mean...

@Metabolix Althought the code is somewhat messy, I'm hoping you can proceed with the functionality as well. I would very much like to have the option to automatically run this...

@abstractj Pluggable is fine, but I would think it's easier to have a 'hard linked' file structure, than a full plugin architecture. My take would be: files that are directly...

@jangaraj good point, That way we can just predefine --vendor shortcuts that set those pathing claims. That restricts the 'vendor' package to only have functionality regarding 'roles' and 'groups', and...