Document status - Confidential


Ldap Test Run Report

DateJul 19, 2022 14:47
Duration51m 56s
Framework TestFlows 1.9.220712.1163352

Artifacts

Test artifacts can be found at https://gitlab.com/altinity-qa/clickhouse/cicd/release/-/jobs/2739540935/artifacts/browse

Attributes

projectaltinity-qa/clickhouse/cicd/release
project.id22089296
user.nameAndrey Zvonov
user.emailzvonov.andrey@gmail.com
version22.3.8.40
repositoryhttps://github.com/Altinity/ClickHouse.git
job.id2739540935
job.urlhttps://gitlab.com/altinity-qa/clickhouse/cicd/release/-/jobs/2739540935
stressFalse
localTrue
clickhouse_versionNone
clickhouse_binary_path/usr/bin/clickhouse

Tags

altinity-docker-runner

Summary

98.7%OK
1.3%Known

Statistics

Units OK Fail XFail
Modules
1
1
Suites
302
302
Features
301
301
Scenarios
360
354
6
Examples
625
610
15
Steps
78086
78013
73

Known Fails

Test NameResultMessage
/ldap/authentication/connection protocols/tls cipher suiteXFail 15s 977ms
can't get it to work
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/regression/ldap/../ldap/authentication/regression.py", line 74, in regression
    Feature(run=load("ldap.authentication.tests.connections", "feature"))
  File "/builds/altinity-qa/clickhouse/cicd/release/regression/ldap/../ldap/authentication/tests/connections.py", line 311, in feature
    scenario()
  File "/builds/altinity-qa/clickhouse/cicd/release/regression/ldap/../ldap/authentication/tests/connections.py", line 242, in tls_cipher_suite
    login(servers, *users)
  File "/builds/altinity-qa/clickhouse/cicd/release/regression/ldap/../ldap/authentication/tests/common.py", line 432, in login
    current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/regression/ldap/../helpers/cluster.py", line 641, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Code: 516. DB::Exception: Received from localhost:9000. DB::Exception: user4: Authentication failed: password is incorrect or there is no user with such name. (AUTHENTICATION_FAILED)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/regression/ldap/../helpers/cluster.py', line 641 in 'query'

633\|              ) if steps else NullStep():
634\|                  assert message in r.output, error(r.output)
635\|  
636\|          if message is None or "Exception:" not in message:
637\|              with Then("check if output has exception") if steps else NullStep():
638\|                  if "Exception:" in r.output:
639\|                      if raise_on_exception:
640\|                          raise QueryRuntimeException(r.output)
641\|>                     assert False, error(r.output)
642\|  
643\|          return r
644\|
/ldap/authentication/connection protocols/tls require cert default demandXFail 17s 890ms
can't be tested with self-signed certificates
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/regression/ldap/../ldap/authentication/regression.py", line 74, in regression
    Feature(run=load("ldap.authentication.tests.connections", "feature"))
  File "/builds/altinity-qa/clickhouse/cicd/release/regression/ldap/../ldap/authentication/tests/connections.py", line 311, in feature
    scenario()
  File "/builds/altinity-qa/clickhouse/cicd/release/regression/ldap/../ldap/authentication/tests/connections.py", line 199, in tls_require_cert_default_demand
    login(servers, *users)
  File "/builds/altinity-qa/clickhouse/cicd/release/regression/ldap/../ldap/authentication/tests/common.py", line 432, in login
    current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/regression/ldap/../helpers/cluster.py", line 641, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Code: 516. DB::Exception: Received from localhost:9000. DB::Exception: user2: Authentication failed: password is incorrect or there is no user with such name. (AUTHENTICATION_FAILED)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/regression/ldap/../helpers/cluster.py', line 641 in 'query'

633\|              ) if steps else NullStep():
634\|                  assert message in r.output, error(r.output)
635\|  
636\|          if message is None or "Exception:" not in message:
637\|              with Then("check if output has exception") if steps else NullStep():
638\|                  if "Exception:" in r.output:
639\|                      if raise_on_exception:
640\|                          raise QueryRuntimeException(r.output)
641\|>                     assert False, error(r.output)
642\|  
643\|          return r
644\|
/ldap/role mapping/mapping/roles removed and added in parallelXFail 1ms
known bug
known bug that needs to be investigated
/ldap/external user directory/connection protocols/tls cipher suiteXFail 17s 867ms
can't get it to work
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/regression/ldap/../ldap/external_user_directory/regression.py", line 95, in regression
    Feature(run=load("ldap.external_user_directory.tests.connections", "feature"))
  File "/builds/altinity-qa/clickhouse/cicd/release/regression/ldap/../ldap/external_user_directory/tests/connections.py", line 323, in feature
    scenario()
  File "/builds/altinity-qa/clickhouse/cicd/release/regression/ldap/../ldap/external_user_directory/tests/connections.py", line 266, in tls_cipher_suite
    login(servers, "openldap4", *users)
  File "/builds/altinity-qa/clickhouse/cicd/release/regression/ldap/../ldap/external_user_directory/tests/common.py", line 269, in login
    current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/regression/ldap/../helpers/cluster.py", line 641, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Code: 516. DB::Exception: Received from localhost:9000. DB::Exception: user4: Authentication failed: password is incorrect or there is no user with such name. (AUTHENTICATION_FAILED)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/regression/ldap/../helpers/cluster.py', line 641 in 'query'

633\|              ) if steps else NullStep():
634\|                  assert message in r.output, error(r.output)
635\|  
636\|          if message is None or "Exception:" not in message:
637\|              with Then("check if output has exception") if steps else NullStep():
638\|                  if "Exception:" in r.output:
639\|                      if raise_on_exception:
640\|                          raise QueryRuntimeException(r.output)
641\|>                     assert False, error(r.output)
642\|  
643\|          return r
644\|
/ldap/external user directory/connection protocols/tls require cert default demandXFail 17s 550ms
can't be tested with self-signed certificates
AssertionError
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 890, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.8/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/builds/altinity-qa/clickhouse/cicd/release/regression/ldap/../ldap/external_user_directory/regression.py", line 95, in regression
    Feature(run=load("ldap.external_user_directory.tests.connections", "feature"))
  File "/builds/altinity-qa/clickhouse/cicd/release/regression/ldap/../ldap/external_user_directory/tests/connections.py", line 323, in feature
    scenario()
  File "/builds/altinity-qa/clickhouse/cicd/release/regression/ldap/../ldap/external_user_directory/tests/connections.py", line 219, in tls_require_cert_default_demand
    login(servers, "openldap2", *users)
  File "/builds/altinity-qa/clickhouse/cicd/release/regression/ldap/../ldap/external_user_directory/tests/common.py", line 269, in login
    current().context.node.query(
  File "/builds/altinity-qa/clickhouse/cicd/release/regression/ldap/../helpers/cluster.py", line 641, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Code: 516. DB::Exception: Received from localhost:9000. DB::Exception: user2: Authentication failed: password is incorrect or there is no user with such name. (AUTHENTICATION_FAILED)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/builds/altinity-qa/clickhouse/cicd/release/regression/ldap/../helpers/cluster.py', line 641 in 'query'

633\|              ) if steps else NullStep():
634\|                  assert message in r.output, error(r.output)
635\|  
636\|          if message is None or "Exception:" not in message:
637\|              with Then("check if output has exception") if steps else NullStep():
638\|                  if "Exception:" in r.output:
639\|                      if raise_on_exception:
640\|                          raise QueryRuntimeException(r.output)
641\|>                     assert False, error(r.output)
642\|  
643\|          return r
644\|
/ldap/role mapping/user dn detection/mapping/roles removed and added in parallelXFail 1ms
known bug
known bug that needs to be investigated

Results

