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

Read certificates from secrets to setup TLS config for route trait #2574

Closed
claudio4j opened this issue Aug 16, 2021 · 1 comment · Fixed by #2577
Closed

Read certificates from secrets to setup TLS config for route trait #2574

claudio4j opened this issue Aug 16, 2021 · 1 comment · Fixed by #2577

Comments

@claudio4j
Copy link
Contributor

claudio4j commented Aug 16, 2021

Currently route trait parameters tls-certificate, tls-key, tls-ca-certificate, tls-destination-ca-certificate expects certificates to set as string parameters, but that is a difficult to set as command line parameters, example:

-t route.tls-key="-----BEGIN RSA PRIVATE KEY-----MIIEowIBAA..."

This is a proposal to read certificates from secrets to setup TLS configuration for route trait.

@squakez
Copy link
Contributor

squakez commented Aug 16, 2021

With this approach, the certificates may be provided with different means (ie, volumes mounted) as well.

@claudio4j claudio4j changed the title Provide file path based parameters to set certificate values for route trait Read certificates from secrets to setup TLS config for route trait Aug 18, 2021
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 a pull request may close this issue.

2 participants