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

Ziti Controller - Error in updating TAGS #2805

Open
NicFragale opened this issue Feb 18, 2025 · 0 comments
Open

Ziti Controller - Error in updating TAGS #2805

NicFragale opened this issue Feb 18, 2025 · 0 comments

Comments

@NicFragale
Copy link

When using the custom tags functionality of an entity in Ziti, it seems there is either an indexing issue or error condition where a single tag cannot be removed or updated unless there are at least 2 or more tags present. This problem presents itself at least when using a REST interface like CURL or ZAC.

Scenario:

  1. Add a tag and give it a value. This works.
  2. Try to remove or edit that tag's value (or even its name). This fails, the update returns as if it was accepted, but it does not change anything.
  3. Add another tag and value. Now you have two tags/values. This works.
  4. Modify either of these tags. This works.
  5. Delete a tag. This works, and you now have one tag.
  6. Try to delete or modify the last tag. This fails.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant