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

Classify Policy doesn't allow .* to be performed as user error #851

Open
Kostov6 opened this issue Sep 9, 2024 · 3 comments
Open

Classify Policy doesn't allow .* to be performed as user error #851

Kostov6 opened this issue Sep 9, 2024 · 3 comments
Assignees
Labels
area/quality Output qualification (tests, checks, scans, automation in general, etc.) related kind/enhancement Enhancement, improvement, extension platform/openstack OpenStack platform/infrastructure

Comments

@Kostov6
Copy link
Contributor

Kostov6 commented Sep 9, 2024

How to categorize this issue?

/area quality
/kind enhancement
/platform openstack

What would you like to be added:

$ k get infra ora-base-cluster -o yaml | yq .status.lastError.description
Error deleting Infrastructure: 1 error occurred:
	* failed to "delete share network": Request forbidden: [GET https://.../share-networks/detail?name=...&neutron_net_id=...&neutron_subnet_id=...], error message: {"forbidden": {"code": 403, "message": "Policy doesn't allow share_network:detail to be performed."}}

Is a user error and therefore it is better to be tagged as one

Happens here:

list, err := fctx.sharedFilesystem.ListShareNetworks(sharenetworks.ListOpts{

Also could happen here:

list, err := fctx.sharedFilesystem.ListShareNetworks(sharenetworks.ListOpts{

Why is this needed:
Improved error classification

@gardener-robot gardener-robot added area/quality Output qualification (tests, checks, scans, automation in general, etc.) related kind/enhancement Enhancement, improvement, extension platform/openstack OpenStack platform/infrastructure labels Sep 9, 2024
@gardener-robot
Copy link

@Kostov6 You have mentioned internal references in the public. Please check.

@Kostov6
Copy link
Contributor Author

Kostov6 commented Sep 11, 2024

/assign Kostov6
/good-first-issue

@gardener-robot
Copy link

@Kostov6 Command /good-first-issue is not known.

@Kostov6 Kostov6 changed the title Tag Policy doesn't allow .* to be performed as user error Classify Policy doesn't allow .* to be performed as user error Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/quality Output qualification (tests, checks, scans, automation in general, etc.) related kind/enhancement Enhancement, improvement, extension platform/openstack OpenStack platform/infrastructure
Projects
None yet
Development

No branches or pull requests

2 participants