Skip to content
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.

Replace hardcoded FSGroup (1000) with property #61

Closed

Conversation

anisimovdk
Copy link

Q A
Bug fix? no
New feature? yes
API breaks? no
Deprecations? no
Related tickets none
License Apache 2.0

What's in this PR?

Replace hardcoded FSGroup (1000) with property.

Why?

It useful then run NiFi cluster on secured cluster, e.g. on Openshift without ability to create SCC.
You must define runAsUser: 1000780000 and FSGroup: 1000780000 to run nifi containers under default openshift service account.
Hardcoded FSGroup: 1000 force us to create SCC to run NiFi containers.

Checklist

  • Implementation tested

To Do

  • add FSGroup param to docs

Signed-off-by: Dmitry Anisimov <mail@anisimov.dk>
@erdrix
Copy link
Contributor

erdrix commented Jan 26, 2021

Hi, thanks a lot for your contribution and help !

I added documentation and fix another issue in the PR #67 (I will release the version v0.5.1 to make this available)

@erdrix erdrix closed this Jan 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
community enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants