Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support OIDC based SSO. #6616

Closed
reasonerjt opened this issue Dec 25, 2018 · 2 comments
Closed

Support OIDC based SSO. #6616

reasonerjt opened this issue Dec 25, 2018 · 2 comments

Comments

@reasonerjt
Copy link
Contributor

reasonerjt commented Dec 25, 2018

  1. Admin should be able to configure OIDC endpoint in Harbor.
  2. After step 1. in addition to login via DB/LDAP, user should be able to login via the OIDC endpoint, based on the code-based oauth2 flow. After first successful authentication, the user will "on board" to Harbor, so there is a record in Harbor's DB and the user can be added to a project and assigned a role in the project.
  3. Client should access Harbor's API via OIDC token provided by the endpoint, which represents an on boarded user.
  4. The user in step 2 should be able to use docker CLI or kubelet to interact with Harbor to perform push/pull image. However, b/c the CLI cannot handle the SSO, we may need to allow user to use some token to authenticate, the detail of the solution is TBD.

There is a proposal WIP: goharbor/community#17 we'll work together to refine it, or create a new one if needed.

Some issues will be closed after this work is done:
#1893 #4616 #5358

@reasonerjt
Copy link
Contributor Author

A draft proposal is submitted:
goharbor/community#64

@reasonerjt
Copy link
Contributor Author

Closing as all planned work is delivered in v1.8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant