Skip to main content

Simple TUI to search Azure KeyVault

Project description

🔐 AKV-TUI — Azure Key Vault Explorer

CI PyPI - Version PyPI - Python Version License

AKV-TUI is a fast and intuitive terminal-based UI (TUI) for browsing secrets, keys, and certificates in your Azure Key Vaults. Built with Textual, it lets you quickly search, preview, and copy values from your vaults — all from your terminal.

✨ Features

  • 🔍 Browse secrets, keys, and certificates from any Azure subscription
  • 📋 Copy values to clipboard with one click
  • 🔐 Authenticate with az login or interactive browser login
  • ⌨️ Keyboard navigation with intuitive shortcuts

🚀 Installation

We recommend using uv or pipx for isolated CLI apps.

Using pipx

pipx install akv-tui

With uv:

uv venv
source .venv/bin/activate
uv pip install .

🧪 Requirements

  • Python 3.10+
  • Azure CLI if you want to use az login for authentication
  • Clipboard tool:
    • macOS: pbcopy & pbpaste (built-in)
    • Linux: xclip (recommended) or xsel

🛠️ Usage

Simply start the app in the terminal of your choice:

akv-tui

Or if you cloned the repository locally:

python -m akv_tui

Keyboard Shortcuts

Key Action
q Quit the application
d Toggle dark/light theme
/ Navigate list items
/ Switch between input/list
Enter Copy selected value
Tab Navigate widgets clockwise
Shift + Tab Navigate widgets anti-clockwise

🧩 How It Works

  • Tries to authenticate using DefaultAzureCredential
  • Falls back to InteractiveBrowserCredential if needed
  • Fetches Key Vaults from all accessible subscriptions
  • Loads and filters secrets, keys, or certificates based on selection
  • Copies values to clipboard on selection

🛡️ Security

This tool does not store credentials or secrets locally. It uses Azure's official authentication flow and only accesses values that your identity has permission to read.

To use this app effectively, make sure your Azure account has at least:

  • Reader or Key Vault Reader role on your subscriptions
  • Secret Reader, Key Reader, or Certificate Reader permissions on the vault

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

akv_tui-0.1.0.tar.gz (49.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

akv_tui-0.1.0-py3-none-any.whl (7.5 kB view details)

Uploaded Python 3

File details

Details for the file akv_tui-0.1.0.tar.gz.

File metadata

  • Download URL: akv_tui-0.1.0.tar.gz
  • Upload date:
  • Size: 49.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.7.13

File hashes

Hashes for akv_tui-0.1.0.tar.gz
Algorithm Hash digest
SHA256 f43bab541c9ccf98e91bd96b548e4a1a113264aef657b3f00e936c0a8e0b9404
MD5 2af2c8cdb64f38902f406274a8b2280c
BLAKE2b-256 45a363da0a129ad5d6d0282f30d86ab751321577d8a03b847bcbecd49b2cf764

See more details on using hashes here.

File details

Details for the file akv_tui-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: akv_tui-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 7.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.7.13

File hashes

Hashes for akv_tui-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 1aaf42fd0297e993c49ba15657ff86fc6fcaf34c83e62dd0efb75b570fac411a
MD5 bfca714a6724742557357417dade44a2
BLAKE2b-256 f5c08ed2d9531a413a42689dfc1c27e55d2adc0b57bdbee6bee355fcd8722370

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page