PaloAltoNetworks / panhandler

Panhandler is a tool to manage config snippets and Skillets for PAN-OS devices
Apache License 2.0
41 stars 19 forks source link

importing repo using existing name imports using a cached repo name #197

Closed scotchoaf closed 4 years ago

scotchoaf commented 4 years ago

Describe the bug

The wrong repo URL is used when importing a repo.

image image

This is caused when a repo with the same panHandler name is deleted and a new repo imported - same name, different URL. Common user issue when import a repo, accidentally use the wrong URL, delete the repo, then import with the correct URL.

Expected behavior

New imports should use the entered URL vs a cached value

Possible solution

current workaround is to use unique names for each import

Your Environment