Skip to content

Commit 85bac9f

Browse files
[WIP] Controlled Network Environment - OAuth
Initial WIP commit for OAuth as part of the Controlled Network Environment
1 parent cb86f9f commit 85bac9f

File tree

4 files changed

+776
-10
lines changed

4 files changed

+776
-10
lines changed

ray-operator/apis/config/v1alpha1/configuration_types.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ type Configuration struct {
8383

8484
// EnableMetrics indicates whether KubeRay operator should emit control plane metrics.
8585
EnableMetrics bool `json:"enableMetrics,omitempty"`
86+
87+
// ControlledNetworkEnvironment enables openshift platform security features
88+
ControlledNetworkEnvironment bool `json:"controlledNetworkEnvironment,omitempty"`
8689
}
8790

8891
func (config Configuration) GetDashboardClient(mgr manager.Manager) func(rayCluster *rayv1.RayCluster, url string) (dashboardclient.RayDashboardClientInterface, error) {

0 commit comments

Comments
 (0)