Skip to content

fix: service lint issues#3329

Merged
alkalescent merged 1 commit into
DSPX-2655-migrate-otdfctlfrom
DSPX-2654-service-lint
Apr 21, 2026
Merged

fix: service lint issues#3329
alkalescent merged 1 commit into
DSPX-2655-migrate-otdfctlfrom
DSPX-2654-service-lint

Conversation

@alkalescent

Copy link
Copy Markdown
Contributor

Proposed Changes

  • resolving lint issues in service

Checklist

  • I have added or updated unit tests
  • I have added or updated integration tests (if appropriate)
  • I have added or updated documentation

Testing Instructions

@alkalescent
alkalescent requested review from a team as code owners April 20, 2026 19:33
@coderabbitai

coderabbitai Bot commented Apr 20, 2026

Copy link
Copy Markdown

Important

Review skipped

Too many files!

This PR contains 298 files, which is 148 over the limit of 150.

⚙️ Run configuration

Configuration used: Repository UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: eb2e7f6c-d15d-4d3b-8a8d-eb42ec087ff7

📥 Commits

Reviewing files that changed from the base of the PR and between f4c2134 and af9e1ab.

⛔ Files ignored due to path filters (2)
  • go.work is excluded by !**/*.work
  • otdfctl/go.sum is excluded by !**/*.sum
