Skip to content

Commit

Permalink
Make changes to openapi.proto
Browse files Browse the repository at this point in the history
  • Loading branch information
tstirrat15 committed Nov 12, 2024
1 parent 8a6892e commit 1c671df
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions authzed/api/v1/openapi.proto
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,14 @@ option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = {
type: TYPE_API_KEY;
in: IN_HEADER;
name: "Authorization";
description: "SpiceDB preshared-key, prefixed by Bearer: Bearer <preshared-key>";
}
}
}
security: {
security_requirement: {
key: "ApiKeyAuth"
}
}
};

0 comments on commit 1c671df

Please sign in to comment.