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

Support fetching certificate URL via proxy environment variables #1419

Merged
merged 1 commit into from Jan 12, 2024

Conversation

itchyny
Copy link
Contributor

@itchyny itchyny commented Dec 27, 2023

Description of the change

This change allows users to specify company private URL for certificate URL which requires their proxy to fetch.

Benefits

In our company, since the certificate URL requires our proxy, we always use something like kubeseal --cert <(curl -sSf "https://example.com/our-cert-file.cert") (we set https_proxy environment variable), or sometimes wget "https://example.com/our-cert-file.cert" && kubeseal --cert "our-cert-file.cert". It would be very useful if we can directly specify the private URL to --cert.

Possible drawbacks

I don't think there're any drawbacks.

Applicable issues

  • No issues.

Additional information

Copy link

This Pull Request has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thank you for your contribution.

@github-actions github-actions bot added the Stale label Jan 12, 2024
Signed-off-by: itchyny <itchyny@cybozu.co.jp>
@itchyny itchyny force-pushed the feat-fetch-cert-via-proxy-env branch from 227f8a0 to 2fb24de Compare January 12, 2024 01:28
@alvneiayu alvneiayu removed the Stale label Jan 12, 2024
Copy link
Collaborator

@alvneiayu alvneiayu left a comment

Choose a reason for hiding this comment

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

LGTM

@alvneiayu alvneiayu merged commit c45a5ce into bitnami-labs:main Jan 12, 2024
16 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.

None yet

2 participants