📒 Files selected for processing (298)
  • .github/dependabot.yml
  • .github/release-please/release-please-config.main.json
  • .github/release-please/release-please-config.otdfctl.json
  • .github/release-please/release-please-manifest.json
  • .github/workflows/checks.yaml
  • .github/workflows/nightly-checks.yaml
  • .github/workflows/pr-checks.yaml
  • .github/workflows/release-otdfctl.yaml
  • .gitignore
  • .golangci.yaml
  • CODEOWNERS
  • Dockerfile
  • Makefile
  • adr/decisions/2026-03-24-otdfctl-migration.md
  • otdfctl/CHANGELOG.md
  • otdfctl/Makefile
  • otdfctl/README.md
  • otdfctl/adr/0000-use-adr-dir-for-adr.md
  • otdfctl/adr/0001-printing-with-json.md
  • otdfctl/cmd/auth/auth.go
  • otdfctl/cmd/auth/clearCachedCredentials.go
  • otdfctl/cmd/auth/clientCredentials.go
  • otdfctl/cmd/auth/login.go
  • otdfctl/cmd/auth/logout.go
  • otdfctl/cmd/auth/printAccessToken.go
  • otdfctl/cmd/common/common.go
  • otdfctl/cmd/config/config.go
  • otdfctl/cmd/dev/dev.go
  • otdfctl/cmd/dev/selectors.go
  • otdfctl/cmd/execute.go
  • otdfctl/cmd/execute_test.go
  • otdfctl/cmd/interactive.go
  • otdfctl/cmd/migrate/migrate.go
  • otdfctl/cmd/migrate/namespaced_policy.go
  • otdfctl/cmd/migrate/prune/namespacedPolicy.go
  • otdfctl/cmd/migrate/prune/prune.go
  • otdfctl/cmd/migrate/registeredResources.go
  • otdfctl/cmd/policy/actions.go
  • otdfctl/cmd/policy/attributeValues.go
  • otdfctl/cmd/policy/attributes.go
  • otdfctl/cmd/policy/baseKeys.go
  • otdfctl/cmd/policy/kasGrants.go
  • otdfctl/cmd/policy/kasKeys.go
  • otdfctl/cmd/policy/kasRegistry.go
  • otdfctl/cmd/policy/keyManagement.go
  • otdfctl/cmd/policy/keyManagementProvider.go
  • otdfctl/cmd/policy/namespaces.go
  • otdfctl/cmd/policy/obligations.go
  • otdfctl/cmd/policy/policy.go
  • otdfctl/cmd/policy/registeredResources.go
  • otdfctl/cmd/policy/resourceMappingGroups.go
  • otdfctl/cmd/policy/resourceMappings.go
  • otdfctl/cmd/policy/subjectConditionSets.go
  • otdfctl/cmd/policy/subjectMappings.go
  • otdfctl/cmd/profile.go
  • otdfctl/cmd/root.go
  • otdfctl/cmd/tdf/decrypt.go
  • otdfctl/cmd/tdf/encrypt.go
  • otdfctl/cmd/tdf/inspect.go
  • otdfctl/cmd/tdf/tdf.go
  • otdfctl/docs/README.md
  • otdfctl/docs/main.go
  • otdfctl/docs/man/_index.md
  • otdfctl/docs/man/auth/_index.md
  • otdfctl/docs/man/auth/clear-client-credentials.md
  • otdfctl/docs/man/auth/client-credentials.md
  • otdfctl/docs/man/auth/login.md
  • otdfctl/docs/man/auth/logout.md
  • otdfctl/docs/man/auth/print-access-token.md
  • otdfctl/docs/man/config/_index.md
  • otdfctl/docs/man/config/output.md
  • otdfctl/docs/man/decrypt/_index.md
  • otdfctl/docs/man/dev/_index.md
  • otdfctl/docs/man/dev/design-system.md
  • otdfctl/docs/man/dev/selectors/_index.md
  • otdfctl/docs/man/dev/selectors/generate.md
  • otdfctl/docs/man/dev/selectors/test.md
  • otdfctl/docs/man/encrypt/_index.md
  • otdfctl/docs/man/example.xmd
  • otdfctl/docs/man/inspect/_index.md
  • otdfctl/docs/man/interactive.md
  • otdfctl/docs/man/migrate/_index.md
  • otdfctl/docs/man/migrate/namespaced-policy.md
  • otdfctl/docs/man/migrate/prune/_index.md
  • otdfctl/docs/man/migrate/prune/namespaced-policy.md
  • otdfctl/docs/man/policy/_index.md
  • otdfctl/docs/man/policy/actions/_index.md
  • otdfctl/docs/man/policy/actions/create.md
  • otdfctl/docs/man/policy/actions/delete.md
  • otdfctl/docs/man/policy/actions/get.md
  • otdfctl/docs/man/policy/actions/list.md
  • otdfctl/docs/man/policy/actions/update.md
  • otdfctl/docs/man/policy/attributes/_index.md
  • otdfctl/docs/man/policy/attributes/create.md
  • otdfctl/docs/man/policy/attributes/deactivate.md
  • otdfctl/docs/man/policy/attributes/get.md
  • otdfctl/docs/man/policy/attributes/key/_index.md
  • otdfctl/docs/man/policy/attributes/key/assign.md
  • otdfctl/docs/man/policy/attributes/key/remove.md
  • otdfctl/docs/man/policy/attributes/list.md
  • otdfctl/docs/man/policy/attributes/unsafe/_index.md
  • otdfctl/docs/man/policy/attributes/unsafe/delete.md
  • otdfctl/docs/man/policy/attributes/unsafe/reactivate.md
  • otdfctl/docs/man/policy/attributes/unsafe/update.md
  • otdfctl/docs/man/policy/attributes/update.md
  • otdfctl/docs/man/policy/attributes/values/_index.md
  • otdfctl/docs/man/policy/attributes/values/create.md
  • otdfctl/docs/man/policy/attributes/values/deactivate.md
  • otdfctl/docs/man/policy/attributes/values/get.md
  • otdfctl/docs/man/policy/attributes/values/key/_index.md
  • otdfctl/docs/man/policy/attributes/values/key/assign.md
  • otdfctl/docs/man/policy/attributes/values/key/remove.md
  • otdfctl/docs/man/policy/attributes/values/list.md
  • otdfctl/docs/man/policy/attributes/values/unsafe/_index.md
  • otdfctl/docs/man/policy/attributes/values/unsafe/delete.md
  • otdfctl/docs/man/policy/attributes/values/unsafe/reactivate.md
  • otdfctl/docs/man/policy/attributes/values/unsafe/update.md
  • otdfctl/docs/man/policy/attributes/values/update.md
  • otdfctl/docs/man/policy/kas-grants/_index.md
  • otdfctl/docs/man/policy/kas-grants/assign.md
  • otdfctl/docs/man/policy/kas-grants/list.md
  • otdfctl/docs/man/policy/kas-grants/unassign.md
  • otdfctl/docs/man/policy/kas-registry/_index.md
  • otdfctl/docs/man/policy/kas-registry/create.md
  • otdfctl/docs/man/policy/kas-registry/delete.md
  • otdfctl/docs/man/policy/kas-registry/get.md
  • otdfctl/docs/man/policy/kas-registry/key/_index.md
  • otdfctl/docs/man/policy/kas-registry/key/base/_index.md
  • otdfctl/docs/man/policy/kas-registry/key/base/get.md
  • otdfctl/docs/man/policy/kas-registry/key/base/set.md
  • otdfctl/docs/man/policy/kas-registry/key/create.md
  • otdfctl/docs/man/policy/kas-registry/key/get.md
  • otdfctl/docs/man/policy/kas-registry/key/import.md
  • otdfctl/docs/man/policy/kas-registry/key/list-mappings.md
  • otdfctl/docs/man/policy/kas-registry/key/list.md
  • otdfctl/docs/man/policy/kas-registry/key/rotate.md
  • otdfctl/docs/man/policy/kas-registry/key/unsafe/_index.md
  • otdfctl/docs/man/policy/kas-registry/key/unsafe/delete.md
  • otdfctl/docs/man/policy/kas-registry/key/update.md
  • otdfctl/docs/man/policy/kas-registry/list.md
  • otdfctl/docs/man/policy/kas-registry/update.md
  • otdfctl/docs/man/policy/key-management/_index.md
  • otdfctl/docs/man/policy/key-management/provider/_index.md
  • otdfctl/docs/man/policy/key-management/provider/create.md
  • otdfctl/docs/man/policy/key-management/provider/delete.md
  • otdfctl/docs/man/policy/key-management/provider/get.md
  • otdfctl/docs/man/policy/key-management/provider/list.md
  • otdfctl/docs/man/policy/key-management/provider/update.md
  • otdfctl/docs/man/policy/namespaces/_index.md
  • otdfctl/docs/man/policy/namespaces/create.md
  • otdfctl/docs/man/policy/namespaces/deactivate.md
  • otdfctl/docs/man/policy/namespaces/get.md
  • otdfctl/docs/man/policy/namespaces/key/_index.md
  • otdfctl/docs/man/policy/namespaces/key/assign.md
  • otdfctl/docs/man/policy/namespaces/key/remove.md
  • otdfctl/docs/man/policy/namespaces/list.md
  • otdfctl/docs/man/policy/namespaces/unsafe/_index.md
  • otdfctl/docs/man/policy/namespaces/unsafe/delete.md
  • otdfctl/docs/man/policy/namespaces/unsafe/reactivate.md
  • otdfctl/docs/man/policy/namespaces/unsafe/update.md
  • otdfctl/docs/man/policy/namespaces/update.md
  • otdfctl/docs/man/policy/obligations/_index.md
  • otdfctl/docs/man/policy/obligations/create.md
  • otdfctl/docs/man/policy/obligations/delete.md
  • otdfctl/docs/man/policy/obligations/get.md
  • otdfctl/docs/man/policy/obligations/list.md
  • otdfctl/docs/man/policy/obligations/triggers/_index.md
  • otdfctl/docs/man/policy/obligations/triggers/create.md
  • otdfctl/docs/man/policy/obligations/triggers/delete.md
  • otdfctl/docs/man/policy/obligations/triggers/list.md
  • otdfctl/docs/man/policy/obligations/update.md
  • otdfctl/docs/man/policy/obligations/values/_index.md
  • otdfctl/docs/man/policy/obligations/values/create.md
  • otdfctl/docs/man/policy/obligations/values/delete.md
  • otdfctl/docs/man/policy/obligations/values/get.md
  • otdfctl/docs/man/policy/obligations/values/update.md
  • otdfctl/docs/man/policy/registered-resources/_index.md
  • otdfctl/docs/man/policy/registered-resources/create.md
  • otdfctl/docs/man/policy/registered-resources/delete.md
  • otdfctl/docs/man/policy/registered-resources/get.md
  • otdfctl/docs/man/policy/registered-resources/list.md
  • otdfctl/docs/man/policy/registered-resources/update.md
  • otdfctl/docs/man/policy/registered-resources/values/_index.md
  • otdfctl/docs/man/policy/registered-resources/values/create.md
  • otdfctl/docs/man/policy/registered-resources/values/delete.md
  • otdfctl/docs/man/policy/registered-resources/values/get.md
  • otdfctl/docs/man/policy/registered-resources/values/list.md
  • otdfctl/docs/man/policy/registered-resources/values/update.md
  • otdfctl/docs/man/policy/resource-mapping-groups/_index.md
  • otdfctl/docs/man/policy/resource-mapping-groups/create.md
  • otdfctl/docs/man/policy/resource-mapping-groups/delete.md
  • otdfctl/docs/man/policy/resource-mapping-groups/get.md
  • otdfctl/docs/man/policy/resource-mapping-groups/list.md
  • otdfctl/docs/man/policy/resource-mapping-groups/update.md
  • otdfctl/docs/man/policy/resource-mappings/_index.md
  • otdfctl/docs/man/policy/resource-mappings/create.md
  • otdfctl/docs/man/policy/resource-mappings/delete.md
  • otdfctl/docs/man/policy/resource-mappings/get.md
  • otdfctl/docs/man/policy/resource-mappings/list.md
  • otdfctl/docs/man/policy/resource-mappings/update.md
  • otdfctl/docs/man/policy/subject-condition-sets/_index.md
  • otdfctl/docs/man/policy/subject-condition-sets/create.md
  • otdfctl/docs/man/policy/subject-condition-sets/delete.md
  • otdfctl/docs/man/policy/subject-condition-sets/get.md
  • otdfctl/docs/man/policy/subject-condition-sets/list.md
  • otdfctl/docs/man/policy/subject-condition-sets/prune.md
  • otdfctl/docs/man/policy/subject-condition-sets/update.md
  • otdfctl/docs/man/policy/subject-mappings/_index.md
  • otdfctl/docs/man/policy/subject-mappings/create.md
  • otdfctl/docs/man/policy/subject-mappings/delete.md
  • otdfctl/docs/man/policy/subject-mappings/get.md
  • otdfctl/docs/man/policy/subject-mappings/list.md
  • otdfctl/docs/man/policy/subject-mappings/match.md
  • otdfctl/docs/man/policy/subject-mappings/update.md
  • otdfctl/e2e/action.yaml
  • otdfctl/e2e/actions.bats
  • otdfctl/e2e/attributes.bats
  • otdfctl/e2e/auth.bats
  • otdfctl/e2e/encrypt-decrypt.bats
  • otdfctl/e2e/kas-grants.bats
  • otdfctl/e2e/kas-keys-mappings.bats
  • otdfctl/e2e/kas-keys.bats
  • otdfctl/e2e/kas-registry.bats
  • otdfctl/e2e/key-base.bats
  • otdfctl/e2e/logging.bats
  • otdfctl/e2e/namespaces.bats
  • otdfctl/e2e/obligations.bats
  • otdfctl/e2e/otdfctl-utils.sh
  • otdfctl/e2e/profile.bats
  • otdfctl/e2e/provider-config.bats
  • otdfctl/e2e/registered-resources.bats
  • otdfctl/e2e/resize_terminal.sh
  • otdfctl/e2e/resource-mapping-groups.bats
  • otdfctl/e2e/resource-mapping.bats
  • otdfctl/e2e/setup_suite.bash
  • otdfctl/e2e/subject-condition-sets.bats
  • otdfctl/e2e/subject-mapping.bats
  • otdfctl/e2e/teardown_suite.bash
  • otdfctl/e2e/testrail-integration/samples-for-virtru-instance/testname-to-testrail-id.virtru.json
  • otdfctl/e2e/testrail-integration/samples-for-virtru-instance/testrail-virtru.config.json
  • otdfctl/e2e/testrail-integration/testname-to-testrail-id.example.json
  • otdfctl/e2e/testrail-integration/testrail.config.example.json
  • otdfctl/e2e/testrail-integration/upload-bats-test-results-to-testrail.sh
  • otdfctl/go.mod
  • otdfctl/main.go
  • otdfctl/migrations/artifact/artifact.go
  • otdfctl/migrations/artifact/artifact_test.go
  • otdfctl/migrations/artifact/metadata/metadata.go
  • otdfctl/migrations/artifact/v1/schema.go
  • otdfctl/migrations/artifact/v1/schema_test.go
  • otdfctl/migrations/namespacedpolicy/actions_execute.go
  • otdfctl/migrations/namespacedpolicy/actions_execute_test.go
  • otdfctl/migrations/namespacedpolicy/canonical.go
  • otdfctl/migrations/namespacedpolicy/canonical_test.go
  • otdfctl/migrations/namespacedpolicy/derived.go
  • otdfctl/migrations/namespacedpolicy/derived_test.go
  • otdfctl/migrations/namespacedpolicy/execute.go
  • otdfctl/migrations/namespacedpolicy/execute_test_helpers_test.go
  • otdfctl/migrations/namespacedpolicy/finalize_plan.go
  • otdfctl/migrations/namespacedpolicy/finalize_plan_test.go
  • otdfctl/migrations/namespacedpolicy/obligation_triggers_execute.go
  • otdfctl/migrations/namespacedpolicy/obligation_triggers_execute_test.go
  • otdfctl/migrations/namespacedpolicy/plan.go
  • otdfctl/migrations/namespacedpolicy/plan_test.go
  • otdfctl/migrations/namespacedpolicy/planner.go
  • otdfctl/migrations/namespacedpolicy/planner_test.go
  • otdfctl/migrations/namespacedpolicy/reduce.go
  • otdfctl/migrations/namespacedpolicy/reduce_test.go
  • otdfctl/migrations/namespacedpolicy/registered_resources_execute.go
  • otdfctl/migrations/namespacedpolicy/registered_resources_execute_test.go
  • otdfctl/migrations/namespacedpolicy/resolved.go
  • otdfctl/migrations/namespacedpolicy/resolved_test.go
  • otdfctl/migrations/namespacedpolicy/retrieve.go
  • otdfctl/migrations/namespacedpolicy/retrieve_test.go
  • otdfctl/migrations/namespacedpolicy/scopes.go
  • otdfctl/migrations/namespacedpolicy/scopes_test.go
  • otdfctl/migrations/namespacedpolicy/subject_condition_sets_execute.go
  • otdfctl/migrations/namespacedpolicy/subject_condition_sets_execute_test.go
  • otdfctl/migrations/namespacedpolicy/subject_mappings_execute.go
  • otdfctl/migrations/namespacedpolicy/subject_mappings_execute_test.go
  • otdfctl/migrations/namespacedpolicy/test_helpers_test.go
  • otdfctl/migrations/registered-resources.go
  • otdfctl/migrations/registered-resources_test.go
  • otdfctl/migrations/styles.go
  • otdfctl/pkg/auth/auth.go
  • otdfctl/pkg/auth/errors.go
  • otdfctl/pkg/cli/cli.go
  • otdfctl/pkg/cli/clioptions.go
  • otdfctl/pkg/cli/confirm.go
  • otdfctl/pkg/cli/errors.go
  • otdfctl/pkg/cli/flagValues.go
  • otdfctl/pkg/cli/messages.go
  • otdfctl/pkg/cli/pipe.go
  • otdfctl/pkg/cli/printer.go
  • otdfctl/pkg/cli/sdkHelpers.go
  • otdfctl/pkg/cli/style.go
  • otdfctl/pkg/cli/table.go
  • otdfctl/pkg/cli/tabular.go

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch DSPX-2654-service-lint

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions github-actions Bot added the comp:ci Github Actions Work label Apr 20, 2026
@alkalescent
alkalescent changed the base branch from main to DSPX-2655-migrate-otdfctl April 20, 2026 19:33
@gemini-code-assist

