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

Assertion 6_1_8_4 warns that root response header does not allow DELETE #59

Closed
PhillipWatts1012 opened this issue Dec 20, 2017 · 2 comments
Assignees

Comments

@PhillipWatts1012
Copy link

---> Assertion: 6.1.8.4
~ note: the header returned from GET /redfish/v1/AccountService/Accounts/root do not indicate support for DELETE

"allow": "GET,HEAD,PATCH"
}
We do not allow DELETE of root. Does redfish?

@billdodd
Copy link
Contributor

Redfish doesn't disallow the deletion of any particular account (including root). So, yes it is allowed by Redfish.

But it's also OK for a service to not allow it.

@mraineri
Copy link
Contributor

1/25: It's valid to not allow DELETE on a resource (even if the schema says a resource is deleteable). However, this should not produce an error; only a warning at most.

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

3 participants