-
Notifications
You must be signed in to change notification settings - Fork 23
Ci multinode ca choice #1740
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
base: stackhpc/2025.1
Are you sure you want to change the base?
Ci multinode ca choice #1740
Conversation
/cherry-pick stackhpc/2024.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We're planning on making the vault* and openbao* playbooks generic, and use a separate variable to choose between them
See discussion here for details: stackhpc/terraform-kayobe-multinode#93 (comment)
I'm putting this PR back to draft while we work on a new solution and Seunghun is away |
ca400f1
to
93c5748
Compare
2f2d1d4
to
aeaf3a0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Turns out you can't leave a "neutral" review anymore without adding a comment
consul_bind_interface: "{{ secret_store_bind_interface }}" | ||
vault_bind_address: "{{ secret_store_bind_address }}" | ||
vault_api_addr: "{{ secret_store_api_address }}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's with these new variables?
- | | ||
Merged OpenBao playbooks and Hashicorp Vault playbooks. | ||
They starts with the prefix "secret-store". | ||
By default, the playbooks are set to be OpenBao playbooks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: wording
By default, the playbooks are set to be OpenBao playbooks. | |
By default, the playbooks will deploy OpenBao. |
The revert at stackhpc/terraform-kayobe-multinode#92 made Epoxy and Caracal ci-multinode to fail because SKC assumes that OpenBao is used as CA.
This allows users to choose which secret store to use as CA.
Related PR: stackhpc/terraform-kayobe-multinode#94