Copy link
Copy Markdown
Contributor

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request prepares the otdfctl CLI for migration into the opentdf/platform monorepo. It includes structural changes to build processes, CI/CD configurations, and documentation, alongside a significant expansion and refactoring of the CLI command surface to improve maintainability and consistency.

Highlights

  • Repository Migration: Added documentation and configuration to support migrating the otdfctl CLI into the opentdf/platform monorepo.
  • Dependency Management: Updated Dependabot configuration to include new directories and added grouping for external dependencies.
  • Linting and CI: Updated .golangci.yaml to exclude specific paths during migration and added otdfctl to the main Makefile and Dockerfile.
  • CLI Command Implementation: Implemented and refactored numerous CLI commands for authentication, policy management, and KAS registry operations.

🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.

Ignored Files
  • Ignored by pattern: .github/workflows/** (4)
    • .github/workflows/checks.yaml
    • .github/workflows/nightly-checks.yaml
    • .github/workflows/pr-checks.yaml
    • .github/workflows/release-otdfctl.yaml
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here.


The code moves to a new home, Where monorepo giants roam. With linting fixed and paths aligned, A better structure we now find.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request reorganizes sorting tests in obligations_test.go and refactors the action deduplication logic in subject_mapping_builtin_actions.go by extracting it into a helper function. A review comment points out that while the new helper deduplicates actions within a single subject mapping, the outer loop continues to append these results, which may lead to redundant action names if multiple mappings match the same attribute value. It is recommended to perform a final deduplication for each value to ensure the output remains unique.

Comment on lines +74 to +77
entitlementsSet[valueFQN] = append(
entitlementsSet[valueFQN],
dedupeSubjectMappingActions(subjectMapping.GetActions(), l)...,
)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The current implementation appends actions to entitlementsSet[valueFQN] for every matching subject mapping across all entities. While dedupeSubjectMappingActions ensures uniqueness within a single mapping, it does not prevent duplicate action names from accumulating when multiple mappings or multiple entities match for the same attribute value. This results in redundant actions in the final output. Since the system seems to intend for action names to be unique per attribute (as evidenced by the conflict detection logic), consider deduplicating the final action list for each valueFQN before returning, or using a map to collect unique actions across all iterations.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just linting

@github-actions

Copy link
Copy Markdown
Contributor
Benchmark results, click to expand

Benchmark authorization.GetDecisions Results:

Metric Value
Approved Decision Requests 1000
Denied Decision Requests 0
Total Time 193.550005ms

Benchmark authorization.v2.GetMultiResourceDecision Results:

Metric Value
Approved Decision Requests 1000
Denied Decision Requests 0
Total Time 99.864466ms

Benchmark Statistics

Name № Requests Avg Duration Min Duration Max Duration

Bulk Benchmark Results

Metric Value
Total Decrypts 100
Successful Decrypts 100
Failed Decrypts 0
Total Time 408.163158ms
Throughput 245.00 requests/second

TDF3 Benchmark Results:

Metric Value
Total Requests 5000
Successful Requests 5000
Failed Requests 0
Concurrent Requests 50
Total Time 45.108734556s
Average Latency 449.428752ms
Throughput 110.84 requests/second

@github-actions

Copy link
Copy Markdown
Contributor

⚠️ Govulncheck found vulnerabilities ⚠️

The following modules have known vulnerabilities:

  • examples
  • otdfctl
  • sdk
  • service
  • lib/fixtures
  • tests-bdd

See the workflow run for details.

@alkalescent
alkalescent merged commit 5e7ec70 into DSPX-2655-migrate-otdfctl Apr 21, 2026
46 of 47 checks passed
@alkalescent
alkalescent deleted the DSPX-2654-service-lint branch April 21, 2026 00:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

comp:ci Github Actions Work size/xl

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants