We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c8032e commit c666c22Copy full SHA for c666c22
docs/modules/security/pages/simple-authentication.adoc
@@ -55,18 +55,18 @@ hazelcast:
55
enabled: true
56
realms:
57
- name: simpleRealm
58
- authentication:
59
- simple:
60
- users:
61
- - username: test
62
- password: 'a1234'
63
- roles:
64
- - monitor
65
- - hazelcast
66
- - username: root
67
- password: 'secret'
68
69
- - admin
+ authentication:
+ simple:
+ users:
+ - username: test
+ password: 'a1234'
+ roles:
+ - monitor
+ - hazelcast
+ - username: root
+ password: 'secret'
+ - admin
70
client-authentication:
71
realm: simpleRealm
72
client-permissions:
0 commit comments