KEYCLOAK-18893 Adapters tests for EAP6 are failing
This commit is contained in:
parent
c6e7c06f6c
commit
1b989d6b52
1 changed files with 6 additions and 6 deletions
|
@ -32,9 +32,9 @@ keycloak.realm.allow-any-hostname=SSL Setting
|
|||
keycloak.realm.truststore=Truststore used for adapter client HTTPS requests
|
||||
keycloak.realm.truststore-password=Password of the Truststore
|
||||
keycloak.realm.connection-pool-size=Connection pool size for the client used by the adapter
|
||||
keycloak.realm.socket-timeout=Timeout for socket waiting for data in milliseconds
|
||||
keycloak.realm.connection-ttl=Connection time to live in milliseconds
|
||||
keycloak.realm.connection-timeout=Timeout for establishing the connection with the remote host in milliseconds
|
||||
keycloak.realm.socket-timeout-millis=Timeout for socket waiting for data in milliseconds
|
||||
keycloak.realm.connection-ttl-millis=Connection time to live in milliseconds
|
||||
keycloak.realm.connection-timeout-millis=Timeout for establishing the connection with the remote host in milliseconds
|
||||
keycloak.realm.enable-cors=Enable Keycloak CORS support
|
||||
keycloak.realm.client-keystore=n/a
|
||||
keycloak.realm.client-keystore-password=n/a
|
||||
|
@ -64,9 +64,9 @@ keycloak.secure-deployment.allow-any-hostname=SSL Setting
|
|||
keycloak.secure-deployment.truststore=Truststore used for adapter client HTTPS requests
|
||||
keycloak.secure-deployment.truststore-password=Password of the Truststore
|
||||
keycloak.secure-deployment.connection-pool-size=Connection pool size for the client used by the adapter
|
||||
keycloak.secure-deployment.socket-timeout=Timeout for socket waiting for data in milliseconds
|
||||
keycloak.secure-deployment.connection-ttl=Connection time to live in milliseconds
|
||||
keycloak.secure-deployment.connection-timeout=Timeout for establishing the connection with the remote host in milliseconds
|
||||
keycloak.secure-deployment.socket-timeout-millis=Timeout for socket waiting for data in milliseconds
|
||||
keycloak.secure-deployment.connection-ttl-millis=Connection time to live in milliseconds
|
||||
keycloak.secure-deployment.connection-timeout-millis=Timeout for establishing the connection with the remote host in milliseconds
|
||||
keycloak.secure-deployment.resource=Application name
|
||||
keycloak.secure-deployment.use-resource-role-mappings=Use resource level permissions from token
|
||||
keycloak.secure-deployment.credentials=Adapter credentials
|
||||
|
|
Loading…
Reference in a new issue