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

Robot credentials not passed through if admin credentials were not set. #422

Closed GrahamDumpleton closed 3 weeks ago

GrahamDumpleton commented 3 weeks ago

Describe the bug

When using CLI, if config file had:

trainingPortal:
  credentials:
    #admin:
    #  username: "educates"
    #  password: "my-pasword"
    robot:
      username: "robot@educates"
      password: "my-pasword"

then robot credentials would not be passed through if admin credentials were not supplied at the same time.

Additional information

No response