-
Notifications
You must be signed in to change notification settings - Fork 28
feat: add docs for introspection auth bypass #166
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: add docs for introspection auth bypass #166
Conversation
SkArchon
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.
One comment
| <Warning> | ||
| This feature is meant to be used in secure, internal environments. It is not recommended for use in a production environment. | ||
| It is disabled by default. |
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 would say "Authentication is enabled by default", or something similar, "It is disabled by default" confused me for a second.
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.
Changed the wording. Is it better now?
Adds docs on how to work with the authentication bypass feature from this PR:
wundergraph/cosmo#2192