mirror of
https://github.com/Infisical/infisical.git
synced 2025-03-25 14:05:03 +00:00
Merge branch 'activity-logs' of https://github.com/Infisical/infisical into activity-logs
This commit is contained in:
9
docs/getting-started/dashboard/audit-logs.mdx
Normal file
9
docs/getting-started/dashboard/audit-logs.mdx
Normal file
@ -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?
|
@ -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>
|
||||
|
||||

|
||||
|
||||
|
5
docs/getting-started/dashboard/pit-recovery.mdx
Normal file
5
docs/getting-started/dashboard/pit-recovery.mdx
Normal file
@ -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
docs/getting-started/dashboard/versioning.mdx
Normal file
5
docs/getting-started/dashboard/versioning.mdx
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
title: "Secret Versioning"
|
||||
---
|
||||
|
||||
Secret versioning allows an individual environment variable to be rolled back without touching other project environment variables.
|
@ -4,14 +4,14 @@ title: "Features"
|
||||
|
||||
This is a non-exhaustive list of features that Infisical offers:
|
||||
|
||||
## Web UI
|
||||
## Platform
|
||||
|
||||
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.
|
||||
- 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
|
||||
|
||||
|
@ -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"
|
||||
]
|
||||
},
|
||||
|
Reference in New Issue
Block a user