We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 910a15d commit d145b9eCopy full SHA for d145b9e
modules/openapi-generator/src/test/resources/3_0/typescript-axios/with-aws-iam.yaml
@@ -4,6 +4,7 @@ info:
4
version: 1.0.0
5
description: Test API for AWS IAM authentication detection
6
servers:
7
+ # Pattern 3 Check for AWS API Gateway URL patterns in servers
8
- url: https://abc123.execute-api.us-east-1.amazonaws.com/prod
9
security:
10
- iam: []
@@ -61,10 +62,12 @@ paths:
61
62
format: int32
63
components:
64
securitySchemes:
65
+ # Pattern 2: Check for common AWS V4 signature scheme names
66
iam:
67
type: apiKey
68
name: Authorization
69
in: header
70
+ # Pattern 1: Check for AWS-specific extension
71
x-amazon-apigateway-authtype: awsSigv4
72
schemas:
73
Pet:
0 commit comments