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-dist.git
The following commit(s) were added to refs/heads/master by this push:
new cd5153c example in comments for configuring a login form
cd5153c is described below
commit cd5153ca2b7742bcffbfea65685bf1eda7e35dca
Author: Alex Heneveld <[email protected]>
AuthorDate: Thu Sep 9 22:53:38 2021 +0100
example in comments for configuring a login form
---
karaf/features/src/main/resources/resources/etc/brooklyn.cfg | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/karaf/features/src/main/resources/resources/etc/brooklyn.cfg
b/karaf/features/src/main/resources/resources/etc/brooklyn.cfg
index 4c71952..7310c07 100644
--- a/karaf/features/src/main/resources/resources/etc/brooklyn.cfg
+++ b/karaf/features/src/main/resources/resources/etc/brooklyn.cfg
@@ -28,6 +28,10 @@ brooklyn.webconsole.security.provider =
org.apache.brooklyn.rest.security.provid
#brooklyn.webconsole.security.users=admin
#brooklyn.webconsole.security.user.admin.password=password
+# Can use a login form rather than browser auth
+#brooklyn.webconsole.security.unauthenticated.endpoints=brooklyn-ui-login
+#brooklyn.webconsole.security.login.form=brooklyn-ui-login
+
# Refer to the documentation for other auth settings, including LDAP, and
other settings
# Default initializers to automatically add to any application deployed with
Brooklyn