vmware-tanzu-labs / educates-training-platform

A platform for hosting interactive workshop environments in Kubernetes, or on top of a local container runtime.
https://docs.educates.dev
Apache License 2.0
63 stars 15 forks source link

CLI config missing ability to set REST API client identifiers. #421

Closed GrahamDumpleton closed 3 weeks ago

GrahamDumpleton commented 3 weeks ago

Describe the bug

When using the CLI to install Educates, the config file is missing ability to specify:

trainingPortal:
  clients:
    robot:
      id: "robot-id"
      secret: "robot-secret"

Results in error:

Error: unable to parse installation config file developer-testing/educates-installer-values.yaml: yaml: unmarshal errors:
  line 23: field clients not found in type config.TrainingPortalConfig

Additional information

No response