Merge pull request #1736 from Infisical/daniel/remove-service-tokens-docs

Feat: API Docs revamp (Service Token Deprecation)
This commit is contained in:
BlackMagiq
2024-04-30 16:49:12 -07:00
committed by GitHub
31 changed files with 1177 additions and 812 deletions

View File

@@ -24,7 +24,7 @@ This approach offers several advantages in terms of security and management:
- **Scalability**: Dynamic secret management systems can scale more effectively to handle a large number of services and applications, as they automate much of the overhead associated with manual secret management.
Dynamic secrets are particularly useful in environments with stringent security requirements, such as cloud environments, distributed systems, and microservices architectures, where they help to manage database credentials, API keys, service tokens, and other types of secrets.
Dynamic secrets are particularly useful in environments with stringent security requirements, such as cloud environments, distributed systems, and microservices architectures, where they help to manage database credentials, API keys, tokens, and other types of secrets.
## Infisical Dynamic Secret Templates