We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe094af commit 72714fdCopy full SHA for 72714fd
1 file changed
rust/operator-binary/src/controller/validate.rs
@@ -61,10 +61,7 @@ pub struct ValidatedInputs {
61
pub authentication_config: NifiAuthenticationConfig,
62
pub authorization_config: ResolvedNifiAuthorizationConfig,
63
pub validated_role_config: ValidatedRoleConfigByPropertyKind,
64
- /// Comma-separated NiFi proxy hosts, or `"*"` if
65
- /// `spec.clusterConfig.hostHeaderCheck.allowAll` is set. Computed here so all derived
66
- /// inputs live in one place; previously this ran once per rolegroup inside the
67
- /// reconcile loop.
+ // Comma-separated NiFi proxy hosts, or `"*"` if `spec.clusterConfig.hostHeaderCheck.allowAll` is set.
68
pub proxy_hosts: String,
69
}
70
0 commit comments