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

fixes #1135 add a new status code to indicate the access control rule… #1136

Merged
merged 1 commit into from
Mar 5, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion status/src/main/resources/config/status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -464,9 +464,14 @@ ERR10067:
description: Failed to pass the fine-grained authorization with rule %s.
ERR10068:
statusCode: 413
code: ERR10068
message: PAYLOAD_TOO_LARGE
description: The request body has exceeded the set max size.

ERR10069:
statusCode: 403
code: ERR10069
message: ACCESS_CONTROL_MISSING
description: Access control rule is missing for endpoint %s and default deny is true.

# 11000-11499 swagger-validator errors
ERR11000:
Expand Down