Document status - Confidential


Ldap Test Run Report

DateSep 16, 2022 21:28
Duration45m 4s
Framework TestFlows 1.9.220810.1192506

Artifacts

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

Attributes

projectaltinity-qa/clickhouse/cicd/release
project.id22089296
user.nameAndrey Zvonov
user.emailzvonov.andrey@gmail.com
version22.3.10.24
repositoryhttps://github.com/Altinity/ClickHouse.git
job.id3041775523
job.urlhttps://gitlab.com/altinity-qa/clickhouse/cicd/release/-/jobs/3041775523
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
77950
77877
73

Known Fails

Test NameResultMessage
/ldap/authentication/connection protocols/tls cipher suiteXFail 16s 487ms
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 653, 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 653 in 'query'

645\|              ) if steps else NullStep():
646\|                  assert message in r.output, error(r.output)
647\|  
648\|          if message is None or "Exception:" not in message:
649\|              with Then("check if output has exception") if steps else NullStep():
650\|                  if "Exception:" in r.output:
651\|                      if raise_on_exception:
652\|                          raise QueryRuntimeException(r.output)
653\|>                     assert False, error(r.output)
654\|  
655\|          return r
656\|
/ldap/authentication/connection protocols/tls require cert default demandXFail 16s 667ms
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 653, 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 653 in 'query'

645\|              ) if steps else NullStep():
646\|                  assert message in r.output, error(r.output)
647\|  
648\|          if message is None or "Exception:" not in message:
649\|              with Then("check if output has exception") if steps else NullStep():
650\|                  if "Exception:" in r.output:
651\|                      if raise_on_exception:
652\|                          raise QueryRuntimeException(r.output)
653\|>                     assert False, error(r.output)
654\|  
655\|          return r
656\|
/ldap/external user directory/connection protocols/tls cipher suiteXFail 17s 645ms
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 653, 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 653 in 'query'

645\|              ) if steps else NullStep():
646\|                  assert message in r.output, error(r.output)
647\|  
648\|          if message is None or "Exception:" not in message:
649\|              with Then("check if output has exception") if steps else NullStep():
650\|                  if "Exception:" in r.output:
651\|                      if raise_on_exception:
652\|                          raise QueryRuntimeException(r.output)
653\|>                     assert False, error(r.output)
654\|  
655\|          return r
656\|
/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 require cert default demandXFail 16s 322ms
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 653, 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 653 in 'query'

645\|              ) if steps else NullStep():
646\|                  assert message in r.output, error(r.output)
647\|  
648\|          if message is None or "Exception:" not in message:
649\|              with Then("check if output has exception") if steps else NullStep():
650\|                  if "Exception:" in r.output:
651\|                      if raise_on_exception:
652\|                          raise QueryRuntimeException(r.output)
653\|>                     assert False, error(r.output)
654\|  
655\|          return r
656\|
/ldap/role mapping/user dn detection/mapping/roles removed and added in parallelXFail 961us
known bug
known bug that needs to be investigated

Results

