-
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
@@ -213,8 +213,8 @@ and authorization in various languages. | |||||||||||||||||||||||||||||||
| Python | [Python Example] | [Python Documentation] | | ||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||
[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 | ||||||||||||||||||||||||||||||||
Comment on lines
+216
to
+217
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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
|
||||||||||||||||||||||||||||||||
[Java Example TLS]: https://github.com/grpc/grpc-java/tree/master/examples/example-tls | ||||||||||||||||||||||||||||||||
[Java Example ATLS]: https://github.com/grpc/grpc-java/tree/master/examples/example-alts | ||||||||||||||||||||||||||||||||
[Java Documentation]: https://github.com/grpc/grpc-java/tree/master/examples/example-tls#hello-world-example-with-tls | ||||||||||||||||||||||||||||||||
|
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.