Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

samples: matter: Set custom keystore manager during the init. #20103

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ArekBalysNordic
Copy link
Contributor

We need to set a custom keystore manager in Matter server while using KMU.

@github-actions github-actions bot added manifest changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. labels Jan 28, 2025
@NordicBuilder
Copy link
Contributor

NordicBuilder commented Jan 28, 2025

CI Information

To view the history of this post, clich the 'edited' button above
Build number: 12

Inputs:

Sources:

sdk-nrf: PR head: c5ece3631d0f4c8bc4ce3a691897913af3b68856
matter: PR head: ded174bf014e105478fcfd7c2ab45cc22b98f91f

more details

sdk-nrf:

PR head: c5ece3631d0f4c8bc4ce3a691897913af3b68856
merge base: 327e61f0b3640d43f71ab5a221ff6dd3cf620b78
target head (main): 327e61f0b3640d43f71ab5a221ff6dd3cf620b78
Diff

matter:

PR head: ded174bf014e105478fcfd7c2ab45cc22b98f91f
merge base: 7e18666ee36cd752e69924c6cf0eb1056716a3cb
Diff

Github labels

Enabled Name Description
ci-disabled Disable the ci execution
ci-all-test Run all of ci, no test spec filtering will be done
ci-force-downstream Force execution of downstream even if twister fails
ci-run-twister Force run twister
ci-run-zephyr-twister Force run zephyr twister
List of changed files detected by CI (21)
doc
│  ├── nrf
│  │  ├── protocols
│  │  │  ├── matter
│  │  │  │  ├── end_product
│  │  │  │  │  │ security.rst
│  │  ├── releases_and_maturity
│  │  │  ├── releases
│  │  │  │  │ release-notes-changelog.rst
modules
│  ├── lib
│  │  ├── matter
│  │  │  ├── config
│  │  │  │  ├── nrfconnect
│  │  │  │  │  ├── chip-module
│  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  ├── Kconfig
│  │  │  │  │  │  │ Kconfig.features
│  │  │  ├── src
│  │  │  │  ├── app
│  │  │  │  │  ├── server
│  │  │  │  │  │  ├── Server.cpp
│  │  │  │  │  │  │ Server.h
│  │  │  │  ├── crypto
│  │  │  │  │  ├── BUILD.gn
│  │  │  │  │  ├── CHIPCryptoPALPSA.h
│  │  │  │  │  ├── PSAKeyAllocator.h
│  │  │  │  │  ├── PSAOperationalKeystore.cpp
│  │  │  │  │  ├── PSASessionKeystore.cpp
│  │  │  │  │  ├── tests
│  │  │  │  │  │  │ TestPSAOpKeyStore.cpp
│  │  │  │  ├── lib
│  │  │  │  │  ├── core
│  │  │  │  │  │  │ CHIPConfig.h
│  │  │  │  ├── platform
│  │  │  │  │  ├── nrfconnect
│  │  │  │  │  │  ├── BUILD.gn
│  │  │  │  │  │  ├── KMUKeyAllocator.h
│  │  │  │  │  │  ├── KMUSessionKeystore.h
│  │  │  │  │  │  │ args.gni
samples
│  ├── matter
│  │  ├── common
│  │  │  ├── src
│  │  │  │  ├── app
│  │  │  │  │  ├── matter_init.cpp
│  │  │  │  │  │ matter_init.h
west.yml

Outputs:

Toolchain

Version: aedb4c0245
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:aedb4c0245_bece0367df

Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped; ⚠️ Quarantine

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ✅ Build twister
    • sdk-nrf test count: 92
  • ✅ Integration tests
    • ✅ test-fw-nrfconnect-chip
Disabled integration tests
    • desktop52_verification
    • doc-internal
    • test_ble_nrf_config
    • test-fw-nrfconnect-apps
    • test-fw-nrfconnect-ble_mesh
    • test-fw-nrfconnect-ble_samples
    • test-fw-nrfconnect-boot
    • test-fw-nrfconnect-fem
    • test-fw-nrfconnect-nfc
    • test-fw-nrfconnect-nrf-iot_cloud
    • test-fw-nrfconnect-nrf-iot_libmodem-nrf
    • test-fw-nrfconnect-nrf-iot_lwm2m
    • test-fw-nrfconnect-nrf-iot_mosh
    • test-fw-nrfconnect-nrf-iot_positioning
    • test-fw-nrfconnect-nrf-iot_samples
    • test-fw-nrfconnect-nrf-iot_serial_lte_modem
    • test-fw-nrfconnect-nrf-iot_thingy91
    • test-fw-nrfconnect-nrf-iot_zephyr_lwm2m
    • test-fw-nrfconnect-nrf_crypto
    • test-fw-nrfconnect-proprietary_esb
    • test-fw-nrfconnect-ps
    • test-fw-nrfconnect-rpc
    • test-fw-nrfconnect-rs
    • test-fw-nrfconnect-tfm
    • test-fw-nrfconnect-thread
    • test-fw-nrfconnect-zigbee
    • test-low-level
    • test-sdk-audio
    • test-sdk-dfu
    • test-sdk-find-my
    • test-sdk-mcuboot
    • test-sdk-pmic-samples
    • test-sdk-sidewalk
    • test-sdk-wifi
    • test-secdom-samples-public

Note: This message is automatically posted and updated by the CI

@NordicBuilder
Copy link
Contributor

NordicBuilder commented Jan 28, 2025

The following west manifest projects have changed revision in this Pull Request:

Name Old Revision New Revision Diff
matter nrfconnect/sdk-connectedhomeip@7e18666 nrfconnect/sdk-connectedhomeip@ded174b (master) nrfconnect/sdk-connectedhomeip@7e18666e..ded174bf

All manifest checks OK

Note: This message is automatically posted and updated by the Manifest GitHub Action.

@NordicBuilder
Copy link
Contributor

You can find the documentation preview for this PR at this link.

Note: This comment is automatically posted by the Documentation Publish GitHub Action.

@ArekBalysNordic ArekBalysNordic force-pushed the nrf_crypto_matter branch 2 times, most recently from c7c990a to b2f0df6 Compare February 5, 2025 10:19
Copy link

github-actions bot commented Feb 20, 2025

After documentation is built, you will find the preview for this PR here.

Preview links for modified nRF Connect SDK documents:

https://ncsdoc.z6.web.core.windows.net/PR-20103/nrf/protocols/matter/end_product/security.html
https://ncsdoc.z6.web.core.windows.net/PR-20103/nrf/releases_and_maturity/releases/release-notes-changelog.html

@ArekBalysNordic ArekBalysNordic marked this pull request as ready for review February 21, 2025 09:41
@ArekBalysNordic ArekBalysNordic requested review from a team as code owners February 21, 2025 09:41
@github-actions github-actions bot added doc-required PR must not be merged without tech writer approval. and removed changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. labels Feb 21, 2025
@ArekBalysNordic ArekBalysNordic force-pushed the nrf_crypto_matter branch 2 times, most recently from b3eba6b to d055f8c Compare February 21, 2025 14:04
We need to set a custom keystore manager in Matter server
while using KMU and assign the KMUKeyAllocator.

Signed-off-by: Arkadiusz Balys <arkadiusz.balys@nordicsemi.no>
Copy link

Please retry analysis of this Pull-Request directly on SonarQube Cloud

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc-required PR must not be merged without tech writer approval. manifest manifest-matter
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants