Skip to content

Decide if license constraint is valid for OpenShift deployments #210

@ppawlowski

Description

@ppawlowski

Currently, we require one to apply a license when installing FlowFuse on OpenShift. In return, some pod security context are removed which makes deployment possible on vanilla OpenShift cluster.
However, such limitation can be bypassed by applying proper anyuid Security Context Constraint to the editors service account:

oc adm policy add-scc-to-user anyuid -z editors

The goal of this issue is to decide if we want to keep the current license requirement for OpenShift installations.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions