Updated with the new paramter in line 84 with the new paramter authProvider in the config schema

Signed-off-by: armandocomellas1 <cgarmando@google.com>
This commit is contained in:
armandocomellas1
2024-01-17 12:57:57 -06:00
parent 5d06333af2
commit 8e2043b278
+2
View File
@@ -81,6 +81,8 @@ export interface Config {
/** @visibility frontend */
region?: string;
/** @visibility frontend */
authProvider?: string;
/** @visibility frontend */
skipTLSVerify?: boolean;
/** @visibility frontend */
skipMetricsLookup?: boolean;