Skip to content

Commit bb82072

Browse files
committed
Fixes yaml code and example
1 parent d45ccb3 commit bb82072

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/code_snippets/snippets/config/instances.enabled/credentials/revoke.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
password: '123456'
2020
roles: [ writers_space_reader ]
2121
privileges: []
22-
# - permissions: [ read ]
22+
# - permissions: [ read, write ]
2323
# spaces: [ books ]

doc/platform/connections_and_auth/credentials.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ previously allowed privilege, or with an empty ``privileges`` array. Further opt
9090

9191
.. literalinclude:: /code_snippets/snippets/config/instances.enabled/credentials/revoke.yaml
9292
:language: yaml
93-
:start-at: sampleuser:
93+
:start-at: # grant privileges
9494
:dedent:
9595

9696
.. _configuration_credentials_loading_secrets:

0 commit comments

Comments
 (0)