Skip to content

Shared storage infrastructure and provider capability routing for certificate management - #160

Open
ChansAlive wants to merge 17 commits into
eclipse-score:mainfrom
etas-contrib:feature/cert_api_and_common_refactor
Open

Shared storage infrastructure and provider capability routing for certificate management#160
ChansAlive wants to merge 17 commits into
eclipse-score:mainfrom
etas-contrib:feature/cert_api_and_common_refactor

Conversation

@ChansAlive

@ChansAlive ChansAlive commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

Foundational groundwork for the certificate management daemon component.

  • Shared deployment storage (daemon/common/storage/) extracted from key_management — reusable KV loader/writer and atomic file I/O primitives backed by score::filesystem baselibs.
  • Provider capability selection extended to route certificate context types to the correct provider (software-first for kCertManagement).
  • Certificate API types and contexts promoted from api/future/ to stable namespaces.

Closes #162

@github-actions

github-actions Bot commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

License Check Results

🚀 The license check job ran with the Bazel command:

bazel run --lockfile_mode=error //:license-check

Status: ⚠️ Needs Review

Click to expand output
[License Check Output]
Extracting Bazel installation...
Starting local Bazel server (8.6.0) and connecting to it...
INFO: Invocation ID: 95c6003c-479a-4007-a47c-941fd8726fe5
Computing main repo mapping: 
Computing main repo mapping: 
DEBUG: Rule 'score_baselibs_rust+' indicated that a canonical reproducible form can be obtained by modifying arguments integrity = "sha256-4kzcXcvGi9xBEEnrPOiSEvteITZMPKmK3MNgJXQIGtY="
DEBUG: Repository score_baselibs_rust+ instantiated at:
  <builtin>: in <toplevel>
Repository rule http_archive defined at:
  /home/runner/.bazel/external/bazel_tools/tools/build_defs/repo/http.bzl:431:31: in <toplevel>
DEBUG: Rule 'score_logging+' indicated that a canonical reproducible form can be obtained by modifying arguments integrity = "sha256-/Q5+YfLkbMpz5PfvOkNS7qA3ehzth4emFhTcsk4q3zQ="
DEBUG: Repository score_logging+ instantiated at:
  <builtin>: in <toplevel>
Repository rule http_archive defined at:
  /home/runner/.bazel/external/bazel_tools/tools/build_defs/repo/http.bzl:431:31: in <toplevel>
Computing main repo mapping: 
DEBUG: Rule 'abseil-cpp+' indicated that a canonical reproducible form can be obtained by modifying arguments integrity = "sha256-m3oGQwXp/ZTRJP+mzDWFkutCtdpYj7TgfQklSqQAhts="
DEBUG: Repository abseil-cpp+ instantiated at:
  <builtin>: in <toplevel>
Repository rule http_archive defined at:
  /home/runner/.bazel/external/bazel_tools/tools/build_defs/repo/http.bzl:431:31: in <toplevel>
Computing main repo mapping: 
DEBUG: Rule 'protobuf+' indicated that a canonical reproducible form can be obtained by modifying arguments integrity = "sha256-w6Cp7OiTLjHDtzbi2xixxC5wcM2biBOIsm0BqnHiTKI="
DEBUG: Repository protobuf+ instantiated at:
  <builtin>: in <toplevel>
Repository rule http_archive defined at:
  /home/runner/.bazel/external/bazel_tools/tools/build_defs/repo/http.bzl:431:31: in <toplevel>
DEBUG: Rule 'grpc+' indicated that a canonical reproducible form can be obtained by modifying arguments integrity = "sha256-CvN7gAlTEwtHwHW1ZoPuYL3D7aPDf8YAQZP1tWl1ggQ="
DEBUG: Repository grpc+ instantiated at:
  <builtin>: in <toplevel>
Repository rule http_archive defined at:
  /home/runner/.bazel/external/bazel_tools/tools/build_defs/repo/http.bzl:431:31: in <toplevel>
Computing main repo mapping: 
WARNING: For repository 'score_docs_as_code', the root module requires module version score_docs_as_code@6.0.0, but got score_docs_as_code@8.0.0 in the resolved dependency graph. Please update the version in your MODULE.bazel or set --check_direct_dependencies=off
WARNING: For repository 'score_devcontainer', the root module requires module version score_devcontainer@1.10.0, but got score_devcontainer@1.11.0 in the resolved dependency graph. Please update the version in your MODULE.bazel or set --check_direct_dependencies=off
Computing main repo mapping: 
Loading: 
Loading: 1 packages loaded
Loading: 1 packages loaded
    currently loading: 
WARNING: Target pattern parsing failed.
ERROR: Skipping '//:license-check': no such target '//:license-check': target 'license-check' not declared in package '' defined by /home/runner/work/inc_security_crypto/inc_security_crypto/BUILD
Analyzing: 0 targets (2 packages loaded)
ERROR: no such target '//:license-check': target 'license-check' not declared in package '' defined by /home/runner/work/inc_security_crypto/inc_security_crypto/BUILD
INFO: Elapsed time: 11.928s
INFO: 0 processes.
ERROR: Build did NOT complete successfully
ERROR: Build failed. Not running target

@github-actions

Copy link
Copy Markdown
Contributor

The created documentation from the pull request is available at: docu-html

@ChansAlive
ChansAlive force-pushed the feature/cert_api_and_common_refactor branch from d8c0760 to 3806c91 Compare August 13, 2026 20:40
@ChansAlive
ChansAlive marked this pull request as ready for review August 14, 2026 10:24
@ChansAlive
ChansAlive requested a review from sunildevda August 14, 2026 10:25
@ChansAlive
ChansAlive force-pushed the feature/cert_api_and_common_refactor branch from a425c7b to 60c98d8 Compare August 19, 2026 07:31
@ChansAlive
ChansAlive force-pushed the feature/cert_api_and_common_refactor branch from a0b9c2c to 186e256 Compare August 24, 2026 21:10
@ChansAlive
ChansAlive force-pushed the feature/cert_api_and_common_refactor branch from 03e9354 to 9d4bc98 Compare August 25, 2026 11:08
@ChansAlive
ChansAlive force-pushed the feature/cert_api_and_common_refactor branch from 9d4bc98 to cee8b32 Compare August 25, 2026 11:27
@ChansAlive
ChansAlive force-pushed the feature/cert_api_and_common_refactor branch from 4215c75 to 6f5b9d3 Compare August 25, 2026 14:26
@github-actions

Copy link
Copy Markdown
Contributor

Documentation preview for this pull request is available at:
pr-160: https://eclipse-score.github.io/inc_security_crypto/pr-160/

@ChansAlive
ChansAlive force-pushed the feature/cert_api_and_common_refactor branch from 6f5b9d3 to 10a44ee Compare August 28, 2026 10:16
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.

Cert API and Daemon refactoring for cert management

1 participant