Skip to content

Commit

Permalink
Update nautobot_secrets_providers/__init__.py
Browse files Browse the repository at this point in the history
Co-authored-by: Glenn Matthews <[email protected]>
  • Loading branch information
HanlinMiao and glennmatthews authored Sep 29, 2023
1 parent a887c32 commit 9489ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nautobot_secrets_providers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class NautobotSecretsProvidersConfig(NautobotAppConfig):
description = "Nautobot App that provides direct integrations with Enterprise secrets management systems. Provides patterns to securely fetch secrets for use by other Nautobot Apps and Nautobot Jobs."
base_url = "secrets"
required_settings = []
min_version = "2.0.1"
min_version = "2.0.0"
max_version = "2.9999"
default_settings = {}
caching_config = {}
Expand Down

0 comments on commit 9489ceb

Please sign in to comment.