Skip to main content

2 docs tagged with "scalar"

View all tags

Scalar

A scalar is a single value of either string, boolean (true/false) or numeric

Secret

A secret is a scalar whose value cannot be printed or logged, it only really is useful when used with the Secret Service where secrets can be stored and then retrieved by scripts or workflows. Usually secrets are used to store passwords and database connection information etc.