[hooks] Add Barbican secret-store migrate live test hook - #4147
Draft
vakwetu wants to merge 2 commits into
Draft
Conversation
Tempest cannot prove a secret changed backends. This hook creates a secret on the global default store, migrates it with OSC and barbican-secret-migrate, and checks MariaDB for the expected plugin. Related-Issue: #OSPRH-35280 Assisted-by: Cursor Grok 4.6 <noreply@cursor.com> Signed-off-by: Ade Lee <alee@redhat.com>
Contributor
|
Skipping CI for Draft Pull Request. |
Contributor
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Drop --os-key-manager-api-version 1.3 (OSC only knows major version 1), pass --os-project-id for v3token, and pin the test payload with set_fact. Related-Issue: #OSPRH-35280 Assisted-by: Cursor Grok 4.6 <noreply@cursor.com> Signed-off-by: Ade Lee <alee@redhat.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
pre_testshook that live-migrates a Barbican secret between SimpleCrypto and PKCS#11 and asserts the backend in MariaDB.barbican-secret-migrateround-trip, dry-run, and metadata-only 409.hooks/playbooks/barbican-secret-store-migrate/so they do not clutterhooks/playbooks/.Prerequisite: the control plane must enable both stores (
simple_cryptoandpkcs11). Current Luna/Proteccio jobs only enablepkcs11; that is a follow-up in the component job / testproject.Test plan
pre-commit run --all-files(ansible-lint)Related-Issue: #OSPRH-35280
Related: OSPRH-35261, OSPRH-35331, RHOSSTRAT-1435
Assisted-by: Cursor Grok 4.6