Skip to content
New issue

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

A single secret assigned to multiple secrets groups causes sync network data job to fail #242

Open
jeffkala opened this issue Sep 11, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@jeffkala
Copy link
Contributor

Environment

  • Python version: 3.11
  • Nautobot version: 2.2+
  • nautobot-device-onboarding version: 4.0.1
  • ntc-templates version: 6.0.0

Expected Behavior

Properly determine the secret group + secret with access type "generic" to use.

Observed Behavior

Exception is raise
"SecretGroupAccessType "X" doesn't have attribute..."

Steps to Reproduce

  1. Create a secret
  2. Create 2 secrets groups and assign that secret to both groups
  3. Run the sync network data job.
@jeffkala
Copy link
Contributor Author

Workaround:

  1. Clone your secrets
  2. Only have 1 group assigned to the secret

@gsnider2195 gsnider2195 added the bug Something isn't working label Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants