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

fix(ui plugins create): only include plugins owned by current tenant during named lookup #410

Merged
merged 1 commit into from
Oct 23, 2024

Conversation

reubenmiller
Copy link
Owner

@reubenmiller reubenmiller commented Oct 23, 2024

Fix a bug where the "smart" c8y ui plugins create command would check if the given plugin already exists or not, however when run against the management tenant, if subtenants already had a plugin with the same name, it would result in the incorrect plugin being found.

Now the ui plugin named lookup (only during the c8y ui plugins create command) will only look for plugins owned by the current tenant.

Note The bug was fixed in the underlying go-c8y library in reubenmiller/go-c8y#73

@reubenmiller reubenmiller merged commit 7871151 into v2 Oct 23, 2024
4 checks passed
@reubenmiller reubenmiller deleted the fix-ui-plugin-create branch October 23, 2024 07:04
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

Successfully merging this pull request may close these issues.

1 participant