You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: refactor authentication flows inside of the webhook (#225)
* Refactor authentication flow in the webhook.
Remove the obsolete long-live token authentication option.
Add the possibility to setup multitenant environment using SA keys per namespace.
Add the possibility to use WIF auth flow.
* Add integration test for the multitenant auth flow.
* Update documentation
* fix: code review
* fix: lint and lower acme record default TTL