Skip to content

Conversation

@sebastianrath
Copy link
Member

This PR adds conversion support from SecretValue to string. Secrets obtained through core/get-secret could already be plugged into a string, but only because that node already returned a string. Now that secrets can also be provided eg through a group-input this bug became more apparent.

return fmt.Sprintf("%s%s", prefix, secretValue), nil

With this change the get-secret node also returns a secret value object now (even with a potential prefix, just for simplicity and consistency).

@sebastianrath sebastianrath merged commit 047ede6 into main Jan 21, 2026
4 checks passed
@sebastianrath sebastianrath deleted the secret-to-string branch January 21, 2026 05:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants