feat(client): reloadAuth() wrapper
Some checks failed
Security / Security check (push) Failing after 1s
Some checks failed
Security / Security check (push) Failing after 1s
Studio + pilot apps can now trigger a hub-side TokenStore swap without restarting the daemon: await client.reloadAuth(); // returns new token count Throws when the new config is invalid; the existing store stays in place server-side so a botched rotation can't lock the operator out. Bindings regenerated for the new HubAdmin.ReloadAuth + ReloadAuthResponse + LoggedEvent .caller_name proto additions. dart analyze clean; dart test green (4 tests). Signed-off-by: flemming-it <stefan.a.flemming@googlemail.com>
This commit is contained in:
parent
023adcec31
commit
db13bdb4a7
5 changed files with 137 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
name: fai_client_sdk
|
||||
description: gRPC client SDK for the F∆I Platform hub. Used by F∆I Studio and Tier-3 domain apps.
|
||||
version: 0.17.0
|
||||
version: 0.17.1
|
||||
publish_to: 'none'
|
||||
repository: https://git.flemming.ai/fai/client-sdk-dart
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue