Skip to content

Commit

Permalink
proto: make GetDebugBundleStatus admin permission
Browse files Browse the repository at this point in the history
  • Loading branch information
bojand committed Jan 23, 2025
1 parent f31bc19 commit a738061
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion proto/gen/openapi/openapi.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion proto/gen/openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4254,7 +4254,7 @@ paths:
content:
multipart/form-data:
schema:
example: '{"name":"redact-orders","input_topic_name":"orders","output_topic_names":["orders-redacted"],"environment_variables":[{"key":"LOGGER_LEVEL","value":"DEBUG"}]}'
example: '{"name":"redact-orders", "input_topic_name":"orders", "output_topic_names":["orders-redacted"], "environment_variables":[{"key":"LOGGER_LEVEL", "value":"DEBUG"}]}'
properties:
metadata:
$ref: '#/components/schemas/DeployTransformRequest'
Expand Down
2 changes: 1 addition & 1 deletion proto/redpanda/api/console/v1alpha1/debug_bundle.proto
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ service DebugBundleService {
}
rpc GetDebugBundleStatus(GetDebugBundleStatusRequest) returns (GetDebugBundleStatusResponse) {
option (redpanda.api.auth.v1.authorization) = {
required_permission: PERMISSION_VIEW
required_permission: PERMISSION_ADMIN
api: API_REDPANDA_ADMIN
};
}
Expand Down

0 comments on commit a738061

Please sign in to comment.