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

Adds DEX methods to Auth Package #782

Merged
merged 8 commits into from
Jul 5, 2023

Conversation

bernardo-bastos
Copy link
Collaborator

Creates DEX methods on the auth package. Here is a brief description of the most important methods:

  • NewDexAppClient: Creates a Dex client with the initial configuration. The values to configure it will be later passed via the Helm chart installation.
  • NewDexReverseProxy: Creates a reverse proxy for Dex server to avoid exposing it via a virtual service.
  • handleDexLogin: Handles Dex Login.
  • handleCallback: Handles Dex callback once after the Log in.

@bernardo-bastos bernardo-bastos requested a review from a team as a code owner July 3, 2023 23:18
pkg/auth/dex.go Outdated Show resolved Hide resolved
pkg/auth/dex.go Show resolved Hide resolved
pkg/auth/dex.go Outdated Show resolved Hide resolved
pkg/auth/dex_test.go Outdated Show resolved Hide resolved
@bernardo-bastos bernardo-bastos merged commit 151d78e into main Jul 5, 2023
@bernardo-bastos bernardo-bastos deleted the bb/DSN-MYTDSL/create_dex_package branch July 5, 2023 09:58
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.

3 participants