-
Notifications
You must be signed in to change notification settings - Fork 447
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
Update auth.md #1355
base: main
Are you sure you want to change the base?
Update auth.md #1355
Conversation
The committers listed above are authorized under a signed CLA. |
@arjan-bal, can you review since this is for Go? |
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.
There are separate tables for OAuth and TLS examples, and links for Go seem to be correct in both. I don't think any changes are required here.
[Go Example]: https://github.com/grpc/grpc-go/tree/master/examples/features/encryption | ||
[Go Documentation]: https://github.com/grpc/grpc-go/tree/master/examples/features/encryption#encryption | ||
[Go Example]: https://github.com/grpc/grpc-go/tree/master/examples/features/authentication | ||
[Go Documentation]: https://github.com/grpc/grpc-go/tree/master/examples/features/authentication#encryption |
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.
Since there is no #encryption
section on the page, this link seems broken.
[Go Example]: https://github.com/grpc/grpc-go/tree/master/examples/features/authentication | ||
[Go Documentation]: https://github.com/grpc/grpc-go/tree/master/examples/features/authentication#encryption |
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 table is for language specific TLS examples. So the Go links seems to correctly point to the encryption directory. The table just below this is for OAuth examples, in which the Go row points to the links you've added in this PR.
grpc.io/content/en/docs/guides/auth.md
Lines 224 to 238 in f4a96fb
### Language guides and examples for OAuth token-based authentication | |
The following table links to examples demonstrating OAuth token-based | |
authentication and authorization in various languages. | |
| Language | Example | Documentation | | |
|----------|-------------------------------------------|-------------------------------| | |
| C++ | N/A | N/A | | |
| Go | [Go OAuth Example] | [Go OAuth Documentation] | | |
| Java | [Java OAuth Example] | [Java OAuth Documentation] | | |
| Python | [Python OAuth Example] | [Python OAuth Documentation] | | |
[Go OAuth Example]: https://github.com/grpc/grpc-go/tree/master/examples/features/authentication#authentication | |
[Go OAuth Documentation]: https://github.com/grpc/grpc-go/tree/master/examples/features/authentication#oauth2 |
No description provided.