chore: add deprecation notice for oidc user file
This commit is contained in:
parent
9bc8483a8f
commit
d7b1e19985
3 changed files with 19 additions and 5 deletions
|
|
@ -91,7 +91,7 @@ const partialOidcConfig = type({
|
|||
token_endpoint_auth_method:
|
||||
'"client_secret_basic" | "client_secret_post" | "client_secret_jwt"?',
|
||||
redirect_uri: 'string.url?',
|
||||
user_storage_file: 'string = "/var/lib/headplane/users.json"',
|
||||
user_storage_file: 'string?',
|
||||
disable_api_key_login: stringToBool.optional(),
|
||||
headscale_api_key: 'string?',
|
||||
headscale_api_key_path: 'string?',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue