forked from openshift/machine-config-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OCPBUGS-32348: Allow system:node read config maps in infra namespaces
Host networking services running in on-prem platforms require access to the config map so that their configuration can be parametrized. As those services run as static pods, it is not possible to simply mount the config map from the Pod yaml definition. In order to overcome this, the respecive applications use k8s API calls to retrieve the config map at runtime. Credentials used by those components are `system:node` and by default they do not have access to required config map. In order to overcome this, we are allowing `system:node` to read config maps in the `openshift-*-infra` namespaces.
- Loading branch information
Showing
1 changed file
with
81 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters