-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: adding spicedb setup with docker and with kind #1
feat: adding spicedb setup with docker and with kind #1
Conversation
LGTM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have to be honest, I don't love the thousands of lines of kind config, but I will defer to others as to whether we want this.
restart: "always" | ||
ports: | ||
- "8000:8000" | ||
- "9000:9000" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYI, the liveness and readiness probes are expected on port 8000 in app-interface land, so at least one of these ports will have to change (pretty soon).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will planing to update post verify in the clowder environment
- "9090:9090" | ||
- "50051:50051" | ||
environment: | ||
- "SPICEDB_GRPC_PRESHARED_KEY=${SPICEDB_GRPC_PRESHARED_KEY}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we want to provide a bootstrap yaml?
e.g. SPICEDB_DATASTORE_BOOTSTRAP_FILES=/mnt/spicedb_bootstrap.yaml
(see https://github.com/merlante/inventory_access_poc/blob/main/docker-compose.yml)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't have a base sample schema; I skipped it. We can add it later if you'd like.
Add setup scripts for running spicedb locally with docker/docker-compose and setup for deploying to kind kubernetes cluster