Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

[cetic/nifi] 0.6.1 Server with no auth skips setting custom nifi.properties #127

Closed
jdesroch opened this issue Mar 2, 2021 · 2 comments
Closed

Comments

@jdesroch
Copy link
Contributor

jdesroch commented Mar 2, 2021

Describe the bug
nifi.properties values defined in .Values.properties.safetyValve are ignored unless .Values.auth.oidc.enabled

What happened:
0.6.1 adds the check {{- if .Values.auth.oidc.enabled }} on line 193 of templates/statefulset.yaml. This check means that custom nifi.properties values (line 215) are never set if .Values.auth.oidc is disabled.

What you expected to happen:

  • Remove/refactor check for OIDC auth
  • Modify nifi.properties using safetyValve values regardless of auth or other settings.

How to reproduce it (as minimally and precisely as possible):
Vanilla deploy of 0.6.1 with 2 replicas and no auth.
Add values to verify change

.Values.properties.safetyValve:
    nifi.ui.banner.text: 'Show this text'

Look for banner text in UI.

Anything else we need to know:
Related to #115 & #108

@jdesroch jdesroch mentioned this issue Mar 2, 2021
3 tasks
@AyadiAmen
Copy link
Contributor

#126

@ronny-panknin-flaconi
Copy link

please reopen the issue, this is not fixed with #126

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants