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

[WIP] Secrets in Nautobot Config

Open nniehoff opened this issue 1 year ago • 0 comments

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 Had to abstract the idea of a connector from the provider. This allows us to have the code specific to connecting and querying a secret provider completely separate from the provider classes which are pretty heavily dependent on a Secret object. Please let me know high level thoughts on this before I go too much further. I am well aware that it's not pretty and there are a lot of cleanup stuff I'm really looking for more high level feedback.

nniehoff avatar Jul 22 '22 01:07 nniehoff