Add Akeyless step templates for secrets management#1690
Open
baraka-akeyless wants to merge 2 commits into
Open
Add Akeyless step templates for secrets management#1690baraka-akeyless wants to merge 2 commits into
baraka-akeyless wants to merge 2 commits into
Conversation
Introduce community step templates that authenticate to Akeyless and retrieve static, dynamic, and rotated secrets as sensitive output variables. Co-authored-by: Cursor <cursoragent@cursor.com>
|
Review this PR in Hyponome for a side-by-side diff of the step-template JSON and any embedded scripts. |
Replace the placeholder icon with the teal Akeyless mark cropped from the official horizontal logo at 202x202 for the community library UI. Co-authored-by: Cursor <cursoragent@cursor.com>
Author
|
Community contribution adding Akeyless secrets step templates (auth + static/dynamic/rotated retrieve). CLA signed and checks passing — happy to address any feedback when the team has time to review. |
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
Adds community step templates for Akeyless secrets management, following the same pattern as the existing HashiCorp Vault and Keeper Secrets Manager templates.
Templates included:
All templates use the Akeyless REST API via PowerShell (
Invoke-RestMethod) and create sensitive Octopus output variables for use in later steps.Test plan
gulp lint:step-templateslocally if needed)step-templates/logos/akeyless.pnggulpfile.babel.jsupdated withakeylesscategoryNotes
Source maintained in the Akeyless community plugin repo; templates are generated from readable PowerShell scripts and packed for import.
Made with Cursor