Skip to content

Enable all k8s auth plugin

Arnaud Bouts requested to merge stoub/sylvactl:feat/auth-k8s into main

Sylvactl is not able to connect to a k8s cluster when authorization provider is oidc :

sylvactl watch
Error: failed to create client: no Auth Provider found for name "oidc"

The CLI has to be compiled including auth plugins to enable all auth mechanism

Merge request reports