jupyterhub / the-littlest-jupyterhub

Simple JupyterHub distribution for 1-100 users on a single server
https://tljh.jupyter.org
BSD 3-Clause "New" or "Revised" License
1.04k stars 341 forks source link

JSONSchema validation of our config #725

Closed consideRatio closed 7 months ago

consideRatio commented 3 years ago

The helm can validate a schema of the passed YAML values.

We should also support such schema validation for the configuration set via tljh-config. This validation can be done whenever the tljh-config command is used to configure something among other times.

The config file is located at /opt/tljh/config/config.yaml.

Related

jrdnbradford commented 7 months ago

@consideRatio completed by #962 and can probably be closed.

consideRatio commented 7 months ago

:heart: :tada: thank you for the help to keep things tidy @jrdnbradford and for the great work in #962!!!

Btw in case you didn't know, this could be made to autoclose on merge of #962 if its description included a note like "fixes #725" or "closes #725" for example.