Zhiqiang ZHOU
Zhiqiang ZHOU
> > Hi @g1eny0ung , I noticed we're using a `` here for the OIDC Login button. > > https://github.com/chaos-mesh/chaos-mesh/blob/23f80553b7bdb69da179002c1effe3178ebfd03e/ui/app/src/components/TopContainer/Auth.tsx#L84-L95 > > > > Could we replace it with OIDC...
Got that. 🤔 When I build the operator for the "managed cloudflared connector", I did realize that there would be lots of potential customizations. So I just make the simplest...
Hi @z0rc , I am not sure about embedding a completed `podTemplate` in the helm chart would be the best solution, but it indeed provides the most flexibility for advanced...
sorry for the late response, LGTM!
I am going to try to fix the webhook part :)
it seems the webhook are not work as expected: ``` 2025-03-29T23:01:42.677Z INFO setup chaos-controller-manager/main.go:174 Setting up webhook server 2025-03-29T23:01:42.677Z INFO controller-runtime.webhook webhook/server.go:183 Registering webhook {"path": "/validate-auth"} 2025-03-29T23:01:42.677Z INFO setup chaos-controller-manager/main.go:206...
OK I get that, https://github.com/kubernetes-sigs/controller-runtime/pull/2639 https://github.com/kubernetes-sigs/controller-runtime/pull/2877 We have to migrate to customzied validator / customzied mutator, becuase the origin interface have been removed.... I will follow @g1eny0ung's work
> I don't know how to fix the markdown links lint issue (the links seem to be valid) and I am not sure what is wrong with the failing integration...