Skip to content

Commit

Permalink
Allow tenant members (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
majst01 authored Apr 4, 2024
1 parent ee25d59 commit 9a6417a
Show file tree
Hide file tree
Showing 26 changed files with 1,958 additions and 169 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:3.19 as health-downloader
ENV GRPC_HEALTH_PROBE_VERSION=v0.4.19 \
ENV GRPC_HEALTH_PROBE_VERSION=v0.4.25 \
GRPC_HEALTH_PROBE_URL=https://github.com/grpc-ecosystem/grpc-health-probe/releases/download
RUN apk -U add curl \
&& curl -fLso /bin/grpc_health_probe \
Expand Down
2 changes: 1 addition & 1 deletion api/v1/common.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/v1/iam.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/v1/meta.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

217 changes: 217 additions & 0 deletions api/v1/mocks/TenantMemberServiceClient.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9a6417a

Please sign in to comment.