feat: add GetTenantConfig and UpdateTenantConfig RPCs for tenant-specific configuration - #124
Conversation
…ific configuration Signed-off-by: Pawel Szelag <pablo.szel@gmail.com>
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
The latest Buf updates on your PR. Results from workflow Buf CI / buf (pull_request).
|
| ACTION_BLOCK_TENANT = 2; | ||
| ACTION_UNBLOCK_TENANT = 3; | ||
| ACTION_TERMINATE_TENANT = 4; | ||
| ACTION_UPDATE_TENANT_CONFIG = 5; |
There was a problem hiding this comment.
What is this needed for? Where do we use the ACTION enum?
There was a problem hiding this comment.
It's there to be used as a Orbital job type key by Registry
Adds tenant-specific configuration support
TenantConfigurationmessage withoptional int32 system_limitGetTenantConfigandUpdateTenantConfigRPCs on the tenantServiceUpdateTenantConfigRequestusesgoogle.protobuf.FieldMaskfor partial updates and field clearingACTION_UPDATE_TENANT_CONFIGadded to theACTIONenum