Add web ui authentication
[osm/devops.git] / installers / charm / prometheus / config.yaml
index 6db6a60..b25eaba 100644 (file)
@@ -75,3 +75,11 @@ options:
     description: Enables the security context of the pods
     type: boolean
     default: false
+  web_config_username:
+    type: string
+    default: admin
+    description: Username to access the Prometheus Web Interface
+  web_config_password:
+    type: string
+    default: admin
+    description: Password to access the Prometheus Web Interface