View Issue Details

IDProjectCategoryView StatusLast Update
000893210000-018: Role-Based SecuritySpecpublic2023-06-20 19:45
ReporterMaximilian Assigned ToMatthias Damm  
PriorityhighSeverityfeatureReproducibilityalways
Status closedResolutionfixed 
Product Version1.05.02 RC1 
Fixed in Version1.05.03 RC1 
Summary0008932: Missing user count limits handling in User Management Model
Description

Part 18.5 User Management Model lacks in information about how to handle user count limits.
Also, a StatusCode is missing for the case these limits were exceeded.

A more general StatusCode like Bad_ConfiguredLimitsExceeded could also be used at parts like the role configuration.

These limits are necessary to avoid stack overflow with adding unlimited users or roles.

TagsNo tags attached.
Commit Version
Fix Due Date

Activities

Matthias Damm

2023-05-10 06:27

developer   ~0019305

In OPC UA Part 14 we use Bad_ResourceUnavailable for all add methods

Maximilian

2023-05-10 06:42

reporter   ~0019306

We also need a statuscode for UserName and Description length limits.

Even for the Modify User method, where the description can be changed.

Matthias Damm

2023-06-16 08:17

developer   ~0019490

Add Bad_ResourceUnavailable for

  • AddRole
  • AddIdentity
  • AddApplication
  • AddEndpoint
  • AddUser
    to handle case where configuration limits are exceeded

Jim Luth

2023-06-20 19:45

administrator   ~0019587

Agreed to changes in virtual F2F.

Issue History

Date Modified Username Field Change
2023-05-04 13:14 Maximilian New Issue
2023-05-10 06:27 Matthias Damm Assigned To => Matthias Damm
2023-05-10 06:27 Matthias Damm Status new => assigned
2023-05-10 06:27 Matthias Damm Note Added: 0019305
2023-05-10 06:42 Maximilian Note Added: 0019306
2023-06-16 08:17 Matthias Damm Status assigned => resolved
2023-06-16 08:17 Matthias Damm Resolution open => fixed
2023-06-16 08:17 Matthias Damm Note Added: 0019490
2023-06-20 19:45 Jim Luth Status resolved => closed
2023-06-20 19:45 Jim Luth Fixed in Version => 1.05.03 RC1
2023-06-20 19:45 Jim Luth Note Added: 0019587