forked from microsoft/AzureKeyVaultExplorer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,26 @@ Azure Key Vault Explorer - be productive when working with secrets! | |
Authors: Eli Zeitlin, Gokhan Ozhan, Anna Zeitlin | ||
Contact: [Azure Key Vault Explorer Developers](mailto:Azure Key Vault Explorer Developers <[email protected]>>) | ||
|
||
## Table of Contents | ||
* [Key features](#key-features) | ||
* [How to add or open new vaults](#how-to-add-or-open-new-vaults) | ||
* [Keyboard and mouse shortcuts](#keyboard-and-mouse-shortcuts) | ||
* [Configuration](#configuration) | ||
* [Vaults.json](#vaultsjson) | ||
* [SecretKinds.json](#secretkindsjson) | ||
* [CustomTags.json](#customtagsjson) | ||
* [VaultAliases.json](#vaultaliasesjson) | ||
* [User.config](#userconfig) | ||
* [Telemetry](#telemetry) | ||
* [Screen shots](#screen-shots) | ||
* [Main window](#main-window) | ||
* [Search and copy secret to clipboard](#search-and-copy-secret-to-clipboard) | ||
* [Edit secret](#edit-secret) | ||
* [Rollback to specific secret version](#rollback-to-specific-secret-version) | ||
* [Edit secret tags](#edit-secret-tags) | ||
* [Edit Key Vault certificate](#edit-key-vault-certificate) | ||
* [Settings window](#settings-window) | ||
|
||
## Key features | ||
* Best user experience for authentication, you will be prompted at most *once* to enter your credentials | ||
* All types of authentications are supported: Certificate, Secret and User based with 2FA (including PHX or GME) | ||
|