Skip to content

Commit

Permalink
Back port fix for not passing cookie session values when deploying us…
Browse files Browse the repository at this point in the history
…ing CLI.
  • Loading branch information
GrahamDumpleton committed Jul 13, 2023
1 parent f54593f commit 3c96712
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions client-programs/pkg/cmd/admin_cluster_create_cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ func (o *AdminClusterCreateOptions) Run() error {
ClusterSecurity: fullConfig.ClusterSecurity,
ClusterRuntime: fullConfig.ClusterRuntime,
ClusterIngress: fullConfig.ClusterIngress,
SessionCookies: fullConfig.SessionCookies,
ClusterStorage: fullConfig.ClusterStorage,
ClusterSecrets: fullConfig.ClusterSecrets,
TrainingPortal: fullConfig.TrainingPortal,
Expand Down
1 change: 1 addition & 0 deletions client-programs/pkg/cmd/admin_platform_config_cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ func (o *AdminPlatformConfigUpdateOptions) Run() error {
ClusterSecurity: fullConfig.ClusterSecurity,
ClusterRuntime: fullConfig.ClusterRuntime,
ClusterIngress: fullConfig.ClusterIngress,
SessionCookies: fullConfig.SessionCookies,
ClusterStorage: fullConfig.ClusterStorage,
ClusterSecrets: fullConfig.ClusterSecrets,
TrainingPortal: fullConfig.TrainingPortal,
Expand Down
1 change: 1 addition & 0 deletions client-programs/pkg/cmd/admin_platform_delete_cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ func (o *AdminPlatformDeleteOptions) Run() error {
ClusterSecurity: fullConfig.ClusterSecurity,
ClusterRuntime: fullConfig.ClusterRuntime,
ClusterIngress: fullConfig.ClusterIngress,
SessionCookies: fullConfig.SessionCookies,
ClusterStorage: fullConfig.ClusterStorage,
ClusterSecrets: fullConfig.ClusterSecrets,
TrainingPortal: fullConfig.TrainingPortal,
Expand Down
1 change: 1 addition & 0 deletions client-programs/pkg/cmd/admin_platform_deploy_cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ func (o *AdminPlatformDeployOptions) Run() error {
ClusterSecurity: fullConfig.ClusterSecurity,
ClusterRuntime: fullConfig.ClusterRuntime,
ClusterIngress: fullConfig.ClusterIngress,
SessionCookies: fullConfig.SessionCookies,
ClusterStorage: fullConfig.ClusterStorage,
ClusterSecrets: fullConfig.ClusterSecrets,
TrainingPortal: fullConfig.TrainingPortal,
Expand Down

0 comments on commit 3c96712

Please sign in to comment.