/vault - a list of every secret you’ve created. There’s no separate create, edit, or detail page: creating and editing both happen through the same pop-up dialog on the list page.
The Vault list
The list shows four columns:- Key - the secret’s identifier.
- Created By - who created the secret.
- Last Updated On - the formatted date it was last saved, or
-if it hasn’t been updated. - Actions - an edit (pencil) icon that opens the edit dialog, and a delete (trash) icon.
Creating a secret
- Click Create new. This opens the Create a new secret dialog.
- Fill in the fields:
- Key - only capital letters, digits, and underscores are allowed. As you type, OpenLIT auto-formats the value: spaces become underscores, letters are uppercased, and any other character is stripped. This is the only required field.
- Value - your secret value, shown as a password-style input. You can leave this blank and save a secret with no value at all - useful as a placeholder you fill in later.
- Tags - optional free-form tags to help you find and filter the secret later.
- Click Create secret.
Editing a secret
Click the edit (pencil) icon on a row to open the Update a secret dialog.- Key is read-only once a secret exists, with the hint “Cannot update the key” - you can’t rename a secret after creating it.
- Value is always shown blank when you open the dialog, since OpenLIT never sends a stored value back to the browser. Leave it blank to keep the existing value unchanged, or type a new value to overwrite it. There’s no way to view a secret’s current value in the UI once it’s saved - this is by design, see Security.
- Tags can be changed freely.

