-
Notifications
You must be signed in to change notification settings - Fork 0
ert-plugin should enable cf auth for diego ssh #2
Comments
have you tried setting the |
Even with the latest version, it looks like it's not observing the
The generated manifest shows:
|
so is this an issue with the vault value only? |
If I set the flag with the cli I get proper values, other than #1 and
[update] Moving the diego_auth problem to #6 |
is it possible that you have that value stored in another vault hash as well?
|
|
@sushiandbeer has this worked out for you yet? If so I'll close this issue on behalf of @xchapter7x |
Hey @ryanpei! Vault stores only string values, boolean values are also converted to string, so the plugin can't parse such options at the moment (you can read more in this thread). @sushiandbeer has come to a work around for this issue. You can see the idea here. In your script you read the value from vault and after that compare it to |
ah thanks for explaining @allomov . can you please submit your idea as a PR or a new issue and we consider the best solution here? |
@ryanpei I already created 2 PRs to enaml-ops/concourse-deploy-cloudfoundry (#2, #3) if you are talking about it. |
Here is a related issue enaml-ops/omg-product-bundle#16 |
@zmb3 that's a very cool news. right now I am thinking on moving to unified pipeline instead of having set of distinct pipelines (concourse-deploy-cloudfoundry, concourse-deploy-rabbitmq and etc.). This fix will allow to do it easier. |
Expected config:
Actual config:
The text was updated successfully, but these errors were encountered: