Skip to content

Commit

Permalink
keycloak_realm: introduce external keycloak_no_log arg
Browse files Browse the repository at this point in the history
  • Loading branch information
hwo-wd committed Dec 11, 2024
1 parent 9e8383d commit dfef221
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions roles/keycloak_realm/meta/argument_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@ argument_specs:
default: "http://{{ keycloak_host }}:{{ keycloak_management_http_port + ( keycloak_jboss_port_offset | default(0) ) }}"
description: "URL for management console rest calls"
type: "str"
keycloak_no_log:
default: true
type: "bool"
description: "True if sensitive output (=no_log) should not be logged"
downstream:
options:
sso_version:
Expand Down

0 comments on commit dfef221

Please sign in to comment.