From 8a9152b76949f0050dcd5733f5ecdda41e1d0ef3 Mon Sep 17 00:00:00 2001 From: Hynek Mlnarik Date: Wed, 11 Sep 2019 09:41:03 +0200 Subject: [PATCH] KEYCLOAK-11320 Add tooltips to fields with vault support --- .../theme/base/admin/messages/admin-messages_en.properties | 7 ++++--- .../theme/base/admin/resources/partials/realm-smtp.html | 1 + 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/themes/src/main/resources/theme/base/admin/messages/admin-messages_en.properties b/themes/src/main/resources/theme/base/admin/messages/admin-messages_en.properties index 73a638a8cf..8994c3148c 100644 --- a/themes/src/main/resources/theme/base/admin/messages/admin-messages_en.properties +++ b/themes/src/main/resources/theme/base/admin/messages/admin-messages_en.properties @@ -59,6 +59,7 @@ host=Host smtp-host=SMTP Host port=Port smtp-port=SMTP Port (defaults to 25) +smtp-password.tooltip=SMTP password. This field is able to obtain its value from vault, use ${vault.ID} format. from=From fromDisplayName=From Display Name fromDisplayName.tooltip=A user-friendly name for the 'From' address (optional). @@ -591,7 +592,7 @@ identity-provider.client-id.tooltip=The client or client identifier registered w client-secret=Client Secret show-secret=Show secret hide-secret=Hide secret -client-secret.tooltip=The client or client secret registered within the identity provider. +client-secret.tooltip=The client or client secret registered within the identity provider. This field is able to obtain its value from vault, use ${vault.ID} format. issuer=Issuer issuer.tooltip=The issuer identifier for the issuer of the response. If not provided, no validation will be performed. default-scopes=Default Scopes @@ -651,7 +652,7 @@ validating-x509-certificate=Validating X509 Certificates validating-x509-certificate.tooltip=The certificate in PEM format that must be used to check for signatures. Multiple certificates can be entered, separated by comma (,). saml.import-from-url.tooltip=Import metadata from a remote IDP SAML entity descriptor. social.client-id.tooltip=The client identifier registered with the identity provider. -social.client-secret.tooltip=The client secret registered with the identity provider. +social.client-secret.tooltip=The client secret registered with the identity provider. This field is able to obtain its value from vault, use ${vault.ID} format. social.default-scopes.tooltip=The scopes to be sent when asking for authorization. See documentation for possible values, separator and default value'. key=Key stackoverflow.key.tooltip=The Key obtained from Stack Overflow client registration. @@ -943,7 +944,7 @@ ldap.authentication-type.tooltip=Type of the Authentication method used during L bind-dn=Bind DN ldap.bind-dn.tooltip=DN of LDAP admin, which will be used by Keycloak to access LDAP server bind-credential=Bind Credential -ldap.bind-credential.tooltip=Password of LDAP admin +ldap.bind-credential.tooltip=Password of LDAP admin. This field is able to obtain its value from vault, use ${vault.ID} format. test-authentication=Test authentication custom-user-ldap-filter=Custom User LDAP Filter ldap.custom-user-ldap-filter.tooltip=Additional LDAP Filter for filtering searched users. Leave this empty if you don't need additional filter. Make sure that it starts with '(' and ends with ')' diff --git a/themes/src/main/resources/theme/base/admin/resources/partials/realm-smtp.html b/themes/src/main/resources/theme/base/admin/resources/partials/realm-smtp.html index d1a0d98acd..7533071dec 100755 --- a/themes/src/main/resources/theme/base/admin/resources/partials/realm-smtp.html +++ b/themes/src/main/resources/theme/base/admin/resources/partials/realm-smtp.html @@ -80,6 +80,7 @@
+ {{:: 'smtp-password.tooltip' | translate}}