This is an automated email from the ASF dual-hosted git repository.
heneveld pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-docs.git
The following commit(s) were added to refs/heads/master by this push:
new a23b427 document the random password security provider
a23b427 is described below
commit a23b427554cd5f19f61a5f1fc5075bcc528a30ae
Author: Alex Heneveld <[email protected]>
AuthorDate: Tue Mar 30 10:28:12 2021 +0100
document the random password security provider
---
guide/ops/configuration/brooklyn_cfg.md | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/guide/ops/configuration/brooklyn_cfg.md
b/guide/ops/configuration/brooklyn_cfg.md
index 9346d4a..1d9c4f8 100644
--- a/guide/ops/configuration/brooklyn_cfg.md
+++ b/guide/ops/configuration/brooklyn_cfg.md
@@ -99,6 +99,15 @@ each `<username>` specified in the
`brooklyn.webconsole.security.users` list.
Other security providers available include:
+### Random Password with Localhost Always Allowed
+
+`brooklyn.webconsole.security.provider=org.apache.brooklyn.rest.security.provider.BrooklynUserWithRandomPasswordSecurityProvider`
+will create and log a randomly-created password for use with a user named
`brooklyn`. Localhost access will be allowed without a password.
+Search in the logs for a message of the form:
+
+`BrooklynUserWithRandomPasswordSecurityProvider [...] Allowing access to web
console from localhost or with brooklyn:<password>`
+
+
### No one
`brooklyn.webconsole.security.provider=org.apache.brooklyn.rest.security.provider.BlackholeSecurityProvider`
@@ -215,4 +224,4 @@ seconds as properties on `brooklyn.cfg`:
org.apache.brooklyn.server.maxSessionAge = 3600
org.apache.brooklyn.server.maxInactiveInterval = 3600
```
-
\ No newline at end of file
+