Skip to content

Commit e074220

Browse files
Add Akeyless step templates for secrets management (#1690)
* Add Akeyless step templates for secrets management 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> * Use official Akeyless brand icon for library logo 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> * Fix Akeyless API URI construction in Invoke-AkeylessApi PowerShell string interpolation does not evaluate method calls on variables unless wrapped in a subexpression. Normalize the gateway URL and API path before building the request URI. Co-authored-by: Cursor <cursoragent@cursor.com> --------- Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 2b28cc2 commit e074220

8 files changed

Lines changed: 518 additions & 0 deletions

gulpfile.babel.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@ function humanize(categoryId) {
158158
return "1Password Connect";
159159
case "amazon-chime":
160160
return "Amazon Chime";
161+
case "akeyless":
162+
return "Akeyless";
161163
case "ansible":
162164
return "Ansible";
163165
case "apexsql":

step-templates/akeyless-access-key-login.json

Lines changed: 54 additions & 0 deletions
Large diffs are not rendered by default.

step-templates/akeyless-aws-iam-login.json

Lines changed: 74 additions & 0 deletions
Large diffs are not rendered by default.

step-templates/akeyless-jwt-login.json

Lines changed: 65 additions & 0 deletions
Large diffs are not rendered by default.

step-templates/akeyless-retrieve-dynamic-secret.json

Lines changed: 104 additions & 0 deletions
Large diffs are not rendered by default.

step-templates/akeyless-retrieve-rotated-secret.json

Lines changed: 104 additions & 0 deletions
Large diffs are not rendered by default.

step-templates/akeyless-retrieve-static-secrets.json

Lines changed: 115 additions & 0 deletions
Large diffs are not rendered by default.

step-templates/logos/akeyless.png

16.8 KB
Loading

0 commit comments

Comments
 (0)