Skip to content

Commit c666c22

Browse files
authored
Fix authentication yaml indent (#1597)
Fix yaml indent, `authentication` should be adjacent to `name`
1 parent 0c8032e commit c666c22

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

docs/modules/security/pages/simple-authentication.adoc

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -55,18 +55,18 @@ hazelcast:
5555
enabled: true
5656
realms:
5757
- 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-
roles:
69-
- admin
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+
roles:
69+
- admin
7070
client-authentication:
7171
realm: simpleRealm
7272
client-permissions:

0 commit comments

Comments
 (0)