Skip to content

Commit 3980cef

Browse files
committed
add encryption and back up details
1 parent 1be3170 commit 3980cef

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/cloud/features/security/security.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ Below you will find a few examples of our interal code requirements.
4444
- Each commit to main is approved by someone different than the author.
4545
- We follow the standard of signing commits and then registering the key with GitHub. [Github Docs](https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits)
4646
- Binary is signed using cosign and OIDC for keyless. [Signing docs](https://docs.sigstore.dev/cosign/signing/overview/)
47+
- Encryption is a key feature of our security posture as well. This is enforced at each stage of access. For example, the state database automatically encrypts all data. Credentials are also securely encrypted and stored.
48+
- We backup each state database nightly as well as before upgrades. These are stored indefinitely.
4749

4850

4951
## Physical Property
@@ -63,3 +65,4 @@ Revoke access for the GitHub user account associated with the compromised key an
6365
- Mandatory lock screen after a timeout
6466
- We have a procedure for the disposal of an IT asset to mitigate keys being compromised through inappropriate disposal
6567
- See above for PGP key protection
68+

0 commit comments

Comments
 (0)