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
## Summary
Add some additional cli options:
- `grpc-addr`: sets the gRPC address, defaults to `:5443`
- `services`: sets the services to run, defaults to `all`
- `databroker-cluster-node-id`: sets the databroker cluster node id,
defaults to unset
- `databroker-cluster-nodes`: a JSON array of cluster nodes, defaults to
nil
- `databroker-raft-bind-address`: the databroker raft bind address,
defaults to unset
- `databroker-service-urls`: the databroker service urls, defaults to
localhost, when set the outbound port is used to make the connection to
the databroker
And new CRD options:
- `databroker/clusterLeaderId`: sets the databroker cluster leader,
defaults to unset
These additional options should be backwards compatible and not change
any existing installation.
## Related issues
-
[ENG-2882](https://linear.app/pomerium/issue/ENG-2882/ingress-controller-add-clustered-databroker-configuration)
## Checklist
- [x] reference any related issues
- [ ] updated docs
- [x] updated unit tests
- [ ] updated UPGRADING.md
- [x] add appropriate tag (`improvement` / `bug` / etc)
- [x] ready for review
0 commit comments