We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
config_context
Pre-emptivly check, and allow sane error
access_type_str = device_obj.get_config_context()["nautobot_plugin_nornir"]["secret_access_type"].upper() KeyError: 'nautobot_plugin_nornir'
More clear guidance to the user.
The text was updated successfully, but these errors were encountered:
add here: https://github.com/nautobot/nautobot-plugin-nornir/blob/5e07748d57c05a4878a899661d32ddd986a6caaa/nautobot_plugin_nornir/plugins/credentials/nautobot_secrets.py#L22
Sorry, something went wrong.
No branches or pull requests
Environment
Proposed Functionality
Pre-emptivly check, and allow sane error
Use Case
More clear guidance to the user.
The text was updated successfully, but these errors were encountered: