You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>