Could we add support for bosh style --var-file=VAR=PATH to fly?
#9506
haydonryan
started this conversation in
Ideas
Replies: 2 comments 3 replies
-
|
Is this ask for the Assuming it is, there is the my_cert: |
-----BEGIN CERTIFICATE-----
...
-----END CERTIFICATE-----In your task config reference It would still be fine if someone wants to add |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
no this is for set pipeline. using a --var-file means that you can just have the cert in pem format - you don't need to yamlize it |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When injecting CA certs into bosh it's super useful to be able to do
I'd love it if fly also supported this to load CAs vs manually putting it into a yaml or doing some scripting fu.
Beta Was this translation helpful? Give feedback.
All reactions