Skip to content

Instantly share code, notes, and snippets.

@mqudsi
Created January 20, 2020 05:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mqudsi/b25d7466ae23455187167a8f8c4178d5 to your computer and use it in GitHub Desktop.
Save mqudsi/b25d7466ae23455187167a8f8c4178d5 to your computer and use it in GitHub Desktop.
Sample SecureStore secrets file
{
"version": 2,
"iv": "k9EeMubBgP1RvNdhjmc5vg==",
"sentinel": {
"iv": "+J/i2qSDMRG1ensoscdu7g==",
"hmac": "uKwwQ8FrXlxk9Lb0izT5wKxQO5A=",
"payload": "gjDHl7d1m3buCYKiTskF1kE40Zj9t44Tv1d/06xXP50ug+gjF3NksCfZtwkCuF/I"
},
"secrets": {
"aws:s3:accessid": {
"iv": "4OGvbiqQr9Au6EUye1zf8Q==",
"hmac": "M/4qTmv6+nHrOhB68A7GJhUmzMA=",
"payload": "qyH0VP+uOrdlx/xOXT35Qw=="
},
"aws:s3:accesskey": {
"iv": "gqCNNC8lxKQ65xAqprXhgA==",
"hmac": "mtlCgrIpFAIAYDIcXHcC7dWzEaY=",
"payload": "3HcL/K35bBRDYUfkaXkDrA=="
},
"foo": {
"iv": "liQVyAMsuKpxqedGaQW4yA==",
"hmac": "p33GtfBJu+fd4UakG0yqiyKfDEU=",
"payload": "M+/qs8B896VhWSLyIlT2DA=="
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment