Update tests/integration/targets/keycloak_authz_resource/readme.adoc

Co-authored-by: Mark Armstrong <markparmstrong@gmail.com>
This commit is contained in:
Maximilian Pohle 2024-09-13 13:44:48 +02:00 committed by GitHub
parent 8943796f84
commit 25f485a342
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,5 +23,6 @@ This test suite can run against a fresh unconfigured server instance
its config changes) as long as it runs through completely. While its active its config changes) as long as it runs through completely. While its active
it changes the server configuration in the following ways: it changes the server configuration in the following ways:
* creating, modifying and deleting some keycloak groups * Creating and deleting a Keycloak client with (human-readable) ID `authz` (configurable in `./vars/main.yml`).
* Creating, modifying and deleting resources on that client.