-
Notifications
You must be signed in to change notification settings - Fork 394
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
📖 add dex quickstart #3201
📖 add dex quickstart #3201
Conversation
/lgtm |
LGTM label has been added. Git tree hash: 21a5bc0ce61694e09893acc8eb794107a429e790
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sttts The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/hold few typos |
Relates to this: if we want to test locally and be "as close to production" as you can - we need simple group support. For now cherry-picked to my fork, rebased and pointing to fork. |
Run dex outside of kcp | ||
We use dex to manage OIDC, following the steps below you can run a local OIDC issuer using dex: | ||
|
||
* First, clone the dex repo: `git clone https://github.com/mjudeikis/dex.git -b mjudeikis/groups.support` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is now using fork so we can do simple groups support.
/retest |
Co-authored-by: Marvin Beckers <[email protected]>
/retest |
LGTM label has been added. Git tree hash: 2594d728948cc5586e960dca0dd20139360daadf
|
/hold cancel |
Summary
Quick readme on how to run kcp with local dex instance for closer to real-life development.
Related issue(s)
Fixes #
Release Notes