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

revert oauth to frontend + upgrade 0.71.0 #14

Merged
merged 1 commit into from
Oct 31, 2024
Merged

Conversation

cedricve
Copy link
Member

@cedricve cedricve commented Oct 31, 2024

Pull Request Description

Title: Revert OAuth to Frontend + Upgrade to 0.71.0

Motivation and Context:
This pull request aims to address the integration of OAuth2 authentication specifically for the frontend, while also upgrading the chart version to 0.71.0. The motivation behind these changes is to improve the security and user experience by ensuring that OAuth2 authentication is correctly configured for the frontend portion of the application, rather than the backend. Additionally, upgrading to version 0.71.0 ensures that we are keeping up with the latest improvements and fixes in the chart.

Changes:

  1. Chart Version Upgrade:

    • Upgraded the chart version from 0.70.0 to 0.71.0 in charts/hub/Chart.yaml.
  2. OAuth2 Proxy Configuration:

    • Removed OAuth2 proxy configuration from the backend (hub-api) ingress in charts/hub/templates/kerberos-hub/hub-api.yaml.
    • Added OAuth2 proxy configuration to the frontend (hub-frontend) ingress in charts/hub/templates/kerberos-hub/hub-frontend.yaml.

By moving the OAuth2 proxy configuration to the frontend, we ensure that user authentication is handled appropriately at the entry point where user interaction occurs. This not only enhances security but also aligns with best practices for managing authentication flows.

Overall, these changes contribute to a more secure and robust deployment, ensuring that the user authentication process is correctly managed and that we are utilizing the latest updates available in the chart.

@cedricve cedricve self-assigned this Oct 31, 2024
@cedricve cedricve merged commit d3390d5 into main Oct 31, 2024
2 checks passed
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.

1 participant