Skip to content

docs: Documented cat and credential template functions#739

Merged
adnanh merged 3 commits intoadnanh:masterfrom
digvijay-y:master
Nov 27, 2025
Merged

docs: Documented cat and credential template functions#739
adnanh merged 3 commits intoadnanh:masterfrom
digvijay-y:master

Conversation

@digvijay-y
Copy link
Copy Markdown
Contributor

This PR adds documentation for the cat and credential template functions to docs/Templates.md.

These functions provide a way to read secrets and other values from files, which is a common pattern for managing sensitive information (e.g., using Docker secrets or systemd credentials). The cat function reads the content of a given file path, and the credential function provides a convenient way to use systemd's LoadCredential mechanism.

This change makes these useful features discoverable to users.

Closes #738

Copy link
Copy Markdown
Collaborator

@moorereason moorereason left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Requesting one small addition.

@digvijay-y digvijay-y requested a review from moorereason October 9, 2025 05:01
@digvijay-y digvijay-y requested a review from moorereason October 9, 2025 17:46
Copy link
Copy Markdown
Collaborator

@moorereason moorereason left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@adnanh adnanh merged commit 34d4418 into adnanh:master Nov 27, 2025
6 checks passed
@adnanh
Copy link
Copy Markdown
Owner

adnanh commented Nov 27, 2025

Merged, thank you!

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.

Feature Request: document cat and credential template functions

3 participants