Skip to content

Fix Jinja templating in Barbican Vault config #986

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

Merged
merged 1 commit into from
Mar 13, 2024

Conversation

MoteHue
Copy link
Contributor

@MoteHue MoteHue commented Mar 12, 2024

The raw tags cause ssl_ca_crt_file to be templated without a newline on the end. This would give the following misconfiguration:

use_ssl = True
ssl_ca_crt_file = <openstack_cacert_path>approle_role_id = <approle_role_id>
approle_secret_id = <approle_secret_id>

The raw tags cause ``ssl_ca_crt_file`` to be templated without a newline
on the end. This would give the following misconfiguration:

```
use_ssl = True
ssl_ca_crt_file = <openstack_cacert_path>approle_role_id = <approle_role_id>
approle_secret_id = <approle_secret_id>
```
@MoteHue MoteHue requested a review from a team as a code owner March 12, 2024 14:37
@markgoddard markgoddard merged commit 33328d9 into stackhpc/yoga Mar 13, 2024
@markgoddard markgoddard deleted the fix-vault-backed-barbican-config branch March 13, 2024 13:04
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.

4 participants