Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

keycloak_flow: description is only applied to top level flows #225

Closed
nblock opened this issue Nov 23, 2021 · 1 comment · Fixed by #226 or #227
Closed

keycloak_flow: description is only applied to top level flows #225

nblock opened this issue Nov 23, 2021 · 1 comment · Fixed by #226 or #227

Comments

@nblock
Copy link
Contributor

nblock commented Nov 23, 2021

The description attribute seems to be applied only to flows where top_level => true.

description is set:

keycloak_flow { 'browser-mfa on realm': 
  ensure      => 'present',
  description => 'A description',
}

description is empty:

keycloak_flow { 'sms under browser-mfa on realm': 
  ensure      => 'present',
  index       => 0,
  description => 'another description',
  requirement => 'ALTERNATIVE', 
  top_level   => false, 
}

Puppet module version: 7.11.0
Keycloak version: 15.0.2

@treydock
Copy link
Owner

This was fixed in v7.11.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants