Add missing global 'security' declaration to openapi.proto#120
Conversation
|
Gonna have a look at this today. Thanks for putting it up! |
|
How does it differ from what's right above it? https://github.com/authzed/api/pull/120/files#diff-2c89108fef442d02f29499535203f20595b6fdd3cff830a5b3fd40e979eece0bR34-R41 |
|
Hmm... the thing I'm getting hung up on is that there's two |
|
No I think this is totally fine - even if not being really straight forward at fist. The official docs unfortunately use yaml for examples already. So you have essentially two elements:
In the Even if that looks unfamiliar, it is confirmed working. So you might want to take a look here: |
vroldanbet
left a comment
There was a problem hiding this comment.
Thanks for your contribution, I have two comments, otherwise LGTM
|
@tstirrat15 Could you also please review - I am not able to request that and it seems like a second review is required. |
|
Yep, this makes sense now. Thank you! |
|
Before I merge this I'm going to try pulling it into authzed-go as a SHA and see if the openapi definition makes sense. |
|
I checked this out and it looks good. I'm going to go ahead and merge this, and then I'll do the work to pull it into authzed-go. |

Fixes ApiKeyAuth method being used by clients generated via OpenAPI generator.
Original idea: authzed/authzed-go#255