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