Test Name Result Duration
/ldap OK 45m 4s
/ldap/authentication OK 26m 47s
/ldap/external user directory OK 26m 11s
/ldap/role mapping OK 45m 4s
/ldap/authentication/sanity OK 571ms
/ldap/role mapping/ldap sanity OK 674ms
/ldap/external user directory/sanity OK 634ms
/ldap/authentication/multiple servers OK 17s 557ms
/ldap/role mapping/server config OK 35s 802ms
/ldap/role mapping/server config/bind dn conflict with auth dn OK 2s 74ms
/ldap/external user directory/simple OK 16s 358ms
/ldap/role mapping/server config/invalid bind dn OK 17s 801ms
/ldap/external user directory/restart OK 2m 21s
/ldap/external user directory/restart/dynamically added users OK 24s 931ms
/ldap/authentication/connection protocols OK 5m 27s
/ldap/authentication/connection protocols/plain text OK 16s 291ms
/ldap/role mapping/server config/valid bind dn OK 15s 925ms
/ldap/authentication/connection protocols/plain text with custom port OK 17s 834ms
/ldap/role mapping/mapping OK 11m 22s
/ldap/role mapping/mapping/add new role not present OK 12s 124ms
/ldap/external user directory/restart/multiple external user directories OK 21s 923ms
/ldap/role mapping/mapping/group removed OK 11s 961ms
/ldap/authentication/connection protocols/starttls OK 1m 4s
/ldap/role mapping/mapping/group removed and added in parallel OK 1m 20s
/ldap/external user directory/restart/one external user directory OK 22s 737ms
/ldap/external user directory/restart/parallel login OK 1m 12s
/ldap/authentication/connection protocols/starttls with custom port OK 15s 901ms
/ldap/authentication/connection protocols/tls OK 1m 4s
/ldap/role mapping/mapping/multiple roles OK 13s 678ms
/ldap/role mapping/mapping/multiple sections with different prefixes OK 12s 383ms
/ldap/external user directory/server config OK 2m 36s
/ldap/external user directory/server config/auth dn value OK 16s 463ms
/ldap/role mapping/mapping/multiple sections with identical parameters OK 12s 125ms
/ldap/external user directory/server config/empty ca cert dir OK 16s 52ms
/ldap/role mapping/mapping/parallel login of ldap users with multiple servers OK 1m 12s
/ldap/external user directory/server config/empty ca cert file OK 16s 880ms
/ldap/authentication/connection protocols/tls cipher suite XFail 16s 487ms
/ldap/external user directory/server config/empty host OK 2s 94ms
/ldap/external user directory/server config/empty server name OK 1s 99ms
/ldap/external user directory/server config/invalid auth dn prefix OK 16s 645ms
/ldap/authentication/connection protocols/tls enable tls default yes OK 16s 401ms
/ldap/external user directory/server config/invalid auth dn suffix OK 15s 665ms
/ldap/authentication/connection protocols/tls minimum protocol version OK 1m 22s
/ldap/external user directory/server config/invalid enable tls value OK 2s 104ms
/ldap/external user directory/server config/invalid host OK 15s 690ms
/ldap/role mapping/mapping/parallel login of local and ldap users with multiple servers OK 1m 36s
/ldap/external user directory/server config/invalid port OK 16s 397ms
/ldap/external user directory/server config/invalid tls require cert value OK 17s 59ms
/ldap/external user directory/server config/invalid verification cooldown value OK 11s 575ms
/ldap/external user directory/server config/missing host OK 4s 229ms
/ldap/external user directory/server config/syntax OK 4s 396ms
/ldap/authentication/connection protocols/tls require cert default demand XFail 16s 667ms
/ldap/external user directory/external user directory config OK 2m 23s
/ldap/external user directory/external user directory config/defined twice roles OK 15s 977ms
/ldap/authentication/connection protocols/tls with custom port OK 15s 485ms
/ldap/external user directory/external user directory config/defined twice server OK 15s 556ms
/ldap/authentication/server config OK 3m 14s
/ldap/authentication/server config/auth dn value OK 15s 857ms
/ldap/external user directory/external user directory config/empty roles OK 16s 9ms
/ldap/role mapping/mapping/parallel login of local users OK 43s 729ms
/ldap/authentication/server config/empty ca cert dir OK 16s 414ms
/ldap/external user directory/external user directory config/empty server OK 16s 679ms
/ldap/authentication/server config/empty ca cert file OK 15s 817ms
/ldap/external user directory/external user directory config/invalid role in roles OK 15s 186ms
/ldap/authentication/server config/empty host OK 15s 984ms
/ldap/role mapping/mapping/parallel login of multiple users OK 41s 7ms
/ldap/external user directory/external user directory config/invalid server OK 16s 311ms
/ldap/authentication/server config/empty server name OK 2s 69ms
/ldap/external user directory/external user directory config/missing roles OK 15s 885ms
/ldap/authentication/server config/invalid auth dn prefix OK 15s 814ms
/ldap/authentication/server config/invalid auth dn suffix OK 15s 834ms
/ldap/external user directory/external user directory config/missing server OK 15s 541ms
/ldap/role mapping/mapping/parallel login of the same user OK 41s 803ms
/ldap/external user directory/external user directory config/more than one user directory OK 16s 496ms
/ldap/authentication/server config/invalid enable tls value OK 16s 243ms
/ldap/external user directory/connection protocols OK 5m 31s
/ldap/external user directory/connection protocols/plain text OK 15s 322ms
/ldap/authentication/server config/invalid host OK 17s 6ms
/ldap/external user directory/connection protocols/plain text with custom port OK 16s 473ms
/ldap/authentication/server config/invalid port OK 15s 107ms
/ldap/role mapping/mapping/prefix default value OK 12s 993ms
/ldap/role mapping/mapping/prefix non empty OK 12s 432ms
/ldap/external user directory/connection protocols/starttls OK 1m 5s
/ldap/authentication/server config/invalid tls require cert value OK 15s 955ms
/ldap/role mapping/mapping/prefix with special regex characters OK 14s 471ms
/ldap/authentication/server config/invalid verification cooldown value OK 12s 617ms
/ldap/role mapping/mapping/prefix with special xml characters OK 12s 360ms
/ldap/authentication/server config/missing host OK 15s 352ms
/ldap/role mapping/mapping/prefix with utf8 characters OK 12s 317ms
/ldap/authentication/server config/syntax OK 3s 969ms
/ldap/authentication/user config OK 1m 8s
/ldap/authentication/user config/empty server name OK 6s 120ms
/ldap/role mapping/mapping/privilege new and removed OK 14s 170ms
/ldap/authentication/user config/empty server not defined OK 16s 573ms
/ldap/role mapping/mapping/role added OK 14s 328ms
/ldap/external user directory/connection protocols/starttls with custom port OK 17s 693ms
/ldap/authentication/user config/empty user name OK 6s 201ms
/ldap/authentication/user config/ldap and password OK 6s 91ms
/ldap/role mapping/mapping/role name with more than 128 characters OK 14s 75ms
/ldap/authentication/user config/multiple servers OK 16s 26ms
/ldap/external user directory/connection protocols/tls OK 1m 6s
/ldap/role mapping/mapping/role name with special regex characters OK 12s 282ms
/ldap/authentication/user config/valid user config OK 17s 946ms
/ldap/role mapping/mapping/role name with special xml characters OK 11s 997ms
/ldap/authentication/user authentications OK 13m 59s
/ldap/authentication/user authentications/rbac=False OK 8m 45s
/ldap/role mapping/mapping/role name with utf8 characters OK 12s 5ms
/ldap/authentication/user authentications/rbac=False/add user to ldap and login OK 12s 66ms
/ldap/role mapping/mapping/role new OK 14s 241ms
/ldap/authentication/user authentications/rbac=False/empty username and empty password OK 57ms
/ldap/authentication/user authentications/rbac=False/invalid long username and valid short password OK 11s 942ms
/ldap/role mapping/mapping/role not present OK 12s 20ms
/ldap/authentication/user authentications/rbac=False/invalid username and valid password OK 12s 140ms
/ldap/external user directory/connection protocols/tls cipher suite XFail 17s 645ms
/ldap/role mapping/mapping/role removed and readded OK 14s 254ms
/ldap/authentication/user authentications/rbac=False/login after clickhouse server is restarted OK 22s 884ms
/ldap/external user directory/connection protocols/tls enable tls default yes OK 15s 973ms
/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 29s 591ms
/ldap/authentication/user authentications/rbac=False/login after ldap server is restarted OK 14s 398ms
/ldap/external user directory/connection protocols/tls minimum protocol version OK 1m 22s
/ldap/authentication/user authentications/rbac=False/login after user cn changed in ldap OK 11s 841ms
/ldap/role mapping/mapping/user removed from group OK 13s 55ms
/ldap/authentication/user authentications/rbac=False/login after user is deleted from ldap OK 11s 998ms
/ldap/role mapping/mapping/with fixed roles OK 13s 989ms
/ldap/authentication/user authentications/rbac=False/login after user password changed in ldap OK 11s 937ms
/ldap/role mapping/user dn detection OK 15m 50s
/ldap/role mapping/user dn detection/check valid scope values OK 1m 6s
/ldap/authentication/user authentications/rbac=False/parallel login OK 25s 767ms
/ldap/authentication/user authentications/rbac=False/valid ascii username and utf8 password OK 11s 933ms
/ldap/external user directory/connection protocols/tls require cert default demand XFail 16s 322ms
/ldap/authentication/user authentications/rbac=False/valid long username and short password OK 11s 827ms
/ldap/authentication/user authentications/rbac=False/valid short username and invalid long password OK 14s 6ms
/ldap/external user directory/connection protocols/tls with custom port OK 17s 958ms
/ldap/authentication/user authentications/rbac=False/valid short username and long password OK 11s 927ms
/ldap/role mapping/user dn detection/config empty base dn OK 15s 895ms
/ldap/external user directory/user authentications OK 8m 37s
/ldap/authentication/user authentications/rbac=False/valid username and invalid empty password OK 12s 30ms
/ldap/external user directory/user authentications/empty username and empty password OK 50ms
/ldap/external user directory/user authentications/invalid long username and valid short password OK 125ms
/ldap/external user directory/user authentications/invalid username and valid password OK 100ms
/ldap/external user directory/user authentications/login after clickhouse server is restarted OK 12s 60ms
/ldap/role mapping/user dn detection/config empty search filter OK 16s 462ms
/ldap/authentication/user authentications/rbac=False/valid username and invalid password OK 11s 741ms
/ldap/external user directory/user authentications/login after ldap server is restarted OK 1s 616ms
/ldap/external user directory/user authentications/login after user cn changed in ldap OK 125ms
/ldap/external user directory/user authentications/login after user is added to ldap OK 128ms
/ldap/external user directory/user authentications/login after user is deleted from ldap OK 182ms
/ldap/external user directory/user authentications/login after user password changed in ldap OK 163ms
/ldap/external user directory/user authentications/parallel login OK 19s 976ms
/ldap/role mapping/user dn detection/config invalid base dn OK 16s 419ms
/ldap/authentication/user authentications/rbac=False/valid username and password OK 13s 30ms
/ldap/authentication/user authentications/rbac=False/valid username and password invalid server OK 12s 818ms
/ldap/external user directory/user authentications/parallel login with rbac users OK 19s 251ms
/ldap/role mapping/user dn detection/config invalid search filter OK 17s 567ms
/ldap/authentication/user authentications/rbac=False/valid username with valid empty password OK 11s 986ms
/ldap/role mapping/user dn detection/config missing base dn OK 16s 299ms
/ldap/external user directory/user authentications/parallel login with the same user OK 19s 252ms
/ldap/authentication/user authentications/rbac=False/valid utf8 username and ascii password OK 12s 115ms
/ldap/role mapping/user dn detection/config missing search filter OK 16s 207ms
/ldap/authentication/user authentications/rbac=False/verification cooldown OK 4m 23s
/ldap/authentication/user authentications/rbac=False/verification cooldown/default verification cooldown value OK 16s 15ms
/ldap/external user directory/user authentications/user lookup priority OK 363ms
/ldap/external user directory/user authentications/valid ascii username and utf8 password OK 114ms
/ldap/external user directory/user authentications/valid long username and short password OK 115ms
/ldap/external user directory/user authentications/valid short username and invalid long password OK 97ms
/ldap/external user directory/user authentications/valid short username and long password OK 75ms
/ldap/external user directory/user authentications/valid username and invalid empty password OK 89ms
/ldap/external user directory/user authentications/valid username and invalid password OK 132ms
/ldap/external user directory/user authentications/valid username and password OK 93ms
/ldap/external user directory/user authentications/valid username and password invalid server OK 54ms
/ldap/external user directory/user authentications/valid username with valid empty password OK 74ms
/ldap/external user directory/user authentications/valid utf8 username and ascii password OK 82ms
/ldap/external user directory/user authentications/login after ldap external user directory is removed OK 11s 961ms
/ldap/role mapping/user dn detection/config valid OK 17s 619ms
/ldap/authentication/user authentications/rbac=False/verification cooldown/verification cooldown reset when invalid password is provided OK 16s 3ms
/ldap/external user directory/user authentications/parallel login with multiple servers OK 51s 793ms
/ldap/role mapping/user dn detection/config valid tls connection OK 16s 969ms
/ldap/authentication/user authentications/rbac=False/verification cooldown/valid verification cooldown value cn change OK 16s 435ms
/ldap/role mapping/user dn detection/map roles by bind dn when base dn and user dn are different OK 17s 207ms
/ldap/authentication/user authentications/rbac=False/verification cooldown/valid verification cooldown value ldap unavailable OK 18s 962ms
/ldap/role mapping/user dn detection/map roles by user dn when base dn and user dn are different OK 17s 746ms
/ldap/authentication/user authentications/rbac=False/verification cooldown/valid verification cooldown value password change OK 15s 112ms
/ldap/external user directory/user authentications/parallel login with rbac and multiple servers OK 1m 19s
/ldap/authentication/user authentications/rbac=False/verification cooldown/verification cooldown performance OK 1m 16s
/ldap/role mapping/user dn detection/mapping OK 11m 56s
/ldap/role mapping/user dn detection/mapping/add new role not present OK 12s 922ms
/ldap/role mapping/user dn detection/mapping/group removed OK 12s 592ms
/ldap/role mapping/user dn detection/mapping/group removed and added in parallel OK 1m 25s
/ldap/external user directory/user authentications/parallel login with the same user multiple servers OK 38s 167ms
/ldap/authentication/user authentications/rbac=False/verification cooldown/verification cooldown reset on server auth dn prefix parameter change OK 27s 235ms
/ldap/authentication/user authentications/rbac=False/verification cooldown/verification cooldown reset on server auth dn suffix parameter change OK 26s 978ms
/ldap/external user directory/user authentications/default verification cooldown value OK 18s 454ms
/ldap/role mapping/user dn detection/mapping/multiple roles OK 13s 164ms
/ldap/role mapping/user dn detection/mapping/multiple sections with different prefixes OK 12s 395ms
/ldap/external user directory/user authentications/verification cooldown reset when invalid password is provided OK 16s 158ms
/ldap/authentication/user authentications/rbac=False/verification cooldown/verification cooldown reset on server host parameter change OK 24s 425ms
/ldap/role mapping/user dn detection/mapping/multiple sections with identical parameters OK 12s 148ms
/ldap/external user directory/user authentications/valid verification cooldown value cn change OK 18s 215ms
/ldap/role mapping/user dn detection/mapping/parallel login of ldap users with multiple servers OK 1m 17s
/ldap/authentication/user authentications/rbac=False/verification cooldown/verification cooldown reset on server port parameter change OK 25s 239ms
/ldap/external user directory/user authentications/valid verification cooldown value ldap unavailable OK 19s 189ms
/ldap/authentication/user authentications/rbac=True OK 5m 13s
/ldap/external user directory/user authentications/valid verification cooldown value password change OK 21s 890ms
/ldap/authentication/user authentications/rbac=True/add user to ldap and login OK 201ms
/ldap/authentication/user authentications/rbac=True/empty username and empty password OK 67ms
/ldap/authentication/user authentications/rbac=True/invalid long username and valid short password OK 222ms
/ldap/authentication/user authentications/rbac=True/invalid username and valid password OK 185ms
/ldap/authentication/user authentications/rbac=True/login after clickhouse server is restarted OK 11s 708ms
/ldap/authentication/user authentications/rbac=True/login after ldap server is restarted OK 2s 110ms
/ldap/authentication/user authentications/rbac=True/login after user cn changed in ldap OK 271ms
/ldap/authentication/user authentications/rbac=True/login after user is deleted from ldap OK 266ms
/ldap/authentication/user authentications/rbac=True/login after user password changed in ldap OK 381ms
/ldap/authentication/user authentications/rbac=True/parallel login OK 17s 683ms
/ldap/external user directory/user authentications/verification cooldown performance OK 1m 13s
/ldap/authentication/user authentications/rbac=True/valid ascii username and utf8 password OK 209ms
/ldap/authentication/user authentications/rbac=True/valid long username and short password OK 208ms
/ldap/authentication/user authentications/rbac=True/valid short username and invalid long password OK 189ms
/ldap/authentication/user authentications/rbac=True/valid short username and long password OK 238ms
/ldap/authentication/user authentications/rbac=True/valid username and invalid empty password OK 261ms
/ldap/authentication/user authentications/rbac=True/valid username and invalid password OK 209ms
/ldap/authentication/user authentications/rbac=True/valid username and password OK 226ms
/ldap/authentication/user authentications/rbac=True/valid username and password invalid server OK 158ms
/ldap/authentication/user authentications/rbac=True/valid username with valid empty password OK 185ms
/ldap/authentication/user authentications/rbac=True/valid utf8 username and ascii password OK 226ms
/ldap/authentication/user authentications/rbac=True/verification cooldown OK 4m 33s
/ldap/authentication/user authentications/rbac=True/verification cooldown/default verification cooldown value OK 17s 661ms
/ldap/role mapping/user dn detection/mapping/parallel login of local and ldap users with multiple servers OK 1m 50s
/ldap/authentication/user authentications/rbac=True/verification cooldown/verification cooldown reset when invalid password is provided OK 16s 729ms
/ldap/authentication/user authentications/rbac=True/verification cooldown/valid verification cooldown value cn change OK 17s 885ms
/ldap/authentication/user authentications/rbac=True/verification cooldown/valid verification cooldown value ldap unavailable OK 21s 232ms
/ldap/external user directory/user authentications/verification cooldown reset on server auth dn prefix parameter change OK 18s 253ms
/ldap/authentication/user authentications/rbac=True/verification cooldown/valid verification cooldown value password change OK 15s 931ms
/ldap/external user directory/user authentications/verification cooldown reset on server auth dn suffix parameter change OK 19s 777ms
/ldap/authentication/user authentications/rbac=True/verification cooldown/verification cooldown performance OK 1m 17s
/ldap/external user directory/user authentications/verification cooldown reset on server host parameter change OK 21s 126ms
/ldap/external user directory/user authentications/verification cooldown reset on server port parameter change OK 18s 382ms
/ldap/role mapping/user dn detection/mapping/parallel login of local users OK 48s 304ms
/ldap/external user directory/roles OK 1m 39s
/ldap/external user directory/roles/add privilege OK 14s 143ms
/ldap/external user directory/roles/new role OK 12s 906ms
/ldap/external user directory/roles/not present role added OK 15s 634ms
/ldap/authentication/user authentications/rbac=True/verification cooldown/verification cooldown reset on server auth dn prefix parameter change OK 27s 384ms
/ldap/role mapping/user dn detection/mapping/parallel login of multiple users OK 43s 375ms
/ldap/external user directory/roles/readd privilege by readding role OK 14s 153ms
/ldap/external user directory/roles/remove privilege OK 14s 59ms
/ldap/authentication/user authentications/rbac=True/verification cooldown/verification cooldown reset on server auth dn suffix parameter change OK 27s 81ms
/ldap/external user directory/roles/remove privilege by removing role OK 12s 265ms
/ldap/role mapping/user dn detection/mapping/parallel login of the same user OK 46s 366ms
/ldap/external user directory/roles/remove role OK 12s 555ms
/ldap/authentication/user authentications/rbac=True/verification cooldown/verification cooldown reset on server host parameter change OK 27s 571ms
/ldap/authentication/user authentications/rbac=True/verification cooldown/verification cooldown reset on server port parameter change OK 24s 975ms
/ldap/role mapping/user dn detection/mapping/prefix default value OK 13s 191ms
/ldap/role mapping/user dn detection/mapping/prefix non empty OK 12s 242ms
/ldap/role mapping/user dn detection/mapping/prefix with special regex characters OK 12s 466ms
/ldap/role mapping/user dn detection/mapping/prefix with special xml characters OK 12s 247ms
/ldap/role mapping/user dn detection/mapping/prefix with utf8 characters OK 12s 463ms
/ldap/role mapping/user dn detection/mapping/privilege new and removed OK 14s 386ms
/ldap/role mapping/user dn detection/mapping/role added OK 13s 904ms
/ldap/role mapping/user dn detection/mapping/role name with more than 128 characters OK 12s 160ms
/ldap/role mapping/user dn detection/mapping/role name with special regex characters OK 12s 256ms
/ldap/role mapping/user dn detection/mapping/role name with special xml characters OK 12s 60ms
/ldap/role mapping/user dn detection/mapping/role name with utf8 characters OK 12s 383ms
/ldap/role mapping/user dn detection/mapping/role new OK 14s 182ms
/ldap/role mapping/user dn detection/mapping/role not present OK 12s 15ms
/ldap/role mapping/user dn detection/mapping/role removed and readded OK 14s 548ms
/ldap/role mapping/user dn detection/mapping/roles removed and added in parallel XFail 961us
/ldap/role mapping/user dn detection/mapping/user removed and added in ldap groups in parallel OK 31s 381ms
/ldap/role mapping/user dn detection/mapping/user removed from group OK 13s 199ms
/ldap/role mapping/user dn detection/mapping/with fixed roles OK 12s 141ms
/ldap/role mapping/cluster secret OK 14m 34s
/ldap/role mapping/cluster secret/external user directory OK 13m 43s
/ldap/role mapping/cluster secret/external user directory/dynamic OK 4m 15s
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist OK 1m 1s
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster with secret OK 7s 68ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster with secret/ldap user OK 3s 527ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster with secret/ldap user/role role0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped True OK 3s 527ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster with secret/ldap user/role role0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped True/select using mapped role OK 3s 525ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster with secret/local user OK 3s 539ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster with secret/local user/role role0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped True OK 3s 537ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster with secret/local user/role role0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped True/select using mapped role OK 3s 403ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster without secret OK 6s 997ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster without secret/ldap user OK 3s 583ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster without secret/ldap user/role role0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped True OK 3s 582ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster without secret/ldap user/role role0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped True/select using mapped role OK 3s 581ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster without secret/local user OK 3s 413ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster without secret/local user/role role0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped True OK 3s 413ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster without secret/local user/role role0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped True/select using mapped role OK 3s 302ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster with secret OK 7s 387ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster with secret/ldap user OK 3s 579ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster with secret/ldap user/role role1_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped True OK 3s 578ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster with secret/ldap user/role role1_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped True/select using mapped role OK 3s 577ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster with secret/local user OK 3s 807ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster with secret/local user/role role1_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped True OK 3s 805ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster with secret/local user/role role1_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped True/select using mapped role OK 3s 674ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster without secret OK 7s 263ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster without secret/ldap user OK 3s 635ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster without secret/ldap user/role role1_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped True OK 3s 634ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster without secret/ldap user/role role1_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped True/select using mapped role OK 3s 633ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster without secret/local user OK 3s 626ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster without secret/local user/role role1_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped True OK 3s 626ms
/ldap/role mapping/cluster secret/external user directory/dynamic/all mapped roles exist/cluster without secret/local user/role role1_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped True/select using mapped role OK 3s 521ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist OK 1m 20s
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster with secret OK 7s 658ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster with secret/ldap user OK 3s 996ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster with secret/ldap user/role role0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped True OK 3s 995ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster with secret/ldap user/role role0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped True/select using mapped role OK 3s 994ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster with secret/local user OK 3s 660ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster with secret/local user/role role0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped True OK 3s 659ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster with secret/local user/role role0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped True/select using mapped role OK 3s 492ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster without secret OK 7s 911ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster without secret/ldap user OK 3s 901ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster without secret/ldap user/role role0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped True OK 3s 900ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster without secret/ldap user/role role0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped True/select using mapped role OK 3s 899ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster without secret/local user OK 4s 8ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster without secret/local user/role role0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped True OK 4s 8ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster without secret/local user/role role0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped True/select using mapped role OK 3s 887ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster with secret OK 7s 614ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster with secret/ldap user OK 3s 839ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster with secret/ldap user/role role_not_mapped_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False OK 3s 838ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster with secret/ldap user/role role_not_mapped_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False/select using mapped role OK 3s 836ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster with secret/local user OK 3s 772ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster with secret/local user/role role_not_mapped_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False OK 3s 771ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster with secret/local user/role role_not_mapped_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False/select using mapped role OK 3s 770ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster without secret OK 7s 148ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster without secret/ldap user OK 3s 646ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster without secret/ldap user/role role_not_mapped_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False OK 3s 644ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster without secret/ldap user/role role_not_mapped_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False/select using mapped role OK 3s 643ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster without secret/local user OK 3s 501ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster without secret/local user/role role_not_mapped_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False OK 3s 500ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster without secret/local user/role role_not_mapped_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False/select using mapped role OK 3s 499ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster with secret OK 7s 406ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster with secret/ldap user OK 3s 738ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster with secret/ldap user/role role2_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False OK 3s 738ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster with secret/ldap user/role role2_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False/select using mapped role OK 3s 737ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster with secret/local user OK 3s 666ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster with secret/local user/role role2_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False OK 3s 665ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster with secret/local user/role role2_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False/select using mapped role OK 3s 664ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster without secret OK 7s 623ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster without secret/ldap user OK 3s 769ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster without secret/ldap user/role role2_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False OK 3s 768ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster without secret/ldap user/role role2_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False/select using mapped role OK 3s 765ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster without secret/local user OK 3s 851ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster without secret/local user/role role2_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False OK 3s 850ms
/ldap/role mapping/cluster secret/external user directory/dynamic/some mapped roles exist/cluster without secret/local user/role role2_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False/select using mapped role OK 3s 850ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist OK 56s 834ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster with secret OK 7s 305ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster with secret/ldap user OK 3s 640ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster with secret/ldap user/role role_not_mapped0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False OK 3s 639ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster with secret/ldap user/role role_not_mapped0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False/select using mapped role OK 3s 639ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster with secret/local user OK 3s 664ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster with secret/local user/role role_not_mapped0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False OK 3s 664ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster with secret/local user/role role_not_mapped0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False/select using mapped role OK 3s 662ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster without secret OK 7s 55ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster without secret/ldap user OK 3s 505ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster without secret/ldap user/role role_not_mapped0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False OK 3s 502ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster without secret/ldap user/role role_not_mapped0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False/select using mapped role OK 3s 499ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster without secret/local user OK 3s 548ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster without secret/local user/role role_not_mapped0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False OK 3s 547ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster without secret/local user/role role_not_mapped0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False/select using mapped role OK 3s 546ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster with secret OK 7s 155ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster with secret/ldap user OK 3s 606ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster with secret/ldap user/role role_not_mapped1_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False OK 3s 606ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster with secret/ldap user/role role_not_mapped1_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False/select using mapped role OK 3s 605ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster with secret/local user OK 3s 547ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster with secret/local user/role role_not_mapped1_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False OK 3s 547ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster with secret/local user/role role_not_mapped1_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False/select using mapped role OK 3s 546ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster without secret OK 7s 295ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster without secret/ldap user OK 3s 610ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster without secret/ldap user/role role_not_mapped1_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False OK 3s 608ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster without secret/ldap user/role role_not_mapped1_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False/select using mapped role OK 3s 606ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster without secret/local user OK 3s 683ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster without secret/local user/role role_not_mapped1_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False OK 3s 682ms
/ldap/role mapping/cluster secret/external user directory/dynamic/no mapped roles exist/cluster without secret/local user/role role_not_mapped1_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False/select using mapped role OK 3s 680ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles OK 56s 604ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster with secret OK 7s 279ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster with secret/ldap user OK 3s 646ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster with secret/ldap user/role role0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False OK 3s 645ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster with secret/ldap user/role role0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False/select using mapped role OK 3s 645ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster with secret/local user OK 3s 632ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster with secret/local user/role role0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False OK 3s 632ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster with secret/local user/role role0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False/select using mapped role OK 3s 631ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster without secret OK 7s 145ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster without secret/ldap user OK 3s 633ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster without secret/ldap user/role role0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False OK 3s 632ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster without secret/ldap user/role role0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False/select using mapped role OK 3s 632ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster without secret/local user OK 3s 512ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster without secret/local user/role role0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False OK 3s 511ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster without secret/local user/role role0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False/select using mapped role OK 3s 511ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster with secret OK 7s 237ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster with secret/ldap user OK 3s 617ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster with secret/ldap user/role role1_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False OK 3s 616ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster with secret/ldap user/role role1_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False/select using mapped role OK 3s 616ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster with secret/local user OK 3s 619ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster with secret/local user/role role1_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False OK 3s 618ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster with secret/local user/role role1_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False/select using mapped role OK 3s 617ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster without secret OK 7s 430ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster without secret/ldap user OK 3s 534ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster without secret/ldap user/role role1_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False OK 3s 533ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster without secret/ldap user/role role1_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False/select using mapped role OK 3s 532ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster without secret/local user OK 3s 894ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster without secret/local user/role role1_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False OK 3s 893ms
/ldap/role mapping/cluster secret/external user directory/dynamic/empty roles/cluster without secret/local user/role role1_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False/select using mapped role OK 3s 891ms
/ldap/role mapping/cluster secret/external user directory/static OK 4m 15s
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist OK 1m 3s
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster with secret OK 7s 525ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster with secret/ldap user OK 3s 543ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster with secret/ldap user/role role0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped True OK 3s 543ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster with secret/ldap user/role role0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped True/select using mapped role OK 3s 542ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster with secret/local user OK 3s 980ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster with secret/local user/role role0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped True OK 3s 979ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster with secret/local user/role role0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped True/select using mapped role OK 3s 835ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster without secret OK 7s 140ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster without secret/ldap user OK 3s 573ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster without secret/ldap user/role role0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped True OK 3s 573ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster without secret/ldap user/role role0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped True/select using mapped role OK 3s 572ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster without secret/local user OK 3s 566ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster without secret/local user/role role0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped True OK 3s 565ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster without secret/local user/role role0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped True/select using mapped role OK 3s 380ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster with secret OK 7s 584ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster with secret/ldap user OK 3s 787ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster with secret/ldap user/role role1_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped True OK 3s 786ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster with secret/ldap user/role role1_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped True/select using mapped role OK 3s 785ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster with secret/local user OK 3s 794ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster with secret/local user/role role1_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped True OK 3s 793ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster with secret/local user/role role1_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped True/select using mapped role OK 3s 665ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster without secret OK 6s 729ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster without secret/ldap user OK 3s 382ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster without secret/ldap user/role role1_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped True OK 3s 381ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster without secret/ldap user/role role1_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped True/select using mapped role OK 3s 379ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster without secret/local user OK 3s 345ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster without secret/local user/role role1_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped True OK 3s 345ms
/ldap/role mapping/cluster secret/external user directory/static/all mapped roles exist/cluster without secret/local user/role role1_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped True/select using mapped role OK 3s 204ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist OK 1m 18s
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster with secret OK 7s 110ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster with secret/ldap user OK 3s 452ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster with secret/ldap user/role role0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped True OK 3s 451ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster with secret/ldap user/role role0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped True/select using mapped role OK 3s 451ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster with secret/local user OK 3s 657ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster with secret/local user/role role0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped True OK 3s 657ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster with secret/local user/role role0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped True/select using mapped role OK 3s 529ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster without secret OK 7s 726ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster without secret/ldap user OK 4s 72ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster without secret/ldap user/role role0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped True OK 4s 71ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster without secret/ldap user/role role0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped True/select using mapped role OK 4s 67ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster without secret/local user OK 3s 651ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster without secret/local user/role role0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped True OK 3s 651ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster without secret/local user/role role0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped True/select using mapped role OK 3s 549ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster with secret OK 7s 20ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster with secret/ldap user OK 3s 601ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster with secret/ldap user/role role_not_mapped_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False OK 3s 600ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster with secret/ldap user/role role_not_mapped_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False/select using mapped role OK 3s 599ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster with secret/local user OK 3s 417ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster with secret/local user/role role_not_mapped_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False OK 3s 416ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster with secret/local user/role role_not_mapped_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False/select using mapped role OK 3s 412ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster without secret OK 7s 295ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster without secret/ldap user OK 3s 658ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster without secret/ldap user/role role_not_mapped_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False OK 3s 657ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster without secret/ldap user/role role_not_mapped_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False/select using mapped role OK 3s 655ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster without secret/local user OK 3s 635ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster without secret/local user/role role_not_mapped_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False OK 3s 634ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster without secret/local user/role role_not_mapped_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False/select using mapped role OK 3s 633ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster with secret OK 7s 154ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster with secret/ldap user OK 3s 646ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster with secret/ldap user/role role2_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False OK 3s 644ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster with secret/ldap user/role role2_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False/select using mapped role OK 3s 641ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster with secret/local user OK 3s 505ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster with secret/local user/role role2_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False OK 3s 504ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster with secret/local user/role role2_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False/select using mapped role OK 3s 503ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster without secret OK 6s 473ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster without secret/ldap user OK 3s 219ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster without secret/ldap user/role role2_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False OK 3s 218ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster without secret/ldap user/role role2_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False/select using mapped role OK 3s 217ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster without secret/local user OK 3s 253ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster without secret/local user/role role2_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False OK 3s 253ms
/ldap/role mapping/cluster secret/external user directory/static/some mapped roles exist/cluster without secret/local user/role role2_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False/select using mapped role OK 3s 252ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist OK 57s 225ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster with secret OK 7s 341ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster with secret/ldap user OK 3s 447ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster with secret/ldap user/role role_not_mapped0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False OK 3s 446ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster with secret/ldap user/role role_not_mapped0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False/select using mapped role OK 3s 445ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster with secret/local user OK 3s 893ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster with secret/local user/role role_not_mapped0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False OK 3s 892ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster with secret/local user/role role_not_mapped0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False/select using mapped role OK 3s 891ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster without secret OK 6s 828ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster without secret/ldap user OK 3s 427ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster without secret/ldap user/role role_not_mapped0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False OK 3s 426ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster without secret/ldap user/role role_not_mapped0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False/select using mapped role OK 3s 424ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster without secret/local user OK 3s 399ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster without secret/local user/role role_not_mapped0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False OK 3s 398ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster without secret/local user/role role_not_mapped0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False/select using mapped role OK 3s 398ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster with secret OK 6s 785ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster with secret/ldap user OK 3s 310ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster with secret/ldap user/role role_not_mapped1_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False OK 3s 309ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster with secret/ldap user/role role_not_mapped1_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False/select using mapped role OK 3s 307ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster with secret/local user OK 3s 473ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster with secret/local user/role role_not_mapped1_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False OK 3s 471ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster with secret/local user/role role_not_mapped1_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False/select using mapped role OK 3s 467ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster without secret OK 6s 789ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster without secret/ldap user OK 3s 414ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster without secret/ldap user/role role_not_mapped1_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False OK 3s 414ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster without secret/ldap user/role role_not_mapped1_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False/select using mapped role OK 3s 413ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster without secret/local user OK 3s 374ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster without secret/local user/role role_not_mapped1_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False OK 3s 373ms
/ldap/role mapping/cluster secret/external user directory/static/no mapped roles exist/cluster without secret/local user/role role_not_mapped1_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False/select using mapped role OK 3s 373ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles OK 55s 757ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster with secret OK 7s 112ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster with secret/ldap user OK 3s 672ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster with secret/ldap user/role role0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False OK 3s 671ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster with secret/ldap user/role role0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False/select using mapped role OK 3s 670ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster with secret/local user OK 3s 439ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster with secret/local user/role role0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False OK 3s 439ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster with secret/local user/role role0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False/select using mapped role OK 3s 438ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster without secret OK 6s 633ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster without secret/ldap user OK 3s 213ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster without secret/ldap user/role role0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False OK 3s 212ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster without secret/ldap user/role role0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False/select using mapped role OK 3s 211ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster without secret/local user OK 3s 419ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster without secret/local user/role role0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False OK 3s 419ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster without secret/local user/role role0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False/select using mapped role OK 3s 418ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster with secret OK 7s 88ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster with secret/ldap user OK 3s 675ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster with secret/ldap user/role role1_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False OK 3s 673ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster with secret/ldap user/role role1_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False/select using mapped role OK 3s 672ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster with secret/local user OK 3s 412ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster with secret/local user/role role1_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False OK 3s 412ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster with secret/local user/role role1_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False/select using mapped role OK 3s 411ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster without secret OK 7s 120ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster without secret/ldap user OK 3s 679ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster without secret/ldap user/role role1_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False OK 3s 679ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster without secret/ldap user/role role1_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False/select using mapped role OK 3s 678ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster without secret/local user OK 3s 440ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster without secret/local user/role role1_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False OK 3s 437ms
/ldap/role mapping/cluster secret/external user directory/static/empty roles/cluster without secret/local user/role role1_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False/select using mapped role OK 3s 436ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static OK 5m 12s
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist OK 1m 4s
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster with secret OK 7s 305ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster with secret/ldap user OK 3s 653ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster with secret/ldap user/role role0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped True OK 3s 653ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster with secret/ldap user/role role0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped True/select using mapped role OK 3s 652ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster with secret/local user OK 3s 650ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster with secret/local user/role role0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped True OK 3s 650ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster with secret/local user/role role0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped True/select using mapped role OK 3s 537ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster without secret OK 7s 31ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster without secret/ldap user OK 3s 453ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster without secret/ldap user/role role0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped True OK 3s 453ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster without secret/ldap user/role role0_0b6c53b6_35fa_11ed_a748_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 without secret/local user OK 3s 577ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster without secret/local user/role role0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped True OK 3s 575ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster without secret/local user/role role0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped True/select using mapped role OK 3s 406ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster with secret OK 7s 563ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster with secret/ldap user OK 3s 635ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster with secret/ldap user/role role1_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped True OK 3s 634ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster with secret/ldap user/role role1_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped True/select using mapped role OK 3s 633ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster with secret/local user OK 3s 927ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster with secret/local user/role role1_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped True OK 3s 925ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster with secret/local user/role role1_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped True/select using mapped role OK 3s 775ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster without secret OK 7s 159ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster without secret/ldap user OK 3s 986ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster without secret/ldap user/role role1_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped True OK 3s 984ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster without secret/ldap user/role role1_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped True/select using mapped role OK 3s 981ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster without secret/local user OK 3s 171ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster without secret/local user/role role1_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped True OK 3s 170ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/all mapped roles exist/cluster without secret/local user/role role1_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped True/select using mapped role OK 3s 34ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist OK 1m 26s
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster with secret OK 7s 407ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster with secret/ldap user OK 3s 374ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster with secret/ldap user/role role0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped True OK 3s 374ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster with secret/ldap user/role role0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped True/select using mapped role OK 3s 373ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster with secret/local user OK 4s 31ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster with secret/local user/role role0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped True OK 4s 30ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster with secret/local user/role role0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped True/select using mapped role OK 3s 906ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster without secret OK 7s 689ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster without secret/ldap user OK 3s 866ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster without secret/ldap user/role role0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped True OK 3s 864ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster without secret/ldap user/role role0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped True/select using mapped role OK 3s 861ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster without secret/local user OK 3s 820ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster without secret/local user/role role0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped True OK 3s 818ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster without secret/local user/role role0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped True/select using mapped role OK 3s 642ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster with secret OK 7s 595ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster with secret/ldap user OK 3s 730ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster with secret/ldap user/role role_not_mapped_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False OK 3s 729ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster with secret/ldap user/role role_not_mapped_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False/select using mapped role OK 3s 726ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster with secret/local user OK 3s 861ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster with secret/local user/role role_not_mapped_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False OK 3s 859ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster with secret/local user/role role_not_mapped_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False/select using mapped role OK 3s 857ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster without secret OK 6s 994ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster without secret/ldap user OK 3s 810ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster without secret/ldap user/role role_not_mapped_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False OK 3s 809ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster without secret/ldap user/role role_not_mapped_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False/select using mapped role OK 3s 808ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster without secret/local user OK 3s 183ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster without secret/local user/role role_not_mapped_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False OK 3s 183ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster without secret/local user/role role_not_mapped_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False/select using mapped role OK 3s 181ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster with secret OK 6s 608ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster with secret/ldap user OK 3s 312ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster with secret/ldap user/role role2_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped True OK 3s 311ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster with secret/ldap user/role role2_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped True/select using mapped role OK 3s 311ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster with secret/local user OK 3s 295ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster with secret/local user/role role2_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped True OK 3s 294ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster with secret/local user/role role2_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped True/select using mapped role OK 3s 181ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster without secret OK 10s 105ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster without secret/ldap user OK 4s 801ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster without secret/ldap user/role role2_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped True OK 4s 801ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster without secret/ldap user/role role2_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped True/select using mapped role OK 4s 800ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster without secret/local user OK 5s 303ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster without secret/local user/role role2_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped True OK 5s 302ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/some mapped roles exist/cluster without secret/local user/role role2_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped True/select using mapped role OK 5s 164ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist OK 1m 40s
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster with secret OK 7s 398ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster with secret/ldap user OK 3s 775ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster with secret/ldap user/role role_not_mapped0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False OK 3s 775ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster with secret/ldap user/role role_not_mapped0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False/select using mapped role OK 3s 774ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster with secret/local user OK 3s 621ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster with secret/local user/role role_not_mapped0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False OK 3s 621ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster with secret/local user/role role_not_mapped0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False/select using mapped role OK 3s 620ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster without secret OK 18s 701ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster without secret/ldap user OK 3s 587ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster without secret/ldap user/role role_not_mapped0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False OK 3s 587ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster without secret/ldap user/role role_not_mapped0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False/select using mapped role OK 3s 586ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster without secret/local user OK 15s 112ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster without secret/local user/role role_not_mapped0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False OK 15s 112ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster without secret/local user/role role_not_mapped0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False/select using mapped role OK 15s 111ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster with secret OK 7s 308ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster with secret/ldap user OK 3s 594ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster with secret/ldap user/role role_not_mapped1_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False OK 3s 593ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster with secret/ldap user/role role_not_mapped1_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False/select using mapped role OK 3s 593ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster with secret/local user 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_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False OK 3s 712ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster with secret/local user/role role_not_mapped1_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False/select using mapped role OK 3s 711ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster without secret OK 23s 36ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster without secret/ldap user OK 3s 836ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster without secret/ldap user/role role_not_mapped1_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False OK 3s 836ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster without secret/ldap user/role role_not_mapped1_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False/select using mapped role OK 3s 835ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster without secret/local user OK 19s 198ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster without secret/local user/role role_not_mapped1_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False OK 19s 198ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/no mapped roles exist/cluster without secret/local user/role role_not_mapped1_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False/select using mapped role OK 19s 197ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles OK 1m 1s
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster with secret OK 8s 793ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster with secret/ldap user OK 4s 594ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster with secret/ldap user/role role0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False OK 4s 594ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster with secret/ldap user/role role0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False/select using mapped role OK 4s 593ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster with secret/local user OK 4s 198ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster with secret/local user/role role0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False OK 4s 197ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster with secret/local user/role role0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False/select using mapped role OK 4s 196ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster without secret OK 9s 52ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster without secret/ldap user OK 4s 269ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster without secret/ldap user/role role0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False OK 4s 269ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster without secret/ldap user/role role0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False/select using mapped role OK 4s 268ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster without secret/local user OK 4s 781ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster without secret/local user/role role0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False OK 4s 779ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster without secret/local user/role role0_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False/select using mapped role OK 4s 776ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster with secret OK 8s 11ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster with secret/ldap user OK 4s 358ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster with secret/ldap user/role role1_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False OK 4s 356ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster with secret/ldap user/role role1_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False/select using mapped role OK 4s 354ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster with secret/local user OK 3s 650ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster with secret/local user/role role1_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False OK 3s 650ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster with secret/local user/role role1_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False/select using mapped role OK 3s 649ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster without secret OK 7s 427ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster without secret/ldap user OK 3s 747ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster without secret/ldap user/role role1_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False OK 3s 746ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster without secret/ldap user/role role1_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False/select using mapped role OK 3s 746ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster without secret/local user OK 3s 679ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster without secret/local user/role role1_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False OK 3s 678ms
/ldap/role mapping/cluster secret/external user directory/dynamic and static/empty roles/cluster without secret/local user/role role1_0b6c53b6_35fa_11ed_a748_0242ac110003 mapped False/select using mapped role OK 3s 677ms
/ldap/role mapping/cluster secret/authenticated users OK 18s 105ms
/ldap/role mapping/cluster secret/authenticated users/cluster with secret OK 8s 920ms
/ldap/role mapping/cluster secret/authenticated users/cluster with secret/ldap authenticated user OK 3s 790ms
/ldap/role mapping/cluster secret/authenticated users/cluster with secret/ldap authenticated user/role role_f616bc5c_35fb_11ed_a748_0242ac110003 mapped role_f616bc5c_35fb_11ed_a748_0242ac110003 OK 3s 789ms
/ldap/role mapping/cluster secret/authenticated users/cluster with secret/ldap authenticated user/role role_f616bc5c_35fb_11ed_a748_0242ac110003 mapped role_f616bc5c_35fb_11ed_a748_0242ac110003/select using mapped role OK 3s 789ms
/ldap/role mapping/cluster secret/authenticated users/cluster with secret/local user OK 5s 129ms
/ldap/role mapping/cluster secret/authenticated users/cluster with secret/local user/role role_f616bc5c_35fb_11ed_a748_0242ac110003 mapped role_f616bc5c_35fb_11ed_a748_0242ac110003 OK 5s 129ms
/ldap/role mapping/cluster secret/authenticated users/cluster with secret/local user/role role_f616bc5c_35fb_11ed_a748_0242ac110003 mapped role_f616bc5c_35fb_11ed_a748_0242ac110003/select using mapped role OK 5s 18ms
/ldap/role mapping/cluster secret/authenticated users/cluster without secret OK 6s 662ms
/ldap/role mapping/cluster secret/authenticated users/cluster without secret/ldap authenticated user OK 3s 19ms
/ldap/role mapping/cluster secret/authenticated users/cluster without secret/ldap authenticated user/role role_f616bc5c_35fb_11ed_a748_0242ac110003 mapped role_f616bc5c_35fb_11ed_a748_0242ac110003 OK 3s 19ms
/ldap/role mapping/cluster secret/authenticated users/cluster without secret/ldap authenticated user/role role_f616bc5c_35fb_11ed_a748_0242ac110003 mapped role_f616bc5c_35fb_11ed_a748_0242ac110003/select using mapped role OK 3s 18ms
/ldap/role mapping/cluster secret/authenticated users/cluster without secret/local user OK 3s 641ms
/ldap/role mapping/cluster secret/authenticated users/cluster without secret/local user/role role_f616bc5c_35fb_11ed_a748_0242ac110003 mapped role_f616bc5c_35fb_11ed_a748_0242ac110003 OK 3s 641ms
/ldap/role mapping/cluster secret/authenticated users/cluster without secret/local user/role role_f616bc5c_35fb_11ed_a748_0242ac110003 mapped role_f616bc5c_35fb_11ed_a748_0242ac110003/select using mapped role OK 3s 510ms

Generated by TestFlows Open-Source Test Framework v1.9.220810.1192506