mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-27 15:37:02 +00:00
feat(table-catalog): issue scoped table credentials (#3413)
* feat(table-catalog): issue scoped table credentials * fix(table-catalog): harden credential vending defaults --------- Co-authored-by: Henry Guo <marshawcoco@users.noreply.github.com> Co-authored-by: houseme <housemecn@gmail.com>
This commit is contained in:
@@ -111,10 +111,10 @@ CLIENT_MATRIX: list[dict[str, str]] = [
|
||||
UNSUPPORTED_INVENTORY: list[dict[str, str]] = [
|
||||
{
|
||||
"capability": "credential-vending",
|
||||
"status": "scope-preview-no-temporary-credentials",
|
||||
"roadmap_area": "credential-boundary",
|
||||
"status": "manual-enable-temporary-credentials-no-client-profile",
|
||||
"roadmap_area": "credential-vending",
|
||||
"catalog_endpoint": "GET /v1/{prefix}/namespaces/{namespace}/tables/{table}/credentials",
|
||||
"expected_behavior": "load table advertises the table credential scope; the credentials endpoint returns an empty storage-credentials list and no long-lived credentials",
|
||||
"expected_behavior": "load table advertises the table credential scope; the credentials endpoint returns an empty storage-credentials list unless server-side temporary credential vending is explicitly enabled",
|
||||
},
|
||||
{
|
||||
"capability": "background-maintenance-worker",
|
||||
|
||||
Reference in New Issue
Block a user