Difference between revisions of "Sops"

From wikieduonline
Jump to navigation Jump to search
 
(13 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[wikipedia:Sops]]
 
[[wikipedia:Sops]]
 
* https://github.com/mozilla/sops
 
* https://github.com/mozilla/sops
 +
* Support: [[AWS KMS]], [[GCP KMS]], [[Azure Key Vault]], [[age]], and [[GPG]]
 +
* Related env variables: <code>SOPS_KMS_ARN, SOPS_PGP_FP, [[SOPS_GCP_KMS_IDS]], SOPS_AZURE_KEYVAULT_URLS</code> <ref>https://github.com/mozilla/sops#26adding-and-removing-keys</ref>
  
 +
== Examples ==
 +
{{sops examples}}
  
== Examples ==
+
* <code>[[sops --help]]</code>
+
=== Errors ===
* <code>[[sops --encrypt --in-place]] your_file</code>
 
* <code>[[sops --decrypt --in-place]] your_file</code>
 
* <code>[[sops --rotate]]</code>
 
 
  sops
 
  sops
 
  Error: no file specified
 
  Error: no file specified
 
 
== [[GCP KMS]] ==
 
  To encrypt or decrypt a document with GCP KMS, specify the
 
  GCP KMS resource ID in the --gcp-kms flag or in the SOPS_GCP_KMS_IDS
 
  environment variable.
 
  (you need to setup google application default credentials. See
 
    https://developers.google.com/identity/protocols/application-default-credentials)
 
  
 
== Related ==
 
== Related ==
 
* [[AWS KMS]]
 
* [[AWS KMS]]
 +
* [[SOPS GCP KMS]], <code>[[SOPS_GCP_KMS_IDS]]</code>
 
* [[PGP]]
 
* [[PGP]]
 +
 +
== Activities ==
 +
* Read https://stackoverflow.com/questions/tagged/mozilla-sops?tab=Votes
  
 
== See also ==
 
== See also ==

Latest revision as of 10:26, 27 October 2022

Advertising: