You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The name of the "credential" bucket (map key -> passwords) to retrieve from the `io.quarkus.credentials.CredentialsProvider`. If not set, the credential provider will not be used.
60
+
Name of the credential bucket to retrieve from the `CredentialsProvider`. If not set, the credentials provider will not be used.
61
61
62
-
A credential provider offers a way to retrieve the key store password as well as alias password. Note that the credential provider is only used if the passwords are not set in the configuration.
62
+
A credentials provider offers a way to retrieve the key store password as well as alias password. Note that the credentials provider is only used if the username and password are not set in the configuration.
The name of the bean providing the credential provider.
83
+
Name of the bean providing the credentials provider.
84
84
85
-
The name is used to select the credential provider to use. The credential provider must be exposed as a CDI bean and with the `@Named` annotation set to the configured name to be selected.
85
+
The name is used to select the credentials provider to use. The credentials provider must be exposed as a CDI bean and with the `@Named` annotation set to the configured name to be selected.
86
86
87
-
If not set, the default credential provider is used.
87
+
If not set, the default credentials provider is used.
The name of the "credential" bucket (map key -> passwords) to retrieve from the `io.quarkus.credentials.CredentialsProvider`. If not set, the credential provider will not be used.
305
+
Name of the credential bucket to retrieve from the `CredentialsProvider`. If not set, the credentials provider will not be used.
306
306
307
-
A credential provider offers a way to retrieve the key store password as well as alias password. Note that the credential provider is only used if the passwords are not set in the configuration.
307
+
A credentials provider offers a way to retrieve the key store password as well as alias password. Note that the credentials provider is only used if the username and password are not set in the configuration.
The name of the bean providing the credential provider.
328
+
Name of the bean providing the credentials provider.
329
329
330
-
The name is used to select the credential provider to use. The credential provider must be exposed as a CDI bean and with the `@Named` annotation set to the configured name to be selected.
330
+
The name is used to select the credentials provider to use. The credentials provider must be exposed as a CDI bean and with the `@Named` annotation set to the configured name to be selected.
331
331
332
-
If not set, the default credential provider is used.
332
+
If not set, the default credentials provider is used.
The name of the "credential" bucket (map key -> passwords) to retrieve from the `io.quarkus.credentials.CredentialsProvider`. If not set, the credential provider will not be used.
60
+
Name of the credential bucket to retrieve from the `CredentialsProvider`. If not set, the credentials provider will not be used.
61
61
62
-
A credential provider offers a way to retrieve the key store password as well as alias password. Note that the credential provider is only used if the passwords are not set in the configuration.
62
+
A credentials provider offers a way to retrieve the key store password as well as alias password. Note that the credentials provider is only used if the username and password are not set in the configuration.
The name of the bean providing the credential provider.
83
+
Name of the bean providing the credentials provider.
84
84
85
-
The name is used to select the credential provider to use. The credential provider must be exposed as a CDI bean and with the `@Named` annotation set to the configured name to be selected.
85
+
The name is used to select the credentials provider to use. The credentials provider must be exposed as a CDI bean and with the `@Named` annotation set to the configured name to be selected.
86
86
87
-
If not set, the default credential provider is used.
87
+
If not set, the default credentials provider is used.
The name of the "credential" bucket (map key -> passwords) to retrieve from the `io.quarkus.credentials.CredentialsProvider`. If not set, the credential provider will not be used.
305
+
Name of the credential bucket to retrieve from the `CredentialsProvider`. If not set, the credentials provider will not be used.
306
306
307
-
A credential provider offers a way to retrieve the key store password as well as alias password. Note that the credential provider is only used if the passwords are not set in the configuration.
307
+
A credentials provider offers a way to retrieve the key store password as well as alias password. Note that the credentials provider is only used if the username and password are not set in the configuration.
The name of the bean providing the credential provider.
328
+
Name of the bean providing the credentials provider.
329
329
330
-
The name is used to select the credential provider to use. The credential provider must be exposed as a CDI bean and with the `@Named` annotation set to the configured name to be selected.
330
+
The name is used to select the credentials provider to use. The credentials provider must be exposed as a CDI bean and with the `@Named` annotation set to the configured name to be selected.
331
331
332
-
If not set, the default credential provider is used.
332
+
If not set, the default credentials provider is used.
0 commit comments