-
redirectUrl
String redirectUrl
Control the redirection URL for this realm. Exposed for testing.
-
serviceAccountDirectory
String serviceAccountDirectory
The service account directory, if set, instructs the plugin to follow the
Kubernetes service account conventions to locate the service account token
(client secret) and namespace value (to build the service account).
-
defaultedServiceAccountDirectory
String defaultedServiceAccountDirectory
If the user did not specify a specific value for serviceAccountDirectory, the
inferred default is stored here
-
serviceAccountName
String serviceAccountName
The service account name is used when serviceAccountDirectory is set to
create the client ID (system:serviceaccount:NAMESPACE:NAME).
-
defaultedServiceAccountName
String defaultedServiceAccountName
If the user did not specify a specific value for serviceAccountName, the
inferred default is stored here
-
serverPrefix
String serverPrefix
The base part of the OpenShift URL for making API calls.
-
defaultedServerPrefix
String defaultedServerPrefix
If the user did not specify a specific value for serverPrefix, the inferred
default is stored here
-
redirectURL
String redirectURL
The URL to the API server the browser will use during redirects.
-
defaultedRedirectURL
String defaultedRedirectURL
If the user did not specify a specific value for redirectURL, the inferred
default is stored here.
-
clientId
String clientId
The clientID from the OpenShift server.
-
defaultedClientId
String defaultedClientId
If the user did not specify a specific value for defaultedClientId, the
inferred default is stored here
-
clientSecret
Secret clientSecret
The client secret from the OpenShift server.
-
defaultedClientSecret
String defaultedClientSecret
If the user did not specify a specific value for defaultedClientSecret, the
inferred default is stored here
-
namespace
String namespace
The project/namespace of the serviceaccount for the jenkins pod
-
provider
OpenShiftProviderInfo provider
The oauth provider info retrieved from the master
-
filter
OpenShiftPermissionFilter filter