check-nautobot-secrets-providers

Nautobot Secrets Providers Plugin.


Keywords
nautobot, nautobot-plugin, secrets, vault
License
Apache-2.0
Install
pip install check-nautobot-secrets-providers==1.4.1

Documentation

Nautobot Secrets Providers App



An App for Nautobot.

Overview

Nautobot Secrets Providers is an app for Nautobot that bundles Secrets Providers for integrating with popular secrets backends.

This app publishes secrets providers that are not included in the Nautobot core software package so that it will be easier to maintain and extend support for various secrets providers without waiting on Nautobot software releases.

Supported Secrets Backends

This app supports the following popular secrets backends:

Secrets Backend Supported Secret Types Supported Authentication Methods
AWS Secrets Manager Other: Key/value pairs AWS credentials (see Usage section below)
AWS Systems Manager Parameter Store Other: Key/value pairs AWS credentials (see Usage section below)
Azure Key Vault Key Vault Secrets Entra ID Service Principal
Delinea/Thycotic Secret Server Secret Server Cloud
Secret Server (on-prem)
Access Token Authorization
Domain Authorization
Password Authorization
HashiCorp Vault K/V Version 2
K/V Version 1
Token
AppRole
AWS
Kubernetes

Screenshots

More screenshots can be found in the Using the App page in the documentation. Here's a quick overview of some of the app's added functionality:

Screenshot of app home page


Screenshot of secret using AWS Secrets Manager

Documentation

Full web-based HTML documentation for this app can be found over on the Nautobot Docs website:

Contributing to the Docs

You can find all the Markdown source for the App documentation under the docs folder in this repository. For simple edits, a Markdown capable editor is sufficient - clone the repository and edit away.

If you need to view the fully generated documentation site, you can build it with mkdocs. A container hosting the docs will be started using the invoke commands (details in the Development Environment Guide) on http://localhost:8001. As your changes are saved, the live docs will be automatically reloaded.

Any PRs with fixes or improvements are very welcome!

Questions

For any questions or comments, please check the FAQ first. Feel free to also swing by the Network to Code Slack (channel #nautobot), sign up here if you don't have an account.