You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the CaseAdminSubject field is not a valid ACL subject in the context of AuthMode set to CASE, such as not being in either the Operational or CASE Authenticated Tag range, then the device SHALL process the error by responding with a StatusCode of InvalidAdminSubject as described in Section 11.17.6.7.2, “Handling Errors”.
The spec doesn't say the failsafe is disarmed as a response to any of these errors, so I think this is just an ordering problem in the SDK.
Moving this check to before the fabric gets added so that the
changes do not have to be backed out if this is invalid.
see project-chip#30799
This will be checked in TC-OPCREDS-3.1 (under development)
Moving this check to before the fabric gets added so that the
changes do not have to be backed out if this is invalid.
see #30799
This will be checked in TC-OPCREDS-3.1 (under development)
Reproduction steps
Spec reference from 11.17.6.8 Effect on receipt:
If the CaseAdminSubject field is not a valid ACL subject in the context of AuthMode set to CASE, such as not being in either the Operational or CASE Authenticated Tag range, then the device SHALL process the error by responding with a StatusCode of InvalidAdminSubject as described in Section 11.17.6.7.2, “Handling Errors”.
The spec doesn't say the failsafe is disarmed as a response to any of these errors, so I think this is just an ordering problem in the SDK.
Bug prevalence
always
GitHub hash of the SDK that was being used
28c679c
Platform
core
Platform Version(s)
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: