diff --git a/.gitlab/issue_templates/new_app.md b/.gitlab/issue_templates/new_app.md index c077e9400b2d0d4372caf84bba62e767909ea735..7cb9c0f2a5051d729c4b8a3047ad11c78ea7e8de 100644 --- a/.gitlab/issue_templates/new_app.md +++ b/.gitlab/issue_templates/new_app.md @@ -20,12 +20,12 @@ * [ ] Add app `userbackend.applications` * [ ] Add app to `oAuthClients` * Confgure app OIDC settings in helmrelease `flux2/apps/APP/release.yaml` -* [ ] Make sure the application does not allow registering through the - traditional sign-on system + * [ ] Disable user/pw login if possible ## Tests -* [ ] Test cert (`test/pytest/test_certs.py`) +* [ ] Make sure testing app resources work (`test/pytest/test_resources.py`) +* [ ] Make sure testing app cert works (`test/pytest/test_certs.py`) * [ ] Add taiko test (`tests/taiko`) ## CI