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

feat: AuthN/AuthZ for Numaflow UI #1234

Merged
merged 48 commits into from
Oct 26, 2023
Merged

feat: AuthN/AuthZ for Numaflow UI #1234

merged 48 commits into from
Oct 26, 2023

Conversation

vigith
Copy link
Member

@vigith vigith commented Oct 19, 2023

Enables Numaflow UI to do CRUD operations with AuthN/AuthZ.

TODO:

  • TLS
  • Dex reverse proxy (improvement)
  • make Dex configurable
  • "state" use case
  • add root cmd to start the Dex server instead of manually deploy it
  • improvement: revisit set/verify cookie, avoid attack
  • improvement: redirect to the previous page before login (instead of always to the homepage).
  • improvement: refresh token/session, logout
  • Tests
  • Official Github oauth app for default setup
  • logs for all incoming calls (to track who delete/udpate the resources)
  • add -auth flag to enable/disable auth mode
  • complete casbin configuration/full flow

Note: need to add ReadMe

KeranYang and others added 8 commits October 17, 2023 15:24
Signed-off-by: Darshan Simha <[email protected]>
Co-authored-by: Darshan Simha <[email protected]>
Signed-off-by: bbehnke <[email protected]>
Signed-off-by: Darshan Simha <[email protected]>
Co-authored-by: Darshan Simha <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: jyu6 <[email protected]>
Signed-off-by: Keran Yang <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: jyu6 <[email protected]>
Co-authored-by: Keran Yang <[email protected]>
@vigith vigith changed the title feat: RBAC feat: AuthN/AuthZ for Numaflow UI Oct 19, 2023
@jy4096
Copy link
Contributor

jy4096 commented Oct 19, 2023

TODO: add --auth flag to enable/disable auth

And then disable auth for api-e2e test.
image

vigith and others added 22 commits October 24, 2023 19:50
Signed-off-by: Vigith Maurice <[email protected]>
Signed-off-by: Keran Yang <[email protected]>
Signed-off-by: Shakira M <[email protected]>
Co-authored-by: Shakira M <[email protected]>
Co-authored-by: Bradley Behnke <[email protected]>
Signed-off-by: Derek Wang <[email protected]>
Signed-off-by: Derek Wang <[email protected]>
Signed-off-by: Derek Wang <[email protected]>
Signed-off-by: Derek Wang <[email protected]>
@whynowy whynowy marked this pull request as ready for review October 26, 2023 17:36
@whynowy whynowy self-requested a review as a code owner October 26, 2023 17:36
@vigith vigith merged commit 36610a5 into main Oct 26, 2023
17 checks passed
@vigith vigith deleted the ged-rbac branch October 26, 2023 17:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants