mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Update docs for Infisical Token
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: "New Account"
|
||||
title: "Sign up"
|
||||
---
|
||||
|
||||
## Self-hosted
|
||||
@@ -8,11 +8,11 @@ If you're using a self-hosted installation, follow the [setup](/self-hosting/ove
|
||||
|
||||
## Infisical Cloud
|
||||
|
||||
**Step 1.** Open [infisical.com](https://infisical.com/) and click on either "Try Infisical for free" or "Start for free" to head to the signup sequence.
|
||||
**Step 1:** Open [infisical.com](https://infisical.com/) and click on either "Try Infisical for free" or "Start for free" to head to the signup sequence.
|
||||
|
||||

|
||||
|
||||
**Step 2.** Fill out the signup sequence.
|
||||
**Step 2:** Fill out the signup sequence.
|
||||
|
||||
After verifying your email address, you'll be prompted to fill out some required fields to set up your account.
|
||||
|
||||
|
||||
13
docs/getting-started/dashboard/integrations.mdx
Normal file
13
docs/getting-started/dashboard/integrations.mdx
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
title: "Integrations"
|
||||
---
|
||||
|
||||
We’re still early with integrations but you’ll be able to sync environment variables across your entire infrastructure from local development to CI/CD and production.
|
||||
|
||||

|
||||
|
||||
Check out integrations:
|
||||
|
||||
- Heroku
|
||||
- Docker
|
||||
- Docker Compose
|
||||
23
docs/getting-started/dashboard/token.mdx
Normal file
23
docs/getting-started/dashboard/token.mdx
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
title: "Infisical Token"
|
||||
---
|
||||
|
||||
An Infisical Token is needed to authenticate the CLI when there isn't an easy way to manually type in your login credentials to sync environment variables to your applications.
|
||||
|
||||
It grants read-only access to a particular environment and project for a specified amount of time; once the token expires, any CLI application that relies on it for authentication will be denied access to retrieve related secrets.
|
||||
|
||||
This is useful in the following contexts:
|
||||
|
||||
- Docker/Docker-Compose integration: An Infisical Token can be passed to a Docker container as an environment variable for the CLI to authenticate and pull its corresponding secrets.
|
||||
|
||||
## Generate an Infisical Token
|
||||
|
||||
It's possible to generate an Infisical token in the settings of a project.
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
To use the Infisical Token in the CLI, check out the docs for that [here](../../getting-started/cli/token).
|
||||
Reference in New Issue
Block a user