0
Fork 0
mirror of https://github.com/project-zot/zot.git synced 2024-12-16 21:56:37 -05:00
zot/pkg/meta
peusebiu 17d1338af1
feat: integrate openID auth logic and user profile management (#1381)
This change introduces OpenID authn by using providers such as Github,
Gitlab, Google and Dex.
User sessions are now used for web clients to identify
and persist an authenticated users session, thus not requiring every request to
use credentials.
Another change is apikey feature, users can create/revoke their api keys and use them
to authenticate when using cli clients such as skopeo.

eg:
login:
/auth/login?provider=github
/auth/login?provider=gitlab
and so on

logout:
/auth/logout

redirectURL:
/auth/callback/github
/auth/callback/gitlab
and so on

If network policy doesn't allow inbound connections, this callback wont work!

for more info read documentation added in this commit.

Signed-off-by: Alex Stan <alexandrustan96@yahoo.ro>
Signed-off-by: Petu Eusebiu <peusebiu@cisco.com>
Co-authored-by: Alex Stan <alexandrustan96@yahoo.ro>
2023-07-07 09:27:10 -07:00
..
bolt feat: integrate openID auth logic and user profile management (#1381) 2023-07-07 09:27:10 -07:00
common feat(cve): implemented trivy image scan for multiarch images (#1510) 2023-07-06 11:36:26 +03:00
dynamo feat: integrate openID auth logic and user profile management (#1381) 2023-07-07 09:27:10 -07:00
repodb feat: integrate openID auth logic and user profile management (#1381) 2023-07-07 09:27:10 -07:00
signatures feat: upload certificates and public keys for verifying signatures (#1485) 2023-07-06 14:57:59 +03:00
version feat: integrate openID auth logic and user profile management (#1381) 2023-07-07 09:27:10 -07:00
update.go feat(graphql & repodb): add info about signature validity (#1344) 2023-05-24 09:46:16 -07:00
update_test.go feat(graphql & repodb): add info about signature validity (#1344) 2023-05-24 09:46:16 -07:00