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

add cors to ingress + upgrade to 0.66.0 #9

Merged
merged 1 commit into from
Oct 30, 2024
Merged

Conversation

cedricve
Copy link
Member

@cedricve cedricve commented Oct 30, 2024

Description

This pull request includes the following changes:

  1. Upgrades the chart version to 0.66.0.
  2. Adds CORS (Cross-Origin Resource Sharing) support to the Nginx ingress annotations.

Motivation

  1. Chart Version Upgrade: Upgrading to version 0.66.0 ensures that we are using the latest features and bug fixes available in the chart, improving overall stability and performance.
  2. Enable CORS: Adding CORS support to the ingress allows our API to be accessed from different origins, which is essential for modern web applications that often fetch resources from different domains. This improves the flexibility and usability of our API.

By incorporating these changes, we enhance the project's robustness and compatibility with various web applications, ensuring a better developer and user experience.

@cedricve cedricve self-assigned this Oct 30, 2024
@cedricve cedricve merged commit 93ba207 into main Oct 30, 2024
2 checks passed
@cedricve cedricve deleted the feature/add-oauth-to-api branch October 30, 2024 21:16
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