feat(jupyterhub): vault token w/o keycloak auth

This commit is contained in:
Masaki Yatsu
2025-09-03 10:11:06 +09:00
parent 02ec5eb1e2
commit d233373219
15 changed files with 583 additions and 612 deletions

View File

@@ -76,3 +76,7 @@ strict_equality = true
minversion = "6.0"
addopts = "-ra -q"
testpaths = ["tests"]
[tool.pyright]
reportUnusedParameter = "none"
reportUnusedVariable = "warning"