Test Name Result Duration
/ldap OK 51m 56s
/ldap/authentication OK 45m 58s
/ldap/external user directory OK 40m 50s
/ldap/role mapping OK 51m 56s
/ldap/authentication/sanity OK 573ms
/ldap/authentication/multiple servers OK 30s 279ms
/ldap/external user directory/sanity OK 510ms
/ldap/role mapping/ldap sanity OK 568ms
/ldap/external user directory/simple OK 15s 783ms
/ldap/role mapping/server config OK 38s 56ms
/ldap/role mapping/server config/bind dn conflict with auth dn OK 2s 69ms
/ldap/authentication/connection protocols OK 5m 44s
/ldap/authentication/connection protocols/plain text OK 19s 202ms
/ldap/role mapping/server config/invalid bind dn OK 17s 841ms
/ldap/external user directory/restart OK 2m 28s
/ldap/external user directory/restart/dynamically added users OK 28s 336ms
/ldap/role mapping/server config/valid bind dn OK 18s 143ms
/ldap/authentication/connection protocols/plain text with custom port OK 17s 412ms
/ldap/authentication/connection protocols/starttls OK 1m 10s
/ldap/role mapping/mapping OK 10m 34s
/ldap/role mapping/mapping/add new role not present OK 14s 98ms
/ldap/external user directory/restart/multiple external user directories OK 24s 134ms
/ldap/role mapping/mapping/group removed OK 11s 985ms
/ldap/role mapping/mapping/group removed and added in parallel OK 1m 14s
/ldap/external user directory/restart/one external user directory OK 24s 105ms
/ldap/external user directory/restart/parallel login OK 1m 11s
/ldap/authentication/connection protocols/starttls with custom port OK 17s 533ms
/ldap/authentication/connection protocols/tls OK 1m 5s
/ldap/role mapping/mapping/multiple roles OK 13s 52ms
/ldap/role mapping/mapping/multiple sections with different prefixes OK 12s 373ms
/ldap/external user directory/server config OK 2m 35s
/ldap/external user directory/server config/auth dn value OK 16s 55ms
/ldap/role mapping/mapping/multiple sections with identical parameters OK 11s 952ms
/ldap/role mapping/mapping/parallel login of ldap users with multiple servers OK 1m 1s
/ldap/external user directory/server config/empty ca cert dir OK 17s 384ms
/ldap/authentication/connection protocols/tls cipher suite XFail 15s 977ms
/ldap/external user directory/server config/empty ca cert file OK 16s 418ms
/ldap/authentication/connection protocols/tls enable tls default yes OK 18s 124ms
/ldap/external user directory/server config/empty host OK 2s 40ms
/ldap/external user directory/server config/empty server name OK 2s 46ms
/ldap/external user directory/server config/invalid auth dn prefix OK 16s 125ms
/ldap/authentication/connection protocols/tls minimum protocol version OK 1m 24s
/ldap/external user directory/server config/invalid auth dn suffix OK 15s 664ms
/ldap/role mapping/mapping/parallel login of local and ldap users with multiple servers OK 1m 22s
/ldap/external user directory/server config/invalid enable tls value OK 2s 100ms
/ldap/external user directory/server config/invalid host OK 15s 892ms
/ldap/external user directory/server config/invalid port OK 16s 361ms
/ldap/external user directory/server config/invalid tls require cert value OK 15s 423ms
/ldap/external user directory/server config/invalid verification cooldown value OK 12s 344ms
/ldap/authentication/connection protocols/tls require cert default demand XFail 17s 890ms
/ldap/external user directory/server config/missing host OK 4s 26ms
/ldap/external user directory/server config/syntax OK 4s 30ms
/ldap/external user directory/external user directory config OK 2m 26s
/ldap/external user directory/external user directory config/defined twice roles OK 15s 865ms
/ldap/role mapping/mapping/parallel login of local users OK 35s 350ms
/ldap/authentication/connection protocols/tls with custom port OK 17s 743ms
/ldap/external user directory/external user directory config/defined twice server OK 16s 203ms
/ldap/authentication/server config OK 3m 24s
/ldap/authentication/server config/auth dn value OK 17s 632ms
/ldap/external user directory/external user directory config/empty roles OK 16s 599ms
/ldap/role mapping/mapping/parallel login of multiple users OK 37s 573ms
/ldap/authentication/server config/empty ca cert dir OK 16s 481ms
/ldap/external user directory/external user directory config/empty server OK 15s 820ms
/ldap/authentication/server config/empty ca cert file OK 18s 136ms
/ldap/external user directory/external user directory config/invalid role in roles OK 15s 974ms
/ldap/role mapping/mapping/parallel login of the same user OK 37s 285ms
/ldap/authentication/server config/empty host OK 15s 796ms
/ldap/external user directory/external user directory config/invalid server OK 16s 364ms
/ldap/authentication/server config/empty server name OK 2s 52ms
/ldap/authentication/server config/invalid auth dn prefix OK 15s 991ms
/ldap/external user directory/external user directory config/missing roles OK 16s 185ms
/ldap/authentication/server config/invalid auth dn suffix OK 15s 930ms
/ldap/external user directory/external user directory config/missing server OK 15s 576ms
/ldap/role mapping/mapping/prefix default value OK 13s 503ms
/ldap/role mapping/mapping/prefix non empty OK 13s 234ms
/ldap/authentication/server config/invalid enable tls value OK 18s 250ms
/ldap/external user directory/external user directory config/more than one user directory OK 18s 0ms
/ldap/role mapping/mapping/prefix with special regex characters OK 12s 210ms
/ldap/authentication/server config/invalid host OK 16s 293ms
/ldap/external user directory/connection protocols OK 5m 46s
/ldap/external user directory/connection protocols/plain text OK 16s 303ms
/ldap/role mapping/mapping/prefix with special xml characters OK 12s 217ms
/ldap/authentication/server config/invalid port OK 17s 731ms
/ldap/external user directory/connection protocols/plain text with custom port OK 17s 732ms
/ldap/role mapping/mapping/prefix with utf8 characters OK 12s 347ms
/ldap/role mapping/mapping/privilege new and removed OK 13s 823ms
/ldap/authentication/server config/invalid tls require cert value OK 15s 720ms
/ldap/external user directory/connection protocols/starttls OK 1m 8s
/ldap/role mapping/mapping/role added OK 15s 774ms
/ldap/authentication/server config/invalid verification cooldown value OK 12s 376ms
/ldap/role mapping/mapping/role name with more than 128 characters OK 11s 884ms
/ldap/authentication/server config/missing host OK 16s 203ms
/ldap/role mapping/mapping/role name with special regex characters OK 12s 38ms
/ldap/authentication/server config/syntax OK 6s 255ms
/ldap/role mapping/mapping/role name with special xml characters OK 11s 925ms
/ldap/authentication/user config OK 1m 5s
/ldap/authentication/user config/empty server name OK 6s 46ms
/ldap/authentication/user config/empty server not defined OK 16s 397ms
/ldap/role mapping/mapping/role name with utf8 characters OK 12s 9ms
/ldap/external user directory/connection protocols/starttls with custom port OK 16s 254ms
/ldap/authentication/user config/empty user name OK 5s 997ms
/ldap/role mapping/mapping/role new OK 13s 872ms
/ldap/authentication/user config/ldap and password OK 5s 136ms
/ldap/authentication/user config/multiple servers OK 15s 836ms
/ldap/external user directory/connection protocols/tls OK 1m 10s
/ldap/role mapping/mapping/role not present OK 13s 810ms
/ldap/authentication/user config/valid user config OK 15s 758ms
/ldap/role mapping/mapping/role removed and readded OK 14s 311ms
/ldap/role mapping/mapping/roles removed and added in parallel XFail 1ms
/ldap/role mapping/mapping/user removed and added in ldap groups in parallel OK 28s 907ms
/ldap/authentication/user authentications OK 22m 53s
/ldap/authentication/user authentications/rbac=False OK 13m 54s
/ldap/authentication/user authentications/rbac=False/add user to ldap and login OK 13s 91ms
/ldap/authentication/user authentications/rbac=False/empty username and empty password OK 40ms
/ldap/authentication/user authentications/rbac=False/invalid long username and valid short password OK 14s 441ms
/ldap/role mapping/mapping/user removed from group OK 14s 774ms
/ldap/authentication/user authentications/rbac=False/invalid username and valid password OK 11s 831ms
/ldap/external user directory/connection protocols/tls cipher suite XFail 17s 867ms
/ldap/authentication/user authentications/rbac=False/login after clickhouse server is restarted OK 24s 430ms
/ldap/role mapping/mapping/with fixed roles OK 12s 15ms
/ldap/external user directory/connection protocols/tls enable tls default yes OK 16s 157ms
/ldap/role mapping/user dn detection OK 14m 56s
/ldap/role mapping/user dn detection/check valid scope values OK 1m 8s
/ldap/authentication/user authentications/rbac=False/login after ldap server is restarted OK 16s 124ms
/ldap/external user directory/connection protocols/tls minimum protocol version OK 1m 28s
/ldap/authentication/user authentications/rbac=False/login after user cn changed in ldap OK 12s 80ms
/ldap/authentication/user authentications/rbac=False/login after user is deleted from ldap OK 11s 748ms
/ldap/authentication/user authentications/rbac=False/login after user password changed in ldap OK 11s 845ms
/ldap/authentication/user authentications/rbac=False/parallel login OK 22s 627ms
/ldap/role mapping/user dn detection/config empty base dn OK 17s 944ms
/ldap/authentication/user authentications/rbac=False/valid ascii username and utf8 password OK 11s 881ms
/ldap/role mapping/user dn detection/config empty search filter OK 17s 819ms
/ldap/authentication/user authentications/rbac=False/valid long username and short password OK 11s 785ms
/ldap/external user directory/connection protocols/tls require cert default demand XFail 17s 550ms
/ldap/role mapping/user dn detection/config invalid base dn OK 16s 668ms
/ldap/authentication/user authentications/rbac=False/valid short username and invalid long password OK 11s 758ms
/ldap/authentication/user authentications/rbac=False/valid short username and long password OK 11s 862ms
/ldap/role mapping/user dn detection/config invalid search filter OK 17s 481ms
/ldap/external user directory/connection protocols/tls with custom port OK 18s 108ms
/ldap/authentication/user authentications/rbac=False/valid username and invalid empty password OK 11s 637ms
/ldap/role mapping/user dn detection/config missing base dn OK 17s 585ms
/ldap/external user directory/user authentications OK 12m 49s
/ldap/authentication/user authentications/rbac=False/valid username and invalid password OK 11s 711ms
/ldap/external user directory/user authentications/empty username and empty password OK 45ms
/ldap/external user directory/user authentications/invalid long username and valid short password OK 128ms
/ldap/external user directory/user authentications/invalid username and valid password OK 80ms
/ldap/external user directory/user authentications/login after clickhouse server is restarted OK 10s 908ms
/ldap/authentication/user authentications/rbac=False/valid username and password OK 11s 715ms
/ldap/role mapping/user dn detection/config missing search filter OK 15s 827ms
/ldap/external user directory/user authentications/login after ldap server is restarted OK 1s 519ms
/ldap/external user directory/user authentications/login after user cn changed in ldap OK 163ms
/ldap/external user directory/user authentications/login after user is added to ldap OK 82ms
/ldap/external user directory/user authentications/login after user is deleted from ldap OK 116ms
/ldap/external user directory/user authentications/login after user password changed in ldap OK 187ms
/ldap/external user directory/user authentications/parallel login OK 17s 540ms
/ldap/authentication/user authentications/rbac=False/valid username and password invalid server OK 11s 888ms
/ldap/role mapping/user dn detection/config valid OK 16s 30ms
/ldap/external user directory/user authentications/parallel login with rbac users OK 17s 841ms
/ldap/authentication/user authentications/rbac=False/valid username with valid empty password OK 11s 866ms
/ldap/role mapping/user dn detection/config valid tls connection OK 15s 738ms
/ldap/authentication/user authentications/rbac=False/valid utf8 username and ascii password OK 11s 731ms
/ldap/external user directory/user authentications/parallel login with the same user OK 17s 505ms
/ldap/role mapping/user dn detection/map roles by bind dn when base dn and user dn are different OK 16s 690ms
/ldap/authentication/user authentications/rbac=False/verification cooldown OK 9m 32s
/ldap/authentication/user authentications/rbac=False/verification cooldown/default verification cooldown value OK 15s 809ms
/ldap/external user directory/user authentications/user lookup priority OK 303ms
/ldap/external user directory/user authentications/valid ascii username and utf8 password OK 69ms
/ldap/external user directory/user authentications/valid long username and short password OK 77ms
/ldap/external user directory/user authentications/valid short username and invalid long password OK 68ms
/ldap/external user directory/user authentications/valid short username and long password OK 80ms
/ldap/external user directory/user authentications/valid username and invalid empty password OK 78ms
/ldap/external user directory/user authentications/valid username and invalid password OK 64ms
/ldap/external user directory/user authentications/valid username and password OK 74ms
/ldap/external user directory/user authentications/valid username and password invalid server OK 34ms
/ldap/external user directory/user authentications/valid username with valid empty password OK 91ms
/ldap/external user directory/user authentications/valid utf8 username and ascii password OK 68ms
/ldap/role mapping/user dn detection/map roles by user dn when base dn and user dn are different OK 16s 271ms
/ldap/authentication/user authentications/rbac=False/verification cooldown/verification cooldown reset when invalid password is provided OK 16s 7ms
/ldap/external user directory/user authentications/login after ldap external user directory is removed OK 13s 978ms
/ldap/external user directory/user authentications/parallel login with multiple servers OK 49s 879ms
/ldap/authentication/user authentications/rbac=False/verification cooldown/valid verification cooldown value cn change OK 17s 895ms
/ldap/role mapping/user dn detection/mapping OK 11m 0s
/ldap/role mapping/user dn detection/mapping/add new role not present OK 15s 522ms
/ldap/role mapping/user dn detection/mapping/group removed OK 12s 293ms
/ldap/authentication/user authentications/rbac=False/verification cooldown/valid verification cooldown value ldap unavailable OK 18s 621ms
/ldap/role mapping/user dn detection/mapping/group removed and added in parallel OK 1m 16s
/ldap/authentication/user authentications/rbac=False/verification cooldown/valid verification cooldown value password change OK 15s 299ms
/ldap/external user directory/user authentications/parallel login with rbac and multiple servers OK 1m 13s
/ldap/authentication/user authentications/rbac=False/verification cooldown/verification cooldown performance OK 6m 27s
/ldap/role mapping/user dn detection/mapping/multiple roles OK 15s 730ms
/ldap/role mapping/user dn detection/mapping/multiple sections with different prefixes OK 12s 332ms
/ldap/external user directory/user authentications/parallel login with the same user multiple servers OK 31s 450ms
/ldap/role mapping/user dn detection/mapping/multiple sections with identical parameters OK 12s 246ms
/ldap/role mapping/user dn detection/mapping/parallel login of ldap users with multiple servers OK 1m 5s
/ldap/external user directory/user authentications/default verification cooldown value OK 18s 744ms
/ldap/external user directory/user authentications/verification cooldown reset when invalid password is provided OK 18s 4ms
/ldap/external user directory/user authentications/valid verification cooldown value cn change OK 17s 850ms
/ldap/external user directory/user authentications/valid verification cooldown value ldap unavailable OK 18s 736ms
/ldap/role mapping/user dn detection/mapping/parallel login of local and ldap users with multiple servers OK 1m 31s
/ldap/external user directory/user authentications/valid verification cooldown value password change OK 19s 638ms
/ldap/external user directory/user authentications/verification cooldown performance OK 5m 51s
/ldap/role mapping/user dn detection/mapping/parallel login of local users OK 41s 993ms
/ldap/role mapping/user dn detection/mapping/parallel login of multiple users OK 40s 275ms
/ldap/role mapping/user dn detection/mapping/parallel login of the same user OK 40s 814ms
/ldap/role mapping/user dn detection/mapping/prefix default value OK 11s 976ms
/ldap/role mapping/user dn detection/mapping/prefix non empty OK 12s 45ms
/ldap/authentication/user authentications/rbac=False/verification cooldown/verification cooldown reset on server auth dn prefix parameter change OK 25s 524ms
/ldap/role mapping/user dn detection/mapping/prefix with special regex characters OK 11s 935ms
/ldap/role mapping/user dn detection/mapping/prefix with special xml characters OK 12s 34ms
/ldap/authentication/user authentications/rbac=False/verification cooldown/verification cooldown reset on server auth dn suffix parameter change OK 25s 456ms
/ldap/role mapping/user dn detection/mapping/prefix with utf8 characters OK 11s 906ms
/ldap/role mapping/user dn detection/mapping/privilege new and removed OK 13s 812ms
/ldap/authentication/user authentications/rbac=False/verification cooldown/verification cooldown reset on server host parameter change OK 25s 487ms
/ldap/role mapping/user dn detection/mapping/role added OK 13s 968ms
/ldap/role mapping/user dn detection/mapping/role name with more than 128 characters OK 13s 655ms
/ldap/authentication/user authentications/rbac=False/verification cooldown/verification cooldown reset on server port parameter change OK 25s 109ms
/ldap/role mapping/user dn detection/mapping/role name with special regex characters OK 11s 856ms
/ldap/role mapping/user dn detection/mapping/role name with special xml characters OK 11s 901ms
/ldap/authentication/user authentications/rbac=True OK 8m 59s
/ldap/authentication/user authentications/rbac=True/add user to ldap and login OK 167ms
/ldap/authentication/user authentications/rbac=True/empty username and empty password OK 35ms
/ldap/authentication/user authentications/rbac=True/invalid long username and valid short password OK 137ms
/ldap/authentication/user authentications/rbac=True/invalid username and valid password OK 142ms
/ldap/authentication/user authentications/rbac=True/login after clickhouse server is restarted OK 11s 30ms
/ldap/role mapping/user dn detection/mapping/role name with utf8 characters OK 12s 29ms
/ldap/authentication/user authentications/rbac=True/login after ldap server is restarted OK 1s 534ms
/ldap/authentication/user authentications/rbac=True/login after user cn changed in ldap OK 191ms
/ldap/authentication/user authentications/rbac=True/login after user is deleted from ldap OK 181ms
/ldap/authentication/user authentications/rbac=True/login after user password changed in ldap OK 224ms
/ldap/authentication/user authentications/rbac=True/parallel login OK 11s 6ms
/ldap/role mapping/user dn detection/mapping/role new OK 14s 276ms
/ldap/authentication/user authentications/rbac=True/valid ascii username and utf8 password OK 152ms
/ldap/authentication/user authentications/rbac=True/valid long username and short password OK 136ms
/ldap/authentication/user authentications/rbac=True/valid short username and invalid long password OK 135ms
/ldap/authentication/user authentications/rbac=True/valid short username and long password OK 135ms
/ldap/authentication/user authentications/rbac=True/valid username and invalid empty password OK 138ms
/ldap/authentication/user authentications/rbac=True/valid username and invalid password OK 135ms
/ldap/authentication/user authentications/rbac=True/valid username and password OK 134ms
/ldap/authentication/user authentications/rbac=True/valid username and password invalid server OK 97ms
/ldap/authentication/user authentications/rbac=True/valid username with valid empty password OK 132ms
/ldap/authentication/user authentications/rbac=True/valid utf8 username and ascii password OK 139ms
/ldap/authentication/user authentications/rbac=True/verification cooldown OK 8m 30s
/ldap/authentication/user authentications/rbac=True/verification cooldown/default verification cooldown value OK 15s 769ms
/ldap/role mapping/user dn detection/mapping/role not present OK 11s 866ms
/ldap/authentication/user authentications/rbac=True/verification cooldown/verification cooldown reset when invalid password is provided OK 16s 279ms
/ldap/role mapping/user dn detection/mapping/role removed and readded OK 14s 431ms
/ldap/external user directory/user authentications/verification cooldown reset on server auth dn prefix parameter change OK 19s 230ms
/ldap/authentication/user authentications/rbac=True/verification cooldown/valid verification cooldown value cn change OK 17s 685ms
/ldap/role mapping/user dn detection/mapping/roles removed and added in parallel XFail 1ms
/ldap/role mapping/user dn detection/mapping/user removed and added in ldap groups in parallel OK 29s 394ms
/ldap/authentication/user authentications/rbac=True/verification cooldown/valid verification cooldown value ldap unavailable OK 18s 764ms
/ldap/external user directory/user authentications/verification cooldown reset on server auth dn suffix parameter change OK 18s 255ms
/ldap/role mapping/user dn detection/mapping/user removed from group OK 13s 65ms
/ldap/external user directory/user authentications/verification cooldown reset on server host parameter change OK 17s 712ms
/ldap/authentication/user authentications/rbac=True/verification cooldown/valid verification cooldown value password change OK 15s 137ms
/ldap/role mapping/user dn detection/mapping/with fixed roles OK 12s 189ms
/ldap/authentication/user authentications/rbac=True/verification cooldown/verification cooldown performance OK 5m 25s
/ldap/external user directory/user authentications/verification cooldown reset on server port parameter change OK 17s 703ms
/ldap/role mapping/cluster secret OK 12m 58s
/ldap/external user directory/roles OK 1m 37s
/ldap/role mapping/cluster secret/external user directory OK 12m 10s
/ldap/role mapping/cluster secret/external user directory/dynamic OK 3m 55s
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist OK 59s 632ms
/ldap/external user directory/roles/add privilege OK 13s 332ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster with secret OK 6s 498ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster with secret/ldap user OK 3s 320ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster with secret/ldap user/role role0_72bda2bc_0766_11ed_9467_0242ac110003 mapped True OK 3s 319ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster with secret/ldap user/role role0_72bda2bc_0766_11ed_9467_0242ac110003 mapped True/select using mapped role OK 3s 318ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster with secret/local user OK 3s 177ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster with secret/local user/role role0_72bda2bc_0766_11ed_9467_0242ac110003 mapped True OK 3s 176ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster with secret/local user/role role0_72bda2bc_0766_11ed_9467_0242ac110003 mapped True/select using mapped role OK 3s 48ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster without secret OK 6s 5ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster without secret/ldap user OK 2s 841ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster without secret/ldap user/role role0_72bda2bc_0766_11ed_9467_0242ac110003 mapped True OK 2s 841ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster without secret/ldap user/role role0_72bda2bc_0766_11ed_9467_0242ac110003 mapped True/select using mapped role OK 2s 840ms
/ldap/external user directory/roles/new role OK 14s 160ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster without secret/local user OK 3s 163ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster without secret/local user/role role0_72bda2bc_0766_11ed_9467_0242ac110003 mapped True OK 3s 162ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster without secret/local user/role role0_72bda2bc_0766_11ed_9467_0242ac110003 mapped True/select using mapped role OK 3s 38ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster with secret OK 6s 11ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster with secret/ldap user OK 3s 37ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster with secret/ldap user/role role1_72bda2bc_0766_11ed_9467_0242ac110003 mapped True OK 3s 36ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster with secret/ldap user/role role1_72bda2bc_0766_11ed_9467_0242ac110003 mapped True/select using mapped role OK 3s 36ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster with secret/local user OK 2s 974ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster with secret/local user/role role1_72bda2bc_0766_11ed_9467_0242ac110003 mapped True OK 2s 973ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster with secret/local user/role role1_72bda2bc_0766_11ed_9467_0242ac110003 mapped True/select using mapped role OK 2s 825ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster without secret OK 6s 159ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster without secret/ldap user OK 3s 21ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster without secret/ldap user/role role1_72bda2bc_0766_11ed_9467_0242ac110003 mapped True OK 3s 21ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster without secret/ldap user/role role1_72bda2bc_0766_11ed_9467_0242ac110003 mapped True/select using mapped role OK 3s 20ms
/ldap/external user directory/roles/not present role added OK 13s 920ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster without secret/local user OK 3s 136ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster without secret/local user/role role1_72bda2bc_0766_11ed_9467_0242ac110003 mapped True OK 3s 136ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster without secret/local user/role role1_72bda2bc_0766_11ed_9467_0242ac110003 mapped True/select using mapped role OK 3s 18ms
/ldap/external user directory/roles/readd privilege by readding role OK 12s 170ms
/ldap/external user directory/roles/remove privilege OK 14s 341ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist OK 1m 10s
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster with secret OK 5s 868ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster with secret/ldap user OK 2s 939ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster with secret/ldap user/role role0_72bda2bc_0766_11ed_9467_0242ac110003 mapped True OK 2s 939ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster with secret/ldap user/role role0_72bda2bc_0766_11ed_9467_0242ac110003 mapped True/select using mapped role OK 2s 938ms
/ldap/external user directory/roles/remove privilege by removing role OK 12s 197ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster with secret/local user OK 2s 927ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster with secret/local user/role role0_72bda2bc_0766_11ed_9467_0242ac110003 mapped True OK 2s 927ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster with secret/local user/role role0_72bda2bc_0766_11ed_9467_0242ac110003 mapped True/select using mapped role OK 2s 815ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster without secret OK 5s 957ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster without secret/ldap user OK 2s 896ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster without secret/ldap user/role role0_72bda2bc_0766_11ed_9467_0242ac110003 mapped True OK 2s 896ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster without secret/ldap user/role role0_72bda2bc_0766_11ed_9467_0242ac110003 mapped True/select using mapped role OK 2s 895ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster without secret/local user OK 3s 60ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster without secret/local user/role role0_72bda2bc_0766_11ed_9467_0242ac110003 mapped True OK 3s 60ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster without secret/local user/role role0_72bda2bc_0766_11ed_9467_0242ac110003 mapped True/select using mapped role OK 2s 907ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster with secret OK 5s 713ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster with secret/ldap user OK 2s 919ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster with secret/ldap user/role role_not_mapped_72bda2bc_0766_11ed_9467_0242ac110003 mapped False OK 2s 919ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster with secret/ldap user/role role_not_mapped_72bda2bc_0766_11ed_9467_0242ac110003 mapped False/select using mapped role OK 2s 918ms
/ldap/external user directory/roles/remove role OK 12s 155ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster with secret/local user OK 2s 793ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster with secret/local user/role role_not_mapped_72bda2bc_0766_11ed_9467_0242ac110003 mapped False OK 2s 792ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster with secret/local user/role role_not_mapped_72bda2bc_0766_11ed_9467_0242ac110003 mapped False/select using mapped role OK 2s 791ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster without secret OK 5s 937ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster without secret/ldap user OK 3s 4ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster without secret/ldap user/role role_not_mapped_72bda2bc_0766_11ed_9467_0242ac110003 mapped False OK 3s 4ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster without secret/ldap user/role role_not_mapped_72bda2bc_0766_11ed_9467_0242ac110003 mapped False/select using mapped role OK 3s 3ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster without secret/local user OK 2s 932ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster without secret/local user/role role_not_mapped_72bda2bc_0766_11ed_9467_0242ac110003 mapped False OK 2s 931ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster without secret/local user/role role_not_mapped_72bda2bc_0766_11ed_9467_0242ac110003 mapped False/select using mapped role OK 2s 930ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster with secret OK 7s 137ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster with secret/ldap user OK 2s 889ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster with secret/ldap user/role role2_72bda2bc_0766_11ed_9467_0242ac110003 mapped False OK 2s 889ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster with secret/ldap user/role role2_72bda2bc_0766_11ed_9467_0242ac110003 mapped False/select using mapped role OK 2s 888ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster with secret/local user OK 4s 247ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster with secret/local user/role role2_72bda2bc_0766_11ed_9467_0242ac110003 mapped False OK 4s 246ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster with secret/local user/role role2_72bda2bc_0766_11ed_9467_0242ac110003 mapped False/select using mapped role OK 4s 246ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster without secret OK 6s 136ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster without secret/ldap user OK 2s 995ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster without secret/ldap user/role role2_72bda2bc_0766_11ed_9467_0242ac110003 mapped False OK 2s 994ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster without secret/ldap user/role role2_72bda2bc_0766_11ed_9467_0242ac110003 mapped False/select using mapped role OK 2s 994ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster without secret/local user OK 3s 140ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster without secret/local user/role role2_72bda2bc_0766_11ed_9467_0242ac110003 mapped False OK 3s 140ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster without secret/local user/role role2_72bda2bc_0766_11ed_9467_0242ac110003 mapped False/select using mapped role OK 3s 139ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist OK 53s 627ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster with secret OK 6s 659ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster with secret/ldap user OK 3s 277ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster with secret/ldap user/role role_not_mapped0_72bda2bc_0766_11ed_9467_0242ac110003 mapped False OK 3s 274ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster with secret/ldap user/role role_not_mapped0_72bda2bc_0766_11ed_9467_0242ac110003 mapped False/select using mapped role OK 3s 273ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster with secret/local user OK 3s 381ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster with secret/local user/role role_not_mapped0_72bda2bc_0766_11ed_9467_0242ac110003 mapped False OK 3s 379ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster with secret/local user/role role_not_mapped0_72bda2bc_0766_11ed_9467_0242ac110003 mapped False/select using mapped role OK 3s 378ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster without secret OK 6s 326ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster without secret/ldap user OK 3s 411ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster without secret/ldap user/role role_not_mapped0_72bda2bc_0766_11ed_9467_0242ac110003 mapped False OK 3s 410ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster without secret/ldap user/role role_not_mapped0_72bda2bc_0766_11ed_9467_0242ac110003 mapped False/select using mapped role OK 3s 410ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster without secret/local user OK 2s 915ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster without secret/local user/role role_not_mapped0_72bda2bc_0766_11ed_9467_0242ac110003 mapped False OK 2s 914ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster without secret/local user/role role_not_mapped0_72bda2bc_0766_11ed_9467_0242ac110003 mapped False/select using mapped role OK 2s 913ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster with secret OK 5s 710ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster with secret/ldap user OK 2s 801ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster with secret/ldap user/role role_not_mapped1_72bda2bc_0766_11ed_9467_0242ac110003 mapped False OK 2s 801ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster with secret/ldap user/role role_not_mapped1_72bda2bc_0766_11ed_9467_0242ac110003 mapped False/select using mapped role OK 2s 800ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster with secret/local user OK 2s 907ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster with secret/local user/role role_not_mapped1_72bda2bc_0766_11ed_9467_0242ac110003 mapped False OK 2s 907ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster with secret/local user/role role_not_mapped1_72bda2bc_0766_11ed_9467_0242ac110003 mapped False/select using mapped role OK 2s 906ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster without secret OK 5s 608ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster without secret/ldap user OK 2s 832ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster without secret/ldap user/role role_not_mapped1_72bda2bc_0766_11ed_9467_0242ac110003 mapped False OK 2s 831ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster without secret/ldap user/role role_not_mapped1_72bda2bc_0766_11ed_9467_0242ac110003 mapped False/select using mapped role OK 2s 830ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster without secret/local user OK 2s 775ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster without secret/local user/role role_not_mapped1_72bda2bc_0766_11ed_9467_0242ac110003 mapped False OK 2s 774ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster without secret/local user/role role_not_mapped1_72bda2bc_0766_11ed_9467_0242ac110003 mapped False/select using mapped role OK 2s 774ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles OK 51s 625ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster with secret OK 5s 596ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster with secret/ldap user OK 2s 770ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster with secret/ldap user/role role0_72bda2bc_0766_11ed_9467_0242ac110003 mapped False OK 2s 769ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster with secret/ldap user/role role0_72bda2bc_0766_11ed_9467_0242ac110003 mapped False/select using mapped role OK 2s 769ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster with secret/local user OK 2s 825ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster with secret/local user/role role0_72bda2bc_0766_11ed_9467_0242ac110003 mapped False OK 2s 825ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster with secret/local user/role role0_72bda2bc_0766_11ed_9467_0242ac110003 mapped False/select using mapped role OK 2s 824ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster without secret OK 5s 831ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster without secret/ldap user OK 2s 979ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster without secret/ldap user/role role0_72bda2bc_0766_11ed_9467_0242ac110003 mapped False OK 2s 978ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster without secret/ldap user/role role0_72bda2bc_0766_11ed_9467_0242ac110003 mapped False/select using mapped role OK 2s 978ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster without secret/local user OK 2s 851ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster without secret/local user/role role0_72bda2bc_0766_11ed_9467_0242ac110003 mapped False OK 2s 851ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster without secret/local user/role role0_72bda2bc_0766_11ed_9467_0242ac110003 mapped False/select using mapped role OK 2s 850ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster with secret OK 5s 571ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster with secret/ldap user OK 2s 756ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster with secret/ldap user/role role1_72bda2bc_0766_11ed_9467_0242ac110003 mapped False OK 2s 756ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster with secret/ldap user/role role1_72bda2bc_0766_11ed_9467_0242ac110003 mapped False/select using mapped role OK 2s 755ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster with secret/local user OK 2s 814ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster with secret/local user/role role1_72bda2bc_0766_11ed_9467_0242ac110003 mapped False OK 2s 813ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster with secret/local user/role role1_72bda2bc_0766_11ed_9467_0242ac110003 mapped False/select using mapped role OK 2s 813ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster without secret OK 5s 738ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster without secret/ldap user OK 2s 883ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster without secret/ldap user/role role1_72bda2bc_0766_11ed_9467_0242ac110003 mapped False OK 2s 883ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster without secret/ldap user/role role1_72bda2bc_0766_11ed_9467_0242ac110003 mapped False/select using mapped role OK 2s 882ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster without secret/local user OK 2s 854ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster without secret/local user/role role1_72bda2bc_0766_11ed_9467_0242ac110003 mapped False OK 2s 854ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster without secret/local user/role role1_72bda2bc_0766_11ed_9467_0242ac110003 mapped False/select using mapped role OK 2s 853ms
/ldap/role mapping/cluster secret/external user directory/static OK 3m 59s
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist OK 57s 582ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster with secret OK 5s 781ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster with secret/ldap user OK 2s 808ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster with secret/ldap user/role role0_72bda2bc_0766_11ed_9467_0242ac110003 mapped True OK 2s 807ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster with secret/ldap user/role role0_72bda2bc_0766_11ed_9467_0242ac110003 mapped True/select using mapped role OK 2s 806ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster with secret/local user OK 2s 973ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster with secret/local user/role role0_72bda2bc_0766_11ed_9467_0242ac110003 mapped True OK 2s 972ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster with secret/local user/role role0_72bda2bc_0766_11ed_9467_0242ac110003 mapped True/select using mapped role OK 2s 856ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster without secret OK 5s 780ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster without secret/ldap user OK 2s 822ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster without secret/ldap user/role role0_72bda2bc_0766_11ed_9467_0242ac110003 mapped True OK 2s 821ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster without secret/ldap user/role role0_72bda2bc_0766_11ed_9467_0242ac110003 mapped True/select using mapped role OK 2s 821ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster without secret/local user OK 2s 957ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster without secret/local user/role role0_72bda2bc_0766_11ed_9467_0242ac110003 mapped True OK 2s 956ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster without secret/local user/role role0_72bda2bc_0766_11ed_9467_0242ac110003 mapped True/select using mapped role OK 2s 851ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster with secret OK 5s 731ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster with secret/ldap user OK 2s 838ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster with secret/ldap user/role role1_72bda2bc_0766_11ed_9467_0242ac110003 mapped True OK 2s 837ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster with secret/ldap user/role role1_72bda2bc_0766_11ed_9467_0242ac110003 mapped True/select using mapped role OK 2s 837ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster with secret/local user OK 2s 892ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster with secret/local user/role role1_72bda2bc_0766_11ed_9467_0242ac110003 mapped True OK 2s 892ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster with secret/local user/role role1_72bda2bc_0766_11ed_9467_0242ac110003 mapped True/select using mapped role OK 2s 780ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster without secret OK 5s 887ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster without secret/ldap user OK 2s 873ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster without secret/ldap user/role role1_72bda2bc_0766_11ed_9467_0242ac110003 mapped True OK 2s 872ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster without secret/ldap user/role role1_72bda2bc_0766_11ed_9467_0242ac110003 mapped True/select using mapped role OK 2s 872ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster without secret/local user OK 3s 14ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster without secret/local user/role role1_72bda2bc_0766_11ed_9467_0242ac110003 mapped True OK 3s 13ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster without secret/local user/role role1_72bda2bc_0766_11ed_9467_0242ac110003 mapped True/select using mapped role OK 2s 911ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist OK 1m 13s
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster with secret OK 6s 609ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster with secret/ldap user OK 3s 216ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster with secret/ldap user/role role0_72bda2bc_0766_11ed_9467_0242ac110003 mapped True OK 3s 216ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster with secret/ldap user/role role0_72bda2bc_0766_11ed_9467_0242ac110003 mapped True/select using mapped role OK 3s 215ms
/ldap/authentication/user authentications/rbac=True/verification cooldown/verification cooldown reset on server auth dn prefix parameter change OK 24s 274ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster with secret/local user OK 3s 391ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster with secret/local user/role role0_72bda2bc_0766_11ed_9467_0242ac110003 mapped True OK 3s 390ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster with secret/local user/role role0_72bda2bc_0766_11ed_9467_0242ac110003 mapped True/select using mapped role OK 3s 284ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster without secret OK 6s 672ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster without secret/ldap user OK 3s 95ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster without secret/ldap user/role role0_72bda2bc_0766_11ed_9467_0242ac110003 mapped True OK 3s 93ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster without secret/ldap user/role role0_72bda2bc_0766_11ed_9467_0242ac110003 mapped True/select using mapped role OK 3s 90ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster without secret/local user OK 3s 574ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster without secret/local user/role role0_72bda2bc_0766_11ed_9467_0242ac110003 mapped True OK 3s 572ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster without secret/local user/role role0_72bda2bc_0766_11ed_9467_0242ac110003 mapped True/select using mapped role OK 3s 445ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster with secret OK 6s 510ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster with secret/ldap user OK 3s 382ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster with secret/ldap user/role role_not_mapped_72bda2bc_0766_11ed_9467_0242ac110003 mapped False OK 3s 381ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster with secret/ldap user/role role_not_mapped_72bda2bc_0766_11ed_9467_0242ac110003 mapped False/select using mapped role OK 3s 379ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster with secret/local user OK 3s 125ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster with secret/local user/role role_not_mapped_72bda2bc_0766_11ed_9467_0242ac110003 mapped False OK 3s 125ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster with secret/local user/role role_not_mapped_72bda2bc_0766_11ed_9467_0242ac110003 mapped False/select using mapped role OK 3s 124ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster without secret OK 6s 698ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster without secret/ldap user OK 3s 310ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster without secret/ldap user/role role_not_mapped_72bda2bc_0766_11ed_9467_0242ac110003 mapped False OK 3s 308ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster without secret/ldap user/role role_not_mapped_72bda2bc_0766_11ed_9467_0242ac110003 mapped False/select using mapped role OK 3s 305ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster without secret/local user OK 3s 385ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster without secret/local user/role role_not_mapped_72bda2bc_0766_11ed_9467_0242ac110003 mapped False OK 3s 383ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster without secret/local user/role role_not_mapped_72bda2bc_0766_11ed_9467_0242ac110003 mapped False/select using mapped role OK 3s 380ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster with secret OK 6s 464ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster with secret/ldap user OK 3s 289ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster with secret/ldap user/role role2_72bda2bc_0766_11ed_9467_0242ac110003 mapped False OK 3s 288ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster with secret/ldap user/role role2_72bda2bc_0766_11ed_9467_0242ac110003 mapped False/select using mapped role OK 3s 285ms
/ldap/authentication/user authentications/rbac=True/verification cooldown/verification cooldown reset on server auth dn suffix parameter change OK 25s 384ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster with secret/local user OK 3s 172ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster with secret/local user/role role2_72bda2bc_0766_11ed_9467_0242ac110003 mapped False OK 3s 171ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster with secret/local user/role role2_72bda2bc_0766_11ed_9467_0242ac110003 mapped False/select using mapped role OK 3s 170ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster without secret OK 6s 599ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster without secret/ldap user OK 3s 344ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster without secret/ldap user/role role2_72bda2bc_0766_11ed_9467_0242ac110003 mapped False OK 3s 342ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster without secret/ldap user/role role2_72bda2bc_0766_11ed_9467_0242ac110003 mapped False/select using mapped role OK 3s 340ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster without secret/local user OK 3s 252ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster without secret/local user/role role2_72bda2bc_0766_11ed_9467_0242ac110003 mapped False OK 3s 251ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster without secret/local user/role role2_72bda2bc_0766_11ed_9467_0242ac110003 mapped False/select using mapped role OK 3s 249ms
/ldap/authentication/user authentications/rbac=True/verification cooldown/verification cooldown reset on server host parameter change OK 26s 965ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist OK 52s 210ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster with secret OK 6s 413ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster with secret/ldap user OK 3s 80ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster with secret/ldap user/role role_not_mapped0_72bda2bc_0766_11ed_9467_0242ac110003 mapped False OK 3s 79ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster with secret/ldap user/role role_not_mapped0_72bda2bc_0766_11ed_9467_0242ac110003 mapped False/select using mapped role OK 3s 78ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster with secret/local user OK 3s 332ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster with secret/local user/role role_not_mapped0_72bda2bc_0766_11ed_9467_0242ac110003 mapped False OK 3s 331ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster with secret/local user/role role_not_mapped0_72bda2bc_0766_11ed_9467_0242ac110003 mapped False/select using mapped role OK 3s 327ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster without secret OK 6s 299ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster without secret/ldap user OK 3s 262ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster without secret/ldap user/role role_not_mapped0_72bda2bc_0766_11ed_9467_0242ac110003 mapped False OK 3s 262ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster without secret/ldap user/role role_not_mapped0_72bda2bc_0766_11ed_9467_0242ac110003 mapped False/select using mapped role OK 3s 261ms
/ldap/authentication/user authentications/rbac=True/verification cooldown/verification cooldown reset on server port parameter change OK 24s 531ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster without secret/local user OK 3s 36ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster without secret/local user/role role_not_mapped0_72bda2bc_0766_11ed_9467_0242ac110003 mapped False OK 3s 35ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster without secret/local user/role role_not_mapped0_72bda2bc_0766_11ed_9467_0242ac110003 mapped False/select using mapped role OK 3s 34ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster with secret OK 6s 608ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster with secret/ldap user OK 3s 348ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster with secret/ldap user/role role_not_mapped1_72bda2bc_0766_11ed_9467_0242ac110003 mapped False OK 3s 347ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster with secret/ldap user/role role_not_mapped1_72bda2bc_0766_11ed_9467_0242ac110003 mapped False/select using mapped role OK 3s 346ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster with secret/local user OK 3s 258ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster with secret/local user/role role_not_mapped1_72bda2bc_0766_11ed_9467_0242ac110003 mapped False OK 3s 256ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster with secret/local user/role role_not_mapped1_72bda2bc_0766_11ed_9467_0242ac110003 mapped False/select using mapped role OK 3s 253ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster without secret OK 6s 494ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster without secret/ldap user OK 3s 206ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster without secret/ldap user/role role_not_mapped1_72bda2bc_0766_11ed_9467_0242ac110003 mapped False OK 3s 205ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster without secret/ldap user/role role_not_mapped1_72bda2bc_0766_11ed_9467_0242ac110003 mapped False/select using mapped role OK 3s 204ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster without secret/local user OK 3s 287ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster without secret/local user/role role_not_mapped1_72bda2bc_0766_11ed_9467_0242ac110003 mapped False OK 3s 285ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster without secret/local user/role role_not_mapped1_72bda2bc_0766_11ed_9467_0242ac110003 mapped False/select using mapped role OK 3s 284ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles OK 56s 960ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster with secret OK 7s 241ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster with secret/ldap user OK 3s 666ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster with secret/ldap user/role role0_72bda2bc_0766_11ed_9467_0242ac110003 mapped False OK 3s 665ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster with secret/ldap user/role role0_72bda2bc_0766_11ed_9467_0242ac110003 mapped False/select using mapped role OK 3s 664ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster with secret/local user OK 3s 573ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster with secret/local user/role role0_72bda2bc_0766_11ed_9467_0242ac110003 mapped False OK 3s 572ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster with secret/local user/role role0_72bda2bc_0766_11ed_9467_0242ac110003 mapped False/select using mapped role OK 3s 570ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster without secret OK 7s 5ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster without secret/ldap user OK 3s 512ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster without secret/ldap user/role role0_72bda2bc_0766_11ed_9467_0242ac110003 mapped False OK 3s 510ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster without secret/ldap user/role role0_72bda2bc_0766_11ed_9467_0242ac110003 mapped False/select using mapped role OK 3s 509ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster without secret/local user OK 3s 491ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster without secret/local user/role role0_72bda2bc_0766_11ed_9467_0242ac110003 mapped False OK 3s 490ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster without secret/local user/role role0_72bda2bc_0766_11ed_9467_0242ac110003 mapped False/select using mapped role OK 3s 489ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster with secret OK 7s 325ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster with secret/ldap user OK 3s 703ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster with secret/ldap user/role role1_72bda2bc_0766_11ed_9467_0242ac110003 mapped False OK 3s 702ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster with secret/ldap user/role role1_72bda2bc_0766_11ed_9467_0242ac110003 mapped False/select using mapped role OK 3s 700ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster with secret/local user OK 3s 620ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster with secret/local user/role role1_72bda2bc_0766_11ed_9467_0242ac110003 mapped False OK 3s 619ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster with secret/local user/role role1_72bda2bc_0766_11ed_9467_0242ac110003 mapped False/select using mapped role OK 3s 618ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster without secret OK 6s 988ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster without secret/ldap user OK 3s 370ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster without secret/ldap user/role role1_72bda2bc_0766_11ed_9467_0242ac110003 mapped False OK 3s 369ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster without secret/ldap user/role role1_72bda2bc_0766_11ed_9467_0242ac110003 mapped False/select using mapped role OK 3s 367ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster without secret/local user OK 3s 616ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster without secret/local user/role role1_72bda2bc_0766_11ed_9467_0242ac110003 mapped False OK 3s 615ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster without secret/local user/role role1_72bda2bc_0766_11ed_9467_0242ac110003 mapped False/select using mapped role OK 3s 613ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static OK 4m 15s
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist OK 1m 2s
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster with secret OK 6s 919ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster with secret/ldap user OK 3s 453ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster with secret/ldap user/role role0_72bda2bc_0766_11ed_9467_0242ac110003 mapped True OK 3s 452ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster with secret/ldap user/role role0_72bda2bc_0766_11ed_9467_0242ac110003 mapped True/select using mapped role OK 3s 452ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster with secret/local user OK 3s 465ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster with secret/local user/role role0_72bda2bc_0766_11ed_9467_0242ac110003 mapped True OK 3s 464ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster with secret/local user/role role0_72bda2bc_0766_11ed_9467_0242ac110003 mapped True/select using mapped role OK 3s 344ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster without secret OK 6s 668ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster without secret/ldap user OK 3s 263ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster without secret/ldap user/role role0_72bda2bc_0766_11ed_9467_0242ac110003 mapped True OK 3s 262ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster without secret/ldap user/role role0_72bda2bc_0766_11ed_9467_0242ac110003 mapped True/select using mapped role OK 3s 261ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster without secret/local user OK 3s 403ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster without secret/local user/role role0_72bda2bc_0766_11ed_9467_0242ac110003 mapped True OK 3s 402ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster without secret/local user/role role0_72bda2bc_0766_11ed_9467_0242ac110003 mapped True/select using mapped role OK 3s 286ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster with secret OK 6s 910ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster with secret/ldap user OK 3s 440ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster with secret/ldap user/role role1_72bda2bc_0766_11ed_9467_0242ac110003 mapped True OK 3s 439ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster with secret/ldap user/role role1_72bda2bc_0766_11ed_9467_0242ac110003 mapped True/select using mapped role OK 3s 438ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster with secret/local user OK 3s 469ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster with secret/local user/role role1_72bda2bc_0766_11ed_9467_0242ac110003 mapped True OK 3s 467ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster with secret/local user/role role1_72bda2bc_0766_11ed_9467_0242ac110003 mapped True/select using mapped role OK 3s 330ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster without secret OK 7s 25ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster without secret/ldap user OK 3s 466ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster without secret/ldap user/role role1_72bda2bc_0766_11ed_9467_0242ac110003 mapped True OK 3s 464ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster without secret/ldap user/role role1_72bda2bc_0766_11ed_9467_0242ac110003 mapped True/select using mapped role OK 3s 463ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster without secret/local user OK 3s 557ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster without secret/local user/role role1_72bda2bc_0766_11ed_9467_0242ac110003 mapped True OK 3s 556ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster without secret/local user/role role1_72bda2bc_0766_11ed_9467_0242ac110003 mapped True/select using mapped role OK 3s 387ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist OK 1m 18s
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster with secret OK 7s 83ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster with secret/ldap user OK 3s 379ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster with secret/ldap user/role role0_72bda2bc_0766_11ed_9467_0242ac110003 mapped True OK 3s 378ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster with secret/ldap user/role role0_72bda2bc_0766_11ed_9467_0242ac110003 mapped True/select using mapped role OK 3s 377ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster with secret/local user OK 3s 703ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster with secret/local user/role role0_72bda2bc_0766_11ed_9467_0242ac110003 mapped True OK 3s 702ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster with secret/local user/role role0_72bda2bc_0766_11ed_9467_0242ac110003 mapped True/select using mapped role OK 3s 557ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster without secret OK 7s 123ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster without secret/ldap user OK 3s 385ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster without secret/ldap user/role role0_72bda2bc_0766_11ed_9467_0242ac110003 mapped True OK 3s 385ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster without secret/ldap user/role role0_72bda2bc_0766_11ed_9467_0242ac110003 mapped True/select using mapped role OK 3s 384ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster without secret/local user OK 3s 736ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster without secret/local user/role role0_72bda2bc_0766_11ed_9467_0242ac110003 mapped True OK 3s 736ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster without secret/local user/role role0_72bda2bc_0766_11ed_9467_0242ac110003 mapped True/select using mapped role OK 3s 623ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster with secret OK 7s 132ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster with secret/ldap user OK 3s 608ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster with secret/ldap user/role role_not_mapped_72bda2bc_0766_11ed_9467_0242ac110003 mapped False OK 3s 608ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster with secret/ldap user/role role_not_mapped_72bda2bc_0766_11ed_9467_0242ac110003 mapped False/select using mapped role OK 3s 606ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster with secret/local user OK 3s 522ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster with secret/local user/role role_not_mapped_72bda2bc_0766_11ed_9467_0242ac110003 mapped False OK 3s 521ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster with secret/local user/role role_not_mapped_72bda2bc_0766_11ed_9467_0242ac110003 mapped False/select using mapped role OK 3s 520ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster without secret OK 6s 757ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster without secret/ldap user OK 3s 446ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster without secret/ldap user/role role_not_mapped_72bda2bc_0766_11ed_9467_0242ac110003 mapped False OK 3s 444ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster without secret/ldap user/role role_not_mapped_72bda2bc_0766_11ed_9467_0242ac110003 mapped False/select using mapped role OK 3s 442ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster without secret/local user OK 3s 309ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster without secret/local user/role role_not_mapped_72bda2bc_0766_11ed_9467_0242ac110003 mapped False OK 3s 308ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster without secret/local user/role role_not_mapped_72bda2bc_0766_11ed_9467_0242ac110003 mapped False/select using mapped role OK 3s 308ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster with secret OK 6s 827ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster with secret/ldap user OK 3s 301ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster with secret/ldap user/role role2_72bda2bc_0766_11ed_9467_0242ac110003 mapped True OK 3s 300ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster with secret/ldap user/role role2_72bda2bc_0766_11ed_9467_0242ac110003 mapped True/select using mapped role OK 3s 299ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster with secret/local user OK 3s 525ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster with secret/local user/role role2_72bda2bc_0766_11ed_9467_0242ac110003 mapped True OK 3s 524ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster with secret/local user/role role2_72bda2bc_0766_11ed_9467_0242ac110003 mapped True/select using mapped role OK 3s 416ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster without secret OK 7s 131ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster without secret/ldap user OK 3s 645ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster without secret/ldap user/role role2_72bda2bc_0766_11ed_9467_0242ac110003 mapped True OK 3s 643ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster without secret/ldap user/role role2_72bda2bc_0766_11ed_9467_0242ac110003 mapped True/select using mapped role OK 3s 640ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster without secret/local user OK 3s 484ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster without secret/local user/role role2_72bda2bc_0766_11ed_9467_0242ac110003 mapped True OK 3s 483ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster without secret/local user/role role2_72bda2bc_0766_11ed_9467_0242ac110003 mapped True/select using mapped role OK 3s 375ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist OK 57s 405ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster with secret OK 7s 98ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster with secret/ldap user OK 3s 618ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster with secret/ldap user/role role_not_mapped0_72bda2bc_0766_11ed_9467_0242ac110003 mapped False OK 3s 618ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster with secret/ldap user/role role_not_mapped0_72bda2bc_0766_11ed_9467_0242ac110003 mapped False/select using mapped role OK 3s 617ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster with secret/local user OK 3s 478ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster with secret/local user/role role_not_mapped0_72bda2bc_0766_11ed_9467_0242ac110003 mapped False OK 3s 477ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster with secret/local user/role role_not_mapped0_72bda2bc_0766_11ed_9467_0242ac110003 mapped False/select using mapped role OK 3s 476ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster without secret OK 6s 993ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster without secret/ldap user OK 3s 499ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster without secret/ldap user/role role_not_mapped0_72bda2bc_0766_11ed_9467_0242ac110003 mapped False OK 3s 498ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster without secret/ldap user/role role_not_mapped0_72bda2bc_0766_11ed_9467_0242ac110003 mapped False/select using mapped role OK 3s 497ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster without secret/local user OK 3s 492ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster without secret/local user/role role_not_mapped0_72bda2bc_0766_11ed_9467_0242ac110003 mapped False OK 3s 491ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster without secret/local user/role role_not_mapped0_72bda2bc_0766_11ed_9467_0242ac110003 mapped False/select using mapped role OK 3s 490ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster with secret OK 6s 966ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster with secret/ldap user OK 3s 250ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster with secret/ldap user/role role_not_mapped1_72bda2bc_0766_11ed_9467_0242ac110003 mapped False OK 3s 248ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster with secret/ldap user/role role_not_mapped1_72bda2bc_0766_11ed_9467_0242ac110003 mapped False/select using mapped role OK 3s 246ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster with secret/local user OK 3s 714ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster with secret/local user/role role_not_mapped1_72bda2bc_0766_11ed_9467_0242ac110003 mapped False OK 3s 713ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster with secret/local user/role role_not_mapped1_72bda2bc_0766_11ed_9467_0242ac110003 mapped False/select using mapped role OK 3s 710ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster without secret OK 6s 946ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster without secret/ldap user OK 3s 453ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster without secret/ldap user/role role_not_mapped1_72bda2bc_0766_11ed_9467_0242ac110003 mapped False OK 3s 452ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster without secret/ldap user/role role_not_mapped1_72bda2bc_0766_11ed_9467_0242ac110003 mapped False/select using mapped role OK 3s 451ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster without secret/local user OK 3s 491ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster without secret/local user/role role_not_mapped1_72bda2bc_0766_11ed_9467_0242ac110003 mapped False OK 3s 489ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster without secret/local user/role role_not_mapped1_72bda2bc_0766_11ed_9467_0242ac110003 mapped False/select using mapped role OK 3s 485ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles OK 57s 35ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster with secret OK 6s 927ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster with secret/ldap user OK 3s 430ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster with secret/ldap user/role role0_72bda2bc_0766_11ed_9467_0242ac110003 mapped False OK 3s 429ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster with secret/ldap user/role role0_72bda2bc_0766_11ed_9467_0242ac110003 mapped False/select using mapped role OK 3s 428ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster with secret/local user OK 3s 496ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster with secret/local user/role role0_72bda2bc_0766_11ed_9467_0242ac110003 mapped False OK 3s 494ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster with secret/local user/role role0_72bda2bc_0766_11ed_9467_0242ac110003 mapped False/select using mapped role OK 3s 491ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster without secret OK 6s 813ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster without secret/ldap user OK 3s 395ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster without secret/ldap user/role role0_72bda2bc_0766_11ed_9467_0242ac110003 mapped False OK 3s 393ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster without secret/ldap user/role role0_72bda2bc_0766_11ed_9467_0242ac110003 mapped False/select using mapped role OK 3s 391ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster without secret/local user OK 3s 416ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster without secret/local user/role role0_72bda2bc_0766_11ed_9467_0242ac110003 mapped False OK 3s 414ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster without secret/local user/role role0_72bda2bc_0766_11ed_9467_0242ac110003 mapped False/select using mapped role OK 3s 413ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster with secret OK 6s 892ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster with secret/ldap user OK 3s 376ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster with secret/ldap user/role role1_72bda2bc_0766_11ed_9467_0242ac110003 mapped False OK 3s 375ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster with secret/ldap user/role role1_72bda2bc_0766_11ed_9467_0242ac110003 mapped False/select using mapped role OK 3s 374ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster with secret/local user OK 3s 514ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster with secret/local user/role role1_72bda2bc_0766_11ed_9467_0242ac110003 mapped False OK 3s 514ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster with secret/local user/role role1_72bda2bc_0766_11ed_9467_0242ac110003 mapped False/select using mapped role OK 3s 513ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster without secret OK 7s 32ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster without secret/ldap user OK 3s 547ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster without secret/ldap user/role role1_72bda2bc_0766_11ed_9467_0242ac110003 mapped False OK 3s 546ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster without secret/ldap user/role role1_72bda2bc_0766_11ed_9467_0242ac110003 mapped False/select using mapped role OK 3s 545ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster without secret/local user OK 3s 483ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster without secret/local user/role role1_72bda2bc_0766_11ed_9467_0242ac110003 mapped False OK 3s 482ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster without secret/local user/role role1_72bda2bc_0766_11ed_9467_0242ac110003 mapped False/select using mapped role OK 3s 480ms
/ldap/role mapping/cluster secret/authenticated users OK 16s 427ms
/ldap/role mapping/cluster secret/authenticated users/cluster with secret OK 6s 905ms
/ldap/role mapping/cluster secret/authenticated users/cluster with secret/ldap authenticated user OK 3s 375ms
/ldap/role mapping/cluster secret/authenticated users/cluster with secret/ldap authenticated user/role role_261eb30e_0768_11ed_9467_0242ac110003 mapped role_261eb30e_0768_11ed_9467_0242ac110003 OK 3s 375ms
/ldap/role mapping/cluster secret/authenticated users/cluster with secret/ldap authenticated user/role role_261eb30e_0768_11ed_9467_0242ac110003 mapped role_261eb30e_0768_11ed_9467_0242ac110003/select using mapped role OK 3s 374ms
/ldap/role mapping/cluster secret/authenticated users/cluster with secret/local user OK 3s 529ms
/ldap/role mapping/cluster secret/authenticated users/cluster with secret/local user/role role_261eb30e_0768_11ed_9467_0242ac110003 mapped role_261eb30e_0768_11ed_9467_0242ac110003 OK 3s 528ms
/ldap/role mapping/cluster secret/authenticated users/cluster with secret/local user/role role_261eb30e_0768_11ed_9467_0242ac110003 mapped role_261eb30e_0768_11ed_9467_0242ac110003/select using mapped role OK 3s 365ms
/ldap/role mapping/cluster secret/authenticated users/cluster without secret OK 7s 294ms
/ldap/role mapping/cluster secret/authenticated users/cluster without secret/ldap authenticated user OK 3s 521ms
/ldap/role mapping/cluster secret/authenticated users/cluster without secret/ldap authenticated user/role role_261eb30e_0768_11ed_9467_0242ac110003 mapped role_261eb30e_0768_11ed_9467_0242ac110003 OK 3s 520ms
/ldap/role mapping/cluster secret/authenticated users/cluster without secret/ldap authenticated user/role role_261eb30e_0768_11ed_9467_0242ac110003 mapped role_261eb30e_0768_11ed_9467_0242ac110003/select using mapped role OK 3s 518ms
/ldap/role mapping/cluster secret/authenticated users/cluster without secret/local user OK 3s 772ms
/ldap/role mapping/cluster secret/authenticated users/cluster without secret/local user/role role_261eb30e_0768_11ed_9467_0242ac110003 mapped role_261eb30e_0768_11ed_9467_0242ac110003 OK 3s 770ms
/ldap/role mapping/cluster secret/authenticated users/cluster without secret/local user/role role_261eb30e_0768_11ed_9467_0242ac110003 mapped role_261eb30e_0768_11ed_9467_0242ac110003/select using mapped role OK 3s 643ms

Generated by TestFlows Open-Source Test Framework v1.9.220712.1163352