NifiRegistryConfigurationSpec

NifiRegistryConfigurationSpec contains user provided values which override the default configuration values that are shipped with NifiRegistry.

nifiRegistryProperties ConfigOperation (Optional)

nifiRegistryProperties holds configuration file overrides for the nifi-registry.properties configuration file.

bootstrapConf ConfigOperation (Optional)

bootstrapConf holds configuration file overrides for the bootstrap.conf configuration file.

authorizers string(Optional)

authorizers holds configuration file overrides for the authorizers.xml configuration file. If set, this content overrides the entire, default authorizers.xml file.

loggers []LoggerSpec
Loggers is a list of LoggerSpec, which can define logger name, verbosity levels and additivity. Each rendered LoggerSpec will have appender-ref: APP_FILE.
authorizersRef Kubernetes core/v1.ObjectReference (Optional)

uthorizersObjectReferences holds details about a custom configmap or a secret for the authorizers.xml file.

bootstrapConfRef Kubernetes core/v1.ObjectReference (Optional)

bootstrapConfRef holds details about a custom configmap or a secret for the bootstrap.conf file.

nifiPropertiesRef Kubernetes core/v1.ObjectReference (Optional)

NifiPropertiesRef holds details about a custom configmap or a secret for the nifi.properties file.

logbackRef Kubernetes core/v1.ObjectReference (Optional)

logbackRef holds details about a custom configmap or a secret for the logback.xml file.

identityProvidersRef Kubernetes core/v1.ObjectReference (Optional)

loginIdentityProvidersRef holds details about a custom configmap or a secret for the login-identity-providers.xml file.

logback LogbackOverrideSpec (Optional)

logback override for the logback.xml file. It can either specify the content of the logback.xml as a string, or as a list of LogbackSpec.

identityProviders string (Optional)

identityProviders holds configuration file overrides for the identity-providers.xml file. If set, this content overrides the default identity-providers.xml file.

providers string (Optional)

providers holds configuration file overrides for the providers.xml file. If set, this content overrides the default providers.xml file.