Vault with Frizea configuration#10
Open
jobs62 wants to merge 2 commits into
Open
Conversation
jfbus
reviewed
Jul 3, 2026
| description: 'The Vault path for the auth method' | ||
| required: false | ||
| default: 'github-action' | ||
| frieza_version: |
Contributor
There was a problem hiding this comment.
We should pin to a frieza binary.
I would remove this input, as the frieza action is already pinned to a frieza version.
The alternative would be to pin here, but this would be hard to maintain two version pins on each frieza upgrade.
| osc-${{ inputs.osc_account }}/config region | OSC_REGION | ||
|
|
||
| - name: 🧹 Register Frieza Clean | ||
| uses: outscale/frieza-github-actions/frieza-clean@68ffd39d7e181f3548369e332242b329b04a3182 # Pinning to master/commit SHA |
Contributor
There was a problem hiding this comment.
frieza-github-actions is now tagged based on frieza versions.
uses: outscale/frieza-github-actions/frieza-clean@1d8b83bc64d2230a0c3bc9f018ba6c0c67df98e8 # v0.15.0-hotfix.0
| steps: | ||
| - name: 🔒️ Import Secrets from Vault | ||
| id: import-secrets | ||
| uses: hashicorp/vault-action@v4 |
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.
No description provided.