File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/src/main/sphinx/admin Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ Configure metrics retrieval from the workers in your Prometheus configuration:
234234 tls_config :
235235 insecure_skip_verify : true
236236 basic_auth :
237- username : mysuer # replace with a user with system information permission
237+ username : myuser # replace with a username that has system information permission
238238 # DO NOT ADD PASSWORD
239239```
240240
@@ -292,7 +292,7 @@ configuration:
292292 tls_config :
293293 insecure_skip_verify : true
294294 basic_auth :
295- username : mysuer # replace with a user with system information permission
295+ username : myuser # replace with a username that has system information permission
296296 password_file : /some/password/file
297297` ` `
298298
You can’t perform that action at this time.
0 commit comments