nautobot-app-secrets-providers icon indicating copy to clipboard operation
nautobot-app-secrets-providers copied to clipboard

Nautobot Secrets Providers Plugin.

Results 29 nautobot-app-secrets-providers issues
Sort by recently updated
recently updated
newest added

## What's changed - Moved existing documentation into a new structure to prepare for the mkdocs rendered docsite. - Edited and improved the visuals in various places using new syntax...

status: blocked

### Environment * Nautobot version: 1.5.8 * secrets version: 1.3.0 ### Proposed Functionality Allow multiple configurations for the same secrets provider. ### Use Case In our environment we have multiple...

### Environment * Python version: 3.7 (tasks.py default) * Nautobot version: 1.2.1 (tasks.py default) * secrets version: 1.3.0 ### Expected Behavior Build would succeed with an unmodified environment I chross...

### Environment * Python version: 3.10 * Nautobot version: 1.4.5 * secrets version: 1.3.0 ### Expected Behavior When visiting the page `/plugins/secrets/` which is the plugin's `home_view_name` the page should...

### Environment * Python version: 3.7 * Nautobot version: 1.2.1 (default by inventory/poetry) * secrets version: 1.3.0 * poetry version: 1.2.1 ### Expected Behavior Containers should build successfully and I...

This is a really early rough draft. I wanted to see and make sure it was possible to use code from a plugin in nautobot_config.py before django was setup. I...

The potential need has arisen to use secrets' slugs for configuration values instead of/as well as hardcoded values for settings such as HashiCorp Vault role_id and/or secret_id

question

The boto3 call to get the secret value is wrapped in a try/except. The except block has a switch statement to raise different exceptions based on the error content. There...