Skip to content

v3.0.1308

Choose a tag to compare

@Octobob Octobob released this 25 Jun 02:14
e074220
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>