fix typo in keycloak ssh key count debug message
All checks were successful
Build Container / Build Container (push) Successful in 1m40s
All checks were successful
Build Container / Build Container (push) Successful in 1m40s
This commit is contained in:
parent
ba404112d7
commit
f904aa2831
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ class KeycloakClient:
|
|||
async with self.http.get(f"./attribute-endpoints-provider/export/{self.keycloak_attribute_group}") as resp:
|
||||
keys = await resp.json()
|
||||
assert isinstance(keys, list)
|
||||
logger.info(f"Successfully fetched {len(keys)} from Keycloak")
|
||||
logger.info(f"Successfully fetched {len(keys)} ssh keys from Keycloak")
|
||||
self.ssh_keys = keys
|
||||
self.data_updated.set()
|
||||
self.data_updated.clear()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue