Skip to content

Commit

Permalink
Begin docs for secret versioning, snapshots, and audit logs
Browse files Browse the repository at this point in the history
  • Loading branch information
dangtony98 committed Jan 3, 2023
1 parent d0949b2 commit 679db32
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 12 deletions.
9 changes: 9 additions & 0 deletions docs/getting-started/dashboard/audit-logs.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: "Activity Logs"
---

Activity logs record all actions going through Infisical including CRUD operations applied to environment variables. They help answer questions like:

- Who added or updated environment variables recently?
- Did Bob read environment variables last week (if at all)?
- What IP address was used for that action?
7 changes: 3 additions & 4 deletions docs/getting-started/dashboard/integrations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ title: "Integrations"

Integrations allow environment variables to be synced across your entire infrastructure from local development to CI/CD and production.

We're still early with integrations, but expect more soon.
We're still early with integrations, but expect more soon.

<Card title="View integrations documentation" icon="link" href="/integrations/overview">
View all available integrations and their guide
<Card title="View integrations" icon="link" href="/integrations/overview">
View all available integrations and their guides
</Card>

![integrations](../../images/project-integrations.png)

5 changes: 5 additions & 0 deletions docs/getting-started/dashboard/pit-recovery.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: "Point-in-Time Recovery"
---

Point-in-time (PIT) recovery allows environment variables to be rolled back to any point in time. It's powered by snapshots that get captured after mutations to environment variables.
5 changes: 5 additions & 0 deletions docs/getting-started/dashboard/versioning.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: "Secret Versioning"
---

Secret versioning allows an individual environment variable to be rolled back without touching other project environment variables.
16 changes: 8 additions & 8 deletions docs/getting-started/features.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ title: "Features"

This is a non-exhaustive list of features that Infisical offers:

## Web UI

The Web UI is used to manage teams and environment variables.

- Provision access to organizations and projects.
- Add/delete/update, scope, search, sort, hide-unhide environment variables.
- Separate environment variables by environment.
- Import environment variables via drag-and-drop, export them as a .env file.
## Platform

- Provision members access to organizations and projects.
- Manage secrets by adding, deleting, updating them across environments; search, sort, hide/un-hide, export/import them.
- Sync secrets to platforms via integrations to platforms like GitHub, Vercel, and Netlify.
- Rollback secrets to any point in time.
- Rollback each secrets to any version.
- Track actions through activity logs.

## CLI

Expand Down
3 changes: 3 additions & 0 deletions docs/mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@
"getting-started/dashboard/organization",
"getting-started/dashboard/project",
"getting-started/dashboard/integrations",
"getting-started/dashboard/pit-recovery",
"getting-started/dashboard/versioning",
"getting-started/dashboard/audit-logs",
"getting-started/dashboard/token"
]
},
Expand Down

0 comments on commit 679db32

Please sign in to comment.