mirror of
https://github.com/hexolan/panels.git
synced 2026-03-26 12:40:21 +00:00
Bumps the go_modules group with 1 update in the /services/gateway-service directory: [google.golang.org/grpc](https://github.com/grpc/grpc-go). Bumps the go_modules group with 1 update in the /services/panel-service directory: [google.golang.org/grpc](https://github.com/grpc/grpc-go). Bumps the go_modules group with 1 update in the /services/post-service directory: [google.golang.org/grpc](https://github.com/grpc/grpc-go). Updates `google.golang.org/grpc` from 1.57.1 to 1.79.3 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](https://github.com/grpc/grpc-go/compare/v1.57.1...v1.79.3) Updates `google.golang.org/grpc` from 1.57.1 to 1.79.3 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](https://github.com/grpc/grpc-go/compare/v1.57.1...v1.79.3) Updates `google.golang.org/grpc` from 1.57.1 to 1.79.3 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](https://github.com/grpc/grpc-go/compare/v1.57.1...v1.79.3) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-version: 1.79.3 dependency-type: direct:production dependency-group: go_modules - dependency-name: google.golang.org/grpc dependency-version: 1.79.3 dependency-type: direct:production dependency-group: go_modules - dependency-name: google.golang.org/grpc dependency-version: 1.79.3 dependency-type: direct:production dependency-group: go_modules ... Signed-off-by: dependabot[bot] <support@github.com>
Gateway Service
Configuration
Environment Variables
RPC Service Addresses:
PANEL_SVC_ADDR (Required)
- e.g. "panel-service:9090"
POST_SVC_ADDR (Required)
- e.g. "post-service:9090"
USER_SVC_ADDR (Required)
- e.g. "user-service:9090"
AUTH_SVC_ADDR (Required)
- e.g. "auth-service:9090"
COMMENT_SVC_ADDR (Required)
- e.g. "comment-service:9090"
Auth:
JWT_PUBLIC_KEY (Required)
- RSA Public Key encoded in base64 (used to verify JWT tokens created by the
auth-service)