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(ssl): Allow SSL Proxied EnvVars to be enabled outside of Ingress Configuration #36

Merged
merged 2 commits into from
Sep 30, 2022

Conversation

hgranillo
Copy link
Contributor

@hgranillo hgranillo commented Sep 30, 2022

Related to #34

Hi cryostat helm chart maintainers!

This PR adds the ability to set up a parameter core.sslProxied in order to enable all the "SSL Proxied" environment variables outside of ingress/route tls configuration.

The main reason behind this is that when you are offloading at the loadbalancer and not at the ingress you have no way currently to enable this settings in the current version of the chart.

I've tested this in my current deployment of cryostat and seems to work fine, I stopped receiving errors related to connection errors.

@andrewazores andrewazores requested a review from ebaron September 30, 2022 12:57
@andrewazores andrewazores added the feat New feature or request label Sep 30, 2022
@andrewazores andrewazores changed the title Allow SSL Proxied EnvVars to be enabled outside of Ingress Configuration feat(ssl): Allow SSL Proxied EnvVars to be enabled outside of Ingress Configuration Sep 30, 2022
Copy link
Member

@ebaron ebaron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @hgranillo, thank you so much for the contribution! This is something I hadn't considered and is an example of why it's great to hear from users on how they're deploying Cryostat.

I think the approach you've taken makes sense, I just have one suggestion below to account for an unusual use case.

cryostat/templates/deployment.yaml Outdated Show resolved Hide resolved
Copy link
Member

@ebaron ebaron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! Thanks again for contributing this fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat New feature or request
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants