[CORE-12961] Add security report admin endpoint#27173
[CORE-12961] Add security report admin endpoint#27173michael-redpanda merged 10 commits intoredpanda-data:devfrom
Conversation
|
/dt |
Retry command for Build#70421please wait until all jobs are finished before running the slash command |
CI test resultstest results on build#70421
test results on build#70461
test results on build#70478
test results on build#71446
test results on build#71689
test results on build#71780
test results on build#71991
|
723082d to
0d9e44c
Compare
0d9e44c to
0e7bfba
Compare
|
changes in force-push:
|
Retry command for Build#70461please wait until all jobs are finished before running the slash command |
0e7bfba to
a9b571f
Compare
Retry command for Build#70478please wait until all jobs are finished before running the slash command |
kbatuigas
left a comment
There was a problem hiding this comment.
Thanks, no blockers from docs, but would recommend descriptions and/or examples in the Swagger spec for some of the properties (e.g. what is the name in the various _security_report schemas, as well as security_report_alert.description?)
Do you also need specific ACLs so that this endpoint returns security reports for all interfaces?
a9b571f to
37a63ed
Compare
|
changes in force-push:
|
7f5a174 to
980d33e
Compare
|
changes in force-push:
|
|
@kbatuigas the security report endpoint requires superuser access. The names are the names of each interface, as defined in the I will add some descriptions to make it easier to parse the schemas. |
980d33e to
9c82307
Compare
|
changes in force-push:
|
Signed-off-by: Michael Boquard <michael@redpanda.com>
c7f4b84 to
afde0b1
Compare
|
changes in force-push:
|
afde0b1 to
7892646
Compare
|
changes in force-push:
|
michael-redpanda
left a comment
There was a problem hiding this comment.
Just some questions/nits but overall this is great
In this commit, only the kafka interfaces are part of the endpoint. More interfaces will be added in the following commits
7892646 to
1a68c61
Compare
|
changes in force-push:
|
|
/backport v25.2.x |
|
Failed to create a backport PR to v25.2.x branch. I tried: |
Implemets: CORE-12961
Expose new admin api to report on the security settings of a redpanda node.
Backports Required
Release Notes
Features