HDDS-16078. [STS] Branch merge checklist - #523
Open
fmorg-git wants to merge 4 commits into
Open
Conversation
jojochuang
approved these changes
Aug 5, 2026
Co-authored-by: Cursor <cursoragent@cursor.com>
ChenSammi
reviewed
Aug 5, 2026
|
|
||
| ## 2. Documentation | ||
|
|
||
| [User documentation](https://ozone.apache.org/docs/next/administrator-guide/operations/s3/sts) for Ozone S3 Security Token Service (STS) has been added. |
Contributor
There was a problem hiding this comment.
https://ozone.apache.org/docs/next/administrator-guide/operations/s3/sts is not accessible.
Contributor
Author
There was a problem hiding this comment.
right, it should be accessible once #510 is merged
ChenSammi
reviewed
Aug 5, 2026
| </property> | ||
| ``` | ||
|
|
||
| A new RocksDB table stores revoked STS token entries. No OM versioning-framework feature flag is used. |
Contributor
There was a problem hiding this comment.
We can add the table name here.
ChenSammi
reviewed
Aug 5, 2026
|
|
||
| ## 7. Coverage / Code quality | ||
|
|
||
| [New Code Coverage](https://sonarcloud.io/summary/new_code?id=hadoop-ozone&branch=HDDS-13323-sts) for STS (HDDS-13323-sts) is **89.1%** and [Overall Code Coverage](https://sonarcloud.io/summary/overall?id=hadoop-ozone&branch=HDDS-13323-sts) is **75.4%**. |
Contributor
There was a problem hiding this comment.
89.1% is a very good data.
ChenSammi
reviewed
Aug 5, 2026
|
|
||
| ## 5. Docker-compose / Acceptance tests | ||
|
|
||
| New robot tests `ozone-secure-sts.robot` and `ozone-secure-sts-multitenant.robot` are being added. Furthermore, a shell script to test Polaris with Ozone STS (`polaris-smoketest.sh`) is being added. |
Contributor
There was a problem hiding this comment.
We can add the link for ozone-secure-sts.robot, ozone-secure-sts-multitenant.robot and polaris-smoketest.sh later once they are merged.
Use "milliseconds" instead of "millis" in the s3RevokedStsTokenTable row. Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Please describe your PR in detail:
What is the link to the Apache Jira?
https://issues.apache.org/jira/browse/HDDS-16078
How was this patch tested?
Tested in docker compose (viewing web page)