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

Eclipse Che application authentication #5435

Closed
skabashnyuk opened this issue Jun 22, 2017 · 3 comments
Closed

Eclipse Che application authentication #5435

skabashnyuk opened this issue Jun 22, 2017 · 3 comments
Labels
kind/task Internal things, technical debt, and to-do tasks to be performed. status/open-for-dev An issue has had its specification reviewed and confirmed. Waiting for an engineer to take it.

Comments

@skabashnyuk
Copy link
Contributor

skabashnyuk commented Jun 22, 2017

We are going to use OpenID protocol + Keycloak ID to introduce authentication in Eclipse Che.
In terms of Keycloak we have such clients.

Private client

  • wsmaster(aka api) -

Public client

  • dashboard
  • ide
  • docs (aka swagger)
  • cli - ?

Goal of this task

  • setup kycloak adapters for each client
  • find the way how to provide configuration for each client. Important parts: secret for a private client, OpenID endpoint.

Note 1 : wsagent authentication is part of separate issue #5434
Note 2: May be wsmaster is bearer-only client.

@skabashnyuk skabashnyuk added kind/task Internal things, technical debt, and to-do tasks to be performed. status/open-for-dev An issue has had its specification reviewed and confirmed. Waiting for an engineer to take it. team/platform labels Jun 22, 2017
This was referenced Jun 22, 2017
@benoitf
Copy link
Contributor

benoitf commented Jun 22, 2017

FYI cli is also a client

@skabashnyuk
Copy link
Contributor Author

Depends on redhat-developer/rh-che#133

@mshaposhnik
Copy link
Contributor

Done - merged into branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/task Internal things, technical debt, and to-do tasks to be performed. status/open-for-dev An issue has had its specification reviewed and confirmed. Waiting for an engineer to take it.
Projects
None yet
Development

No branches or pull requests

3 participants