We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0c0705 commit 8f2d7ebCopy full SHA for 8f2d7eb
spec/acceptance/6_protocol_mapper_spec.rb
@@ -170,7 +170,7 @@ class { 'keycloak':
170
}
171
keycloak::spi_deployment { 'osc-keycloak-scripts':
172
deployed_name => 'osc-keycloak-scripts-jar-with-dependencies.jar',
173
- source => 'https://github.com/OSC/osc-keycloak-scripts/releases/download/1.0.0/osc-keycloak-scripts-jar-with-dependencies.jar',
+ source => 'https://github.com/OSC/osc-keycloak-scripts/releases/download/1.1.0/osc-keycloak-scripts-jar-with-dependencies.jar',
174
175
keycloak_realm { 'test': ensure => 'present' }
176
keycloak_client_scope { 'saml on test':
0 commit comments