Rendering: Experimental support to use JWTs as auth method (#60841)

* Rendering: Add support for auth through JWT

* Goimports

* Apply review suggestions

* Correct feature toggle ref

* Minor changes
This commit is contained in:
Joan López de la Franca Beltran
2023-04-03 18:53:38 +02:00
committed by GitHub
parent 99ac39f0d2
commit 87a0c95164
9 changed files with 139 additions and 20 deletions

View File

@@ -92,4 +92,5 @@ export interface FeatureToggles {
alertStateHistoryLokiPrimary?: boolean;
alertStateHistoryLokiOnly?: boolean;
unifiedRequestLog?: boolean;
renderAuthJWT?: boolean;
}