You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I thought it is required for all calls, if configured? Should swagger list the token as a top-level security element? If there are only few calls which do not require the token, it would still be easier to exempt those than to add the token to many calls individually.
The text was updated successfully, but these errors were encountered:
According to swagger.yaml, only
/api/kernelspecs
requires the auth token.https://github.com/rolweber/kernel_gateway/blob/e897143cb8ff84a9f52819005524f168675966cb/kernel_gateway/jupyter_websocket/swagger.yaml#L72
I thought it is required for all calls, if configured? Should swagger list the token as a top-level
security
element? If there are only few calls which do not require the token, it would still be easier to exempt those than to add the token to many calls individually.The text was updated successfully, but these errors were encountered: