-
Story
-
Resolution: Done
-
Major
-
None
-
5
-
False
-
False
-
Undefined
-
-
NetObserv - Sprint 208, NetObserv - Sprint 209, NetObserv - Sprint 210, NetObserv - Sprint 211
The console requires to know the network type capabilities to show/hide some Network Policy form fields.
As a result of https://issues.redhat.com/browse/NETOBSERV-27, this logic is implemented as a features document inside the console code. The console fetches the network type from the network operator and checks the supported features towards this document.
However, this limits the feature to admin users, as other logged-in users do not have permissions to fetch the network type.
This task aims to modify the current Cluster Network Operator to expose the network capabilities as an `sdn-public` Config Map, writeable only by the SDN, readable by any `system:authenticated` user.
Enhancement Proposal PR: https://github.com/openshift/enhancements/pull/875
- blocks
-
NETOBSERV-32 Modify useClusterNetworkFeatures to read the features from a config map
- Closed
- relates to
-
NETOBSERV-27 Hide unavailable network policy features for admin users
- Closed
- links to