mirror of
https://github.com/project-zot/zot.git
synced 2026-06-17 21:17:58 +08:00
Read OpenID credentials from file (#3244)
* feat: read OpenID credentials from file Signed-off-by: Uwe Jäger <uwe.jaeger@valiton.com> * feat: allow credentials file and secret in config to keep BC Signed-off-by: Uwe Jäger <uwe.jaeger@valiton.com> --------- Signed-off-by: Uwe Jäger <uwe.jaeger@valiton.com>
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"clientid": "client_id",
|
||||
"clientsecret": "client_secret"
|
||||
}
|
||||
Reference in New Issue
Block a user