-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Create admin ACL entry in OpCreds AddNOC #13736
Merged
mlepage-google
merged 2 commits into
project-chip:master
from
mlepage-google:create-admin-acl-entry
Jan 25, 2022
Merged
Create admin ACL entry in OpCreds AddNOC #13736
mlepage-google
merged 2 commits into
project-chip:master
from
mlepage-google:create-admin-acl-entry
Jan 25, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
OperationalCredentialCluster::AddNOC command is supposed to create an ACL entry for the newly created operational fabric, for administering the CASE admin subject provided in the AddNOc command.
pullapprove
bot
requested review from
anush-apple,
balducci-apple,
Byungjoo-Lee,
bzbarsky-apple,
carol-apple,
cecille,
chrisdecenzo,
chshu,
chulspro,
Damian-Nordic,
dhrishi,
electrocucaracha,
emargolis,
erjiaqing,
franck-apple,
gjc13,
harimau-qirex,
hawk248,
jelderton,
jepenven-silabs,
jmartinez-silabs,
LuDuda,
lzgrablic02,
mrjerryjohns,
msandstedt,
mspang,
pan-apple and
robszewczyk
January 19, 2022 22:29
pullapprove
bot
requested review from
selissia,
tecimovic,
vijs,
vivien-apple,
wbschiller,
woody-apple,
xylophone21,
yufengwangca and
yunhanw-google
January 19, 2022 22:29
mlepage-google
changed the title
OpCreds AddNOC creates admin ACL entry
Create admin ACL entry in OpCreds AddNOC
Jan 19, 2022
PR #13736: Size comparison from d5e7431 to 09a945f Increases (23 builds for efr32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
Full report (30 builds for efr32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
Tests fail because they don't actually configure an access control. |
bzbarsky-apple
approved these changes
Jan 21, 2022
src/app/clusters/operational-credentials-server/operational-credentials-server.cpp
Show resolved
Hide resolved
msandstedt
approved these changes
Jan 24, 2022
jmeg-sfy
approved these changes
Jan 24, 2022
mrjerryjohns
approved these changes
Jan 24, 2022
emargolis
approved these changes
Jan 24, 2022
PR #13736: Size comparison from 68923b4 to 336f454 Increases (26 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
Full report (33 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
selissia
pushed a commit
to selissia/connectedhomeip
that referenced
this pull request
Jan 28, 2022
OperationalCredentialCluster::AddNOC command creates an ACL entry for the newly created operational fabric, for administering the CASE admin subject provided in the AddNOC command.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Problem
OperationalCredentialCluster::AddNOC command is supposed to create an
ACL entry for the newly created operational fabric, for administering
the CASE admin subject provided in the AddNOC command.
Change overview
Add new helper function CreateAccessControlEntryForNewFabricAdministrator
and call it from emberAfOperationalCredentialsClusterAddNOCCallback.
Testing