You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+54-8Lines changed: 54 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,38 +19,84 @@ Vault-cli is a project to have a light-weight, secure and multi-tenant solution
19
19
# Environments
20
20
Security is key in the project. You can create separate environments for your projects or customers. All environments use unique encryption keys, which are never stored in the database and are only available to the customer.
21
21
22
-
The MasterAdmin token can create an Environment. As a response to this call an EnvironmentAdmin token is returned once. This type of token can be used to create ReadWrite or ReadOnly tokens. Read the section [Tokens](#Tokens) for more detailed view of the different token types.
23
-
24
22
# Tokens
25
-
There are 4 types of tokens, each having its own purpose.
23
+
There are 3 types of tokens, each having its own purpose. The token received from the
The initial token received when a Secure Vault via the Previder Portal is created is of the type EnvironmentAdmin. This type of token can be used to manage ReadWrite or ReadOnly tokens, but not secrets.
33
+
An additional token of the type EnvironmentAdmin can also be created. Use the following command to create a token of type EnvironmentAdmin.
0 commit comments