You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
KC-1368: Add gchat-app-setup for Google Chat integration (#2252)
* Add gchat-app-setup for Google Chat Service Mode integration.
Collect and store Google Chat/Pub/Sub credentials in a vault record and generate docker-compose, matching the Slack/Teams setup flow.
* Require a file path for Google Chat service account JSON.
Drop unreliable inline JSON paste at the gchat-app-setup prompt; service account keys are too large for single-line terminal input.
* updated to latest annotations
* addressed review comments
* Validate GChat project ID against Pub/Sub paths and the service account.
Reject full resource names whose project differs from GOOGLE_PROJECT_ID, require confirmation when the project override disagrees with the SA JSON, and drop unused _is_valid_subscription_id.
0 commit comments