-
Notifications
You must be signed in to change notification settings - Fork 44
chore: move zanzibar faqs to zanzibar page #404
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
| ### What is Google Zanzibar? | ||
|
|
||
| Google Zanzibar is a revolutionary authorization system developed by Google to handle the massive scale and complexity of their services. | ||
| It's designed to provide consistent, secure, and reliable authorization decisions across Google's vast network of applications and users. | ||
| Google published a paper (check out our [annotated copy](https://zanzibar.tech/)) describing the concepts behind its design and implementation. | ||
|
|
||
| You may recognize the system if you’ve ever shared access with another user to a Google product like Google Docs or Gmail. |
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.
this FAQ here made no sense to me 😆
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.
Check with Sam on this one - I know we've put things into both readmes and docs that are essentially just SEO fodder. I'm not a huge fan of including the content if it's not useful to users, though, so I'd support removing it.
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.
but this page zanzibar.mdx is about zanzibar. why would we have a section called "what is zanzibar?" at the bottom? it makes us look like we don't know how to write docs
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.
This was previously the hub for our Zanzibar commentary but we have a better page for that now
|
|
||
| ```sh | ||
| docker run --rm -p 50051:50051 -p 8443:8443 authzed/spicedb serve --http-enabled --grpc-preshared-key <preshared key> | ||
| docker run --rm -p 50051:50051 -p 8443:8443 authzed/spicedb serve --http-enabled --grpc-preshared-key foobar |
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.
all code snippets should work if you copy-paste them
tstirrat15
left a comment
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.
See comment
| ### What is Google Zanzibar? | ||
|
|
||
| Google Zanzibar is a revolutionary authorization system developed by Google to handle the massive scale and complexity of their services. | ||
| It's designed to provide consistent, secure, and reliable authorization decisions across Google's vast network of applications and users. | ||
| Google published a paper (check out our [annotated copy](https://zanzibar.tech/)) describing the concepts behind its design and implementation. | ||
|
|
||
| You may recognize the system if you’ve ever shared access with another user to a Google product like Google Docs or Gmail. |
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.
Check with Sam on this one - I know we've put things into both readmes and docs that are essentially just SEO fodder. I'm not a huge fan of including the content if it's not useful to users, though, so I'd support removing it.
| ### What is Google Zanzibar? | ||
|
|
||
| Google Zanzibar is a revolutionary authorization system developed by Google to handle the massive scale and complexity of their services. | ||
| It's designed to provide consistent, secure, and reliable authorization decisions across Google's vast network of applications and users. | ||
| Google published a paper (check out our [annotated copy](https://zanzibar.tech/)) describing the concepts behind its design and implementation. | ||
|
|
||
| You may recognize the system if you’ve ever shared access with another user to a Google product like Google Docs or Gmail. |
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.
This was previously the hub for our Zanzibar commentary but we have a better page for that now
I didn't understand why we had a FAQ section talking about zanzibar when we have a literal page dedicated to the topic.