KEYCLOAK-6067 Allow http for performance testsuite realms
This commit is contained in:
parent
f0c5752ef9
commit
0f047ac9f5
1 changed files with 1 additions and 0 deletions
|
@ -210,6 +210,7 @@ public class RealmsConfigurationBuilder {
|
|||
g.writeStringField("realm", realmName);
|
||||
g.writeBooleanField("enabled", true);
|
||||
g.writeNumberField("accessTokenLifespan", conf.accessTokenLifeSpan);
|
||||
g.writeStringField("sslRequired", "none");
|
||||
g.writeBooleanField("registrationAllowed", conf.registrationAllowed);
|
||||
g.writeStringField("passwordPolicy", "hashIterations(" + TestConfig.hashIterations + ")");
|
||||
|
||||
|
|
Loading…
Reference in a new issue