Skip to content

Bump pensieve-api & release 2.14.1#2358

Merged
bert-e merged 28 commits intodevelopment/2.14from
improvement/ZENKO-5210
Mar 19, 2026
Merged

Bump pensieve-api & release 2.14.1#2358
bert-e merged 28 commits intodevelopment/2.14from
improvement/ZENKO-5210

Conversation

@francoisferrand
Copy link
Contributor

@francoisferrand francoisferrand commented Mar 18, 2026

delthas and others added 28 commits March 11, 2026 15:37
Remove Ceph RADOSGW capability flags from zenkoversion defaults so Ceph is no longer advertised as a supported backend.
Delete Ceph-in-a-box scripts and chart resources from GitHub automation now that Ceph targets are no longer used in Zenko CI.
Replace the three scalar World keys (identityNameForScenario,
identityTypeForScenario, accountNameForScenario) with a typed
SavedIdentity[] array. This makes multiple identities naturally
queryable and eliminates manual additionalAccountNames tracking.

- Add SavedIdentity interface and getSavedIdentities/getSavedIdentity helpers
- saveIdentityInformation now appends to the array
- useSavedIdentity uses getSavedIdentity() (defaults to last entry)
- Migrate direct getSaved reads in bucket-policies and iam-policies
- Simplify "{int} additional accounts" step
- Drop additional accounts After cleanup hook

Issue: ZENKO-5202
Use the existing data_consumer Keycloak user (which has the
DataConsumer role, not StorageManager) instead of introducing
a dedicated norights user. This removes the KeycloakUsernameNoRights
world parameter and reuses the existing DataConsumerUsername parameter.

Issue: ZENKO-5202
Call prepareMetricsScenarios directly in the Before hook instead of
going through an unnecessary indirection layer.

Issue: ZENKO-5202
Add optional size parameter to putObject and uploadSetup so callers
can pass the object size directly rather than routing it through the
World saved-state dictionary.

Issue: ZENKO-5202
… groups

Collapse permission scenarios into a single parameterized Scenario Outline
with role/expectedStatus examples. Separate content tests (structure,
multi-account, metrics) into their own group. Replace two hardcoded When
steps with a single parameterized step using a role-to-username lookup.

Issue: ZENKO-5202
Disable camelcase rule for role-to-username map keys (must match
Keycloak usernames). Shorten step names and parameter names to
stay within 120-char line limit.

Issue: ZENKO-5202
The roleToWorldParam lookup resolved role names to ctst_-prefixed
usernames (e.g. ctst_storage_manager) which are not valid for direct
Keycloak token acquisition. Pass the role string directly instead,
matching how managementAPIRequest works elsewhere.

Issue: ZENKO-5202
The SavedIdentity refactor changed useSavedIdentity to read from an
array, but getSavedIdentity returns undefined when no identity was
saved. This crashed CountItems which calls useSavedIdentity via
'the operation finished without error' without prior identity setup.
Match old behavior by returning early when no identity exists.

Issue: ZENKO-5202
- Rename "role" to "persona" in feature file and step definitions
- Replace hardcoded Keycloak usernames with World parameter keys
- Add Given step for persona setup, decoupled from When action
- Split into "tries to retrieve" (no status check) and "retrieves" (asserts 200)
- Add generic "Then the http response code is {int}" step in common
- Remove section comments from feature file

Issue: ZENKO-5202
World parameter keys (StorageManagerUsername, DataConsumerUsername) resolve
to ctst_-prefixed usernames which lack the instanceIds Keycloak attribute
required by the management API. Use the base Keycloak usernames directly.

Issue: ZENKO-5202
Remove Ceph references from supported cloud lists and location management guidance, and generalize bucket-match wording to S3-compatible endpoints.
The ctst Dockerfile hardcoded ghcr.io/scality as the registry for sorbet
and drctl images, ignoring the sourceRegistry field in deps.yaml. This
meant changing sourceRegistry (e.g. to a playground fork) had no effect
on CI test builds.

Extract the full image path (sourceRegistry + image) from deps.yaml
using yq in the workflow, and pass it as Docker build args. The
Dockerfile now uses SORBET_IMAGE and DRCTL_IMAGE ARGs with
backward-compatible defaults.

Issue: ZENKO-5220
Bump @aws-sdk/client-s3 to ^3.931.0
SDK versions 3.929.0-3.930.0 have a regression (aws/aws-sdk-js-v3#7500)
in REST protocol deserialization that causes empty XML responses to fail
with "Expected object, got string". This affects GetObjectAttributes
when no matching attributes are found (e.g. requesting non-existent user
metadata keys). Fixed in 3.931.0 by aws/aws-sdk-js-v3#7501.

Issue: ZENKO-5208
@francoisferrand francoisferrand requested review from a team and delthas March 18, 2026 18:54
@bert-e
Copy link
Contributor

bert-e commented Mar 18, 2026

Hello francoisferrand,

My role is to assist you with the merge of this
pull request. Please type @bert-e help to get information
on this process, or consult the user documentation.

Available options
name description privileged authored
/after_pull_request Wait for the given pull request id to be merged before continuing with the current one.
/bypass_author_approval Bypass the pull request author's approval
/bypass_build_status Bypass the build and test status
/bypass_commit_size Bypass the check on the size of the changeset TBA
/bypass_incompatible_branch Bypass the check on the source branch prefix
/bypass_jira_check Bypass the Jira issue check
/bypass_peer_approval Bypass the pull request peers' approval
/bypass_leader_approval Bypass the pull request leaders' approval
/approve Instruct Bert-E that the author has approved the pull request. ✍️
/create_pull_requests Allow the creation of integration pull requests.
/create_integration_branches Allow the creation of integration branches.
/no_octopus Prevent Wall-E from doing any octopus merge and use multiple consecutive merge instead
/unanimity Change review acceptance criteria from one reviewer at least to all reviewers
/wait Instruct Bert-E not to run until further notice.
Available commands
name description privileged
/help Print Bert-E's manual in the pull request.
/status Print Bert-E's current status in the pull request TBA
/clear Remove all comments from Bert-E from the history TBA
/retry Re-start a fresh build TBA
/build Re-start a fresh build TBA
/force_reset Delete integration branches & pull requests, and restart merge process from the beginning.
/reset Try to remove integration branches unless there are commits on them which do not appear on the source branch.

Status report is not available.

@bert-e
Copy link
Contributor

bert-e commented Mar 18, 2026

Waiting for approval

The following approvals are needed before I can proceed with the merge:

  • the author

  • 2 peers

@francoisferrand
Copy link
Contributor Author

francoisferrand commented Mar 19, 2026

/bypass_peer_approval

@francoisferrand
Copy link
Contributor Author

/approve

@scality scality deleted a comment from bert-e Mar 19, 2026
@bert-e
Copy link
Contributor

bert-e commented Mar 19, 2026

I have successfully merged the changeset of this pull request
into targetted development branches:

  • ✔️ development/2.14

The following branches have NOT changed:

  • development/2.10
  • development/2.11
  • development/2.12
  • development/2.13
  • development/2.5
  • development/2.6
  • development/2.7
  • development/2.8
  • development/2.9

Please check the status of the associated issue ZENKO-5210.

Goodbye francoisferrand.

The following options are set: bypass_peer_approval, approve

@bert-e bert-e merged commit 8bb43a7 into development/2.14 Mar 19, 2026
40 of 42 checks passed
@bert-e bert-e deleted the improvement/ZENKO-5210 branch March 19, 2026 02:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants