Learn how Graphite prioritizes security to safeguard your source code.
Read & write: actions, checks, contents, pull requests, workflows
Read: administration, commit statuses, deployments, issues, metadata
Read: organization properties, roles, and members
Read: user emails
Webhook event subscriptions
gt submit
, the Graphite CLI pushes the branches in your stack to the remote repository in GitHub directly from the client. Metadata about which branches were pushed to GitHub are sent to Graphite servers so we can open those PRs on your behalf.
aes-256-cbc
and decrypt when we read them into server memory. To encrypt/decrypt, we use a secret stored in AWS secret manager.
We additionally encrypt data in our database with a key stored in a different service. So even if the database was compromised, access would not be gained to the Github API tokens.