Docs: What is Vault missing 'S' resolves: #16587 (#17183)

This commit is contained in:
aphorise 2022-10-10 16:34:21 +02:00 committed by GitHub
parent 9dc8744885
commit e4960d0fb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ Vault validates and authorizes clients (users, machines, apps) before providing
### How does Vault work?
Vault works primarily with tokens and a token is associated to the client's policy. Each policy is path-based and policy rules contrains the actions and accessibility to the paths for each client. With Vault, you can create tokens manually and assign them to your clients, or the clients can log in and obtain a token. The illustration below displays Vault's core workflow.
Vault works primarily with tokens and a token is associated to the client's policy. Each policy is path-based and policy rules constrains the actions and accessibility to the paths for each client. With Vault, you can create tokens manually and assign them to your clients, or the clients can log in and obtain a token. The illustration below displays Vault's core workflow.
![Vault Workflow](/img/vault-workflow-diagram1.png)