This is an automated email from the ASF dual-hosted git repository. lfrolov pushed a commit to branch DATALAB-1342 in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git
commit c73f4c09fe7242c77a4c640afa3ce5ca64dccd72 Author: leonidfrolov <[email protected]> AuthorDate: Fri Sep 17 16:23:13 2021 +0300 [DATALAB-1342]: enabled service accounts for ssn keycloak clients --- infrastructure-provisioning/src/base/scripts/configure_keycloak.py | 1 + 1 file changed, 1 insertion(+) diff --git a/infrastructure-provisioning/src/base/scripts/configure_keycloak.py b/infrastructure-provisioning/src/base/scripts/configure_keycloak.py index 28da7a5..a5d283b 100644 --- a/infrastructure-provisioning/src/base/scripts/configure_keycloak.py +++ b/infrastructure-provisioning/src/base/scripts/configure_keycloak.py @@ -82,6 +82,7 @@ if __name__ == "__main__": "publicClient": "false", "secret": args.keycloak_client_secret, "protocol": "openid-connect", + "serviceAccountsEnabled": "true", } try: --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
