Sha256: 186e2edfaa5daab464b01ac5393b09ed2c8373f86b90ed05965625153448fb2b

Contents?: true

Size: 786 Bytes

Versions: 4

Compression:

Stored size: 786 Bytes

Contents

# WARNING: Avoid adding secrets directly to this file
# If you must, then add `.kamal/secrets*` to your .gitignore file

# Option 1: Read secrets from the environment
KAMAL_REGISTRY_PASSWORD=$KAMAL_REGISTRY_PASSWORD

# Option 2: Read secrets via a command
# RAILS_MASTER_KEY=$(cat config/master.key)

# Option 3: Read secrets via kamal secrets helpers
# These will handle logging in and fetching the secrets in as few calls as possible
# There are adapters for 1Password, LastPass + Bitwarden
#
# SECRETS=$(kamal secrets fetch --adapter 1password --account my-account --from MyVault/MyItem KAMAL_REGISTRY_PASSWORD RAILS_MASTER_KEY)
# KAMAL_REGISTRY_PASSWORD=$(kamal secrets extract KAMAL_REGISTRY_PASSWORD $SECRETS)
# RAILS_MASTER_KEY=$(kamal secrets extract RAILS_MASTER_KEY $SECRETS)

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
kamal-2.0.0.rc2 lib/kamal/cli/templates/secrets
kamal-2.0.0.rc1 lib/kamal/cli/templates/secrets
kamal-2.0.0.beta2 lib/kamal/cli/templates/secrets
kamal-2.0.0.beta1 lib/kamal/cli/templates/secrets