Difference between revisions of "Sops --encrypt"

From wikieduonline
Jump to navigation Jump to search
 
Line 14: Line 14:
 
  sops --encrypt [[--encrypted-regex]] '^(data|stringData)$' app-secret.yaml
 
  sops --encrypt [[--encrypted-regex]] '^(data|stringData)$' app-secret.yaml
 
  (no output)
 
  (no output)
 +
 +
[[sops --encrypt --in-place]] --encrypted-regex '^(secrets)$' your-secrets_dev.yaml
  
 
== Related ==
 
== Related ==

Latest revision as of 07:18, 24 November 2022

Examples[edit]

sops --encrypt --in-place your_file
(no output)
sops --encrypt --in-place --unencrypted-regex '^(description|metadata)$' k8s-secret.yaml
(no output)
sops --encrypt --encrypted-regex '^(data|stringData)$' app-secret.yaml
(no output)
sops --encrypt --in-place --encrypted-regex '^(secrets)$' your-secrets_dev.yaml

Related[edit]

  • To create file using GCP: sops --gcp /your/path/to/your/sops-encryption-key test.yaml

See also[edit]

Advertising: