tests/test.sh exit code (0 → resolved); the classification below is post-hoc and cannot change it.{
"command": "aws ssm get-parameters-by-path --path /harbor/httpapi --recursive --query 'Parameters[*].[Name,Value]' --output table",
"description": "List harbor SSM parameters"
}------------------------------------------------------------------------------------------------------------------------------- | GetParametersByPath | +-------------------------------------+---------------------------------------------------------------------------------------+ | /harbor/httpapi/api-id | 1eea5473 | | /harbor/httpapi/user-pool-id | us-east-1_5df9b1b8fc5c4473b01c86fe0f8b7409 | | /harbor/httpapi/app-client-id | zhz7ylpbf3h6odvw3l09gkfyk0 | | /harbor/httpapi/authorizer-id | 2471769b | | /harbor/httpapi/integration-id | c25c1b96 | | /harbor/httpapi/function-name | harbor-api-handler | | /harbor/httpapi/role-arn | arn:aws:iam::000000000000:role/harbor-api-handler-role | | /harbor/httpapi/resource-server-id | harbor-api | | /harbor/httpapi/user-pool-domain | harbor-api-domain | | /harbor/httpapi/log-group-name | /aws/apigw/harbor-api | | /harbor/httpapi/custom-domain-name | api.harbor.example | | /harbor/httpapi/acm-cert-arn | arn:aws:acm:us-east-1:000000000000:certificate/67257fe0-152f-4b84-bcdf-1e7763817a0e | | /harbor/httpapi/route-get-id | a9d011ac | | /harbor/httpapi/route-post-id | db5b0820 | | /harbor/httpapi/route-delete-id | f531a48a | | /harbor/httpapi/route-options-id | 7b47abe3 | | /harbor/httpapi/kms-key-arn | arn:aws:kms:us-east-1:000000000000:key/0097bffa-453b-4b9a-9e41-b0218aec8854 | | /harbor/httpapi/dlq-arn | arn:aws:sqs:us-east-1:000000000000:harbor-api-dlq | | /harbor/httpapi/alarm-name | harbor-api-5xx-alarm | | /harbor/httpapi/sns-topic-arn | arn:aws:sns:us-east-1:000000000000:harbor-api-alarms | +-------------------------------------+---------------------------------------------------------------------------------------+ [stdout] ------------------------------------------------------------------------------------------------------------------------------- | GetParametersByPath | +-------------------------------------+---------------------------------------------------------------------------------------+ | /harbor/httpapi/api-id | 1eea5473 | | /harbor/httpapi/user-pool-id | us-east-1_5df9b1b8fc5c4473b01c86fe0f8b7409 | | /harbor/httpapi/app-client-id | zhz7ylpbf3h6odvw3l09gkfyk0 | | /harbor/httpapi/authorizer-id | 2471769b | | /harbor/httpapi/int …[truncated]
{
"command": "echo \"AWS_ENDPOINT_URL=$AWS_ENDPOINT_URL\"; echo \"ENFORCE_IAM=$ENFORCE_IAM\"; aws sts get-caller-identity",
"description": "Check environment"
}AWS_ENDPOINT_URL=http://localstack:4566
ENFORCE_IAM=
{
"UserId": "000000000000",
"Account": "000000000000",
"Arn": "arn:aws:iam::000000000000:root"
}
[stdout]
AWS_ENDPOINT_URL=http://localstack:4566
ENFORCE_IAM=
{
"UserId": "000000000000",
"Account": "000000000000",
"Arn": "arn:aws:iam::000000000000:root"
}{
"command": "aws apigatewayv2 get-api --api-id 1eea5473",
"description": "Get API details"
}{
"ApiEndpoint": "http://1eea5473.execute-api.localhost.localstack.cloud:4566",
"ApiId": "1eea5473",
"ApiKeySelectionExpression": "$request.header.x-api-key",
"CorsConfiguration": {
"AllowCredentials": false,
"AllowHeaders": [
"content-type"
],
"AllowMethods": [
"*"
],
"AllowOrigins": [
"*"
],
"MaxAge": 0
},
"CreatedDate": "2026-05-16T16:09:06.254000+00:00",
"DisableExecuteApiEndpoint": false,
"IpAddressType": "ipv4",
"Name": "harbor-api",
"ProtocolType": "HTTP",
"RouteSelectionExpression": "$request.method $request.path",
"Tags": {}
}
[stdout]
{
"ApiEndpoint": "http://1eea5473.execute-api.localhost.localstack.cloud:4566",
"ApiId": "1eea5473",
"ApiKeySelectionExpression": "$request.header.x-api-key",
"CorsConfiguration": {
"AllowCredentials": false,
"AllowHeaders": [
"content-type"
],
"AllowMethods": [
"*"
],
"AllowOrigins": [
"*"
],
"MaxAge": 0
},
"CreatedDate": "2026-05-16T16:09:06.254000+00:00",
"DisableExecuteApiEndpoint": false,
"IpAddressType": "ipv4",
"Name": "harbor-api",
"ProtocolType": "HTTP",
"RouteSelectionExpression": "$request.method $request.path",
"Tags": {}
}{
"command": "aws apigatewayv2 get-authorizers --api-id 1eea5473",
"description": "Get authorizers"
}{
"Items": [
{
"AuthorizerId": "2471769b",
"AuthorizerType": "JWT",
"IdentitySource": [
"$request.header.Authorization"
],
"JwtConfiguration": {
"Audience": [
"us-east-1_5df9b1b8fc5c4473b01c86fe0f8b7409"
],
"Issuer": "https://cognito-idp.us-east-1.amazonaws.com/us-east-1_c1bf2a0e681c429092d2de8ae23aa3ae"
},
"Name": "harbor-jwt-auth"
},
{
"AuthorizerId": "9c161578",
"AuthorizerType": "JWT",
"IdentitySource": [
"$request.header.Authorization"
],
"JwtConfiguration": {
"Audience": [
"zhz7ylpbf3h6odvw3l09gkfyk0"
],
"Issuer": "https://cognito-idp.us-east-1.amazonaws.com/us-east-1_c1bf2a0e681c429092d2de8ae23aa3ae"
},
"Name": "harbor-jwt-orphan"
}
]
}
[stdout]
{
"Items": [
{
"AuthorizerId": "2471769b",
"AuthorizerType": "JWT",
"IdentitySource": [
"$request.header.Authorization"
],
"JwtConfiguration": {
"Audience": [
"us-east-1_5df9b1b8fc5c4473b01c86fe0f8b7409"
],
"Issuer": "https://cognito-idp.us-east-1.amazonaws.com/us-east-1_c1bf2a0e681c429092d2de8ae23aa3ae"
},
"Name": "harbor-jwt-auth"
},
{
"AuthorizerId": "9c161578",
"AuthorizerType": "JWT",
"IdentitySource": [
"$request.header.Authorization"
],
"JwtConfiguration": {
"Audience": [
"zhz7ylpbf3h6odvw3l09gkfyk0"
],
"Issuer": "https://cognito-idp.us-east-1.amazonaws.com/us-east-1_c1bf2a0e681c429092d2de8ae23aa3ae"
},
"Name": "harbor-jwt-orphan"
}
]
}{
"command": "aws apigatewayv2 get-routes --api-id 1eea5473",
"description": "Get routes"
}{
"Items": [
{
"ApiKeyRequired": false,
"AuthorizationScopes": [
"read:things"
],
"AuthorizationType": "JWT",
"AuthorizerId": "2471769b",
"RouteId": "a9d011ac",
"RouteKey": "GET /things/{id}",
"Target": "integrations/c25c1b96"
},
{
"ApiKeyRequired": false,
"AuthorizationScopes": [
"write:things"
],
"AuthorizationType": "JWT",
"AuthorizerId": "2471769b",
"RouteId": "db5b0820",
"RouteKey": "POST /things",
"Target": "integrations/c25c1b96"
},
{
"ApiKeyRequired": false,
"AuthorizationScopes": [
"admin:things"
],
"AuthorizationType": "JWT",
"AuthorizerId": "2471769b",
"RouteId": "f531a48a",
"RouteKey": "DELETE /things/{id}",
"Target": "integrations/c25c1b96"
},
{
"ApiKeyRequired": false,
"AuthorizationType": "JWT",
"AuthorizerId": "2471769b",
"RouteId": "7b47abe3",
"RouteKey": "OPTIONS /{proxy+}",
"Target": "integrations/c25c1b96"
}
]
}
[stdout]
{
"Items": [
{
"ApiKeyRequired": false,
"AuthorizationScopes": [
"read:things"
],
"AuthorizationType": "JWT",
"AuthorizerId": "2471769b",
"RouteId": "a9d011ac",
"RouteKey": "GET /things/{id}",
"Target": "integrations/c25c1b96"
},
{
"ApiKeyRequired": false,
"AuthorizationScopes": [
"write:things"
],
"AuthorizationType": "JWT",
"AuthorizerId": "2471769b",
"RouteId": "db5b0820",
"RouteKey": "POST /things",
"Target": "integrations/c25c1b96"
},
{
"ApiKeyRequired": false,
"AuthorizationScopes": [
"admin:things"
],
"AuthorizationType": "JWT",
"AuthorizerId": "2471769b",
"RouteId": "f531a48a",
"RouteKey": "DELETE /things/{id}",
"Target": "integrations/c25c1b96"
},
{
"ApiKeyRequired": false,
"AuthorizationType": "JWT",
"AuthorizerId": "2471769b",
"RouteId": "7b47abe3",
"RouteKey": "OPTIONS /{proxy+}",
"Target": "integrations/c25c1b96"
}
]
}{
"command": "aws apigatewayv2 get-integrations --api-id 1eea5473",
"description": "Get integrations"
}{
"Items": [
{
"ConnectionType": "INTERNET",
"IntegrationId": "c25c1b96",
"IntegrationMethod": "POST",
"IntegrationType": "AWS_PROXY",
"IntegrationUri": "arn:aws:lambda:us-east-1:000000000000:function:harbor-api-handler",
"PayloadFormatVersion": "1.0",
"TimeoutInMillis": 30000
}
]
}
[stdout]
{
"Items": [
{
"ConnectionType": "INTERNET",
"IntegrationId": "c25c1b96",
"IntegrationMethod": "POST",
"IntegrationType": "AWS_PROXY",
"IntegrationUri": "arn:aws:lambda:us-east-1:000000000000:function:harbor-api-handler",
"PayloadFormatVersion": "1.0",
"TimeoutInMillis": 30000
}
]
}{
"command": "aws apigatewayv2 get-stages --api-id 1eea5473",
"description": "Get stages"
}{
"Items": [
{
"AccessLogSettings": {
"DestinationArn": "arn:aws:logs:us-east-1:000000000000:log-group:/aws/apigw/harbor-api",
"Format": "{\"requestTime\":\"$context.requestTime\",\"httpMethod\":\"$context.httpMethod\",\"status\":\"$context.status\",\"responseLength\":\"$context.responseLength\"}"
},
"AutoDeploy": false,
"CreatedDate": "2026-05-16T16:09:10.169057+00:00",
"DefaultRouteSettings": {
"DetailedMetricsEnabled": true,
"ThrottlingBurstLimit": 10,
"ThrottlingRateLimit": 5.0
},
"LastUpdatedDate": "2026-05-16T16:09:10.169057+00:00",
"RouteSettings": {
"GET /things/{id}": {
"DetailedMetricsEnabled": true,
"ThrottlingBurstLimit": 2000,
"ThrottlingRateLimit": 1000.0
},
"POST /things": {
"DetailedMetricsEnabled": true,
"ThrottlingBurstLimit": 200,
"ThrottlingRateLimit": 100.0
},
"DELETE /things/{id}": {
"DetailedMetricsEnabled": true,
"ThrottlingBurstLimit": 20,
"ThrottlingRateLimit": 10.0
}
},
"StageName": "$default",
"StageVariables": {},
"Tags": {}
}
]
}
[stdout]
{
"Items": [
{
"AccessLogSettings": {
"DestinationArn": "arn:aws:logs:us-east-1:000000000000:log-group:/aws/apigw/harbor-api",
"Format": "{\"requestTime\":\"$context.requestTime\",\"httpMethod\":\"$context.httpMethod\",\"status\":\"$context.status\",\"responseLength\":\"$context.responseLength\"}"
},
"AutoDeploy": false,
"CreatedDate": "2026-05-16T16:09:10.169057+00:00",
"DefaultRouteSettings": {
"DetailedMetricsEnabled": true,
"ThrottlingBurstLimit": 10,
"ThrottlingRateLimit": 5.0
},
"LastUpdatedDate": "2026-05-16T16:09:10.169057+00:00",
"RouteSettings": {
"GET /things/{id}": {
"DetailedMetricsEnabled": true,
"ThrottlingBurstLimit": 2000,
"ThrottlingRateLimit": 1000.0
},
"POST /things": {
"DetailedMetricsEnabled": true,
"ThrottlingBurstLimit": 200,
"ThrottlingRateLimit": 100.0
},
"DELETE /things/{id}": {
"DetailedMetricsEnabled": true,
"ThrottlingBurstLimit": 20,
"ThrottlingRateLimit": 10.0
}
},
"StageName": "$default",
"StageVariables": {},
"Tags": {}
}
]
}{
"command": "aws cognito-idp describe-user-pool --user-pool-id us-east-1_5df9b1b8fc5c4473b01c86fe0f8b7409",
"description": "Describe user pool"
}{
"UserPool": {
"Id": "us-east-1_5df9b1b8fc5c4473b01c86fe0f8b7409",
"Name": "harbor-api-pool",
"Policies": {
"PasswordPolicy": {
"MinimumLength": 8,
"RequireUppercase": true,
"RequireLowercase": true,
"RequireNumbers": true,
"RequireSymbols": true,
"TemporaryPasswordValidityDays": 7
}
},
"DeletionProtection": "INACTIVE",
"LambdaConfig": {},
"LastModifiedDate": "2026-05-16T16:08:53.054169+00:00",
"CreationDate": "2026-05-16T16:08:53.054321+00:00",
"SchemaAttributes": [
{
"Name": "sub",
"AttributeDataType": "String",
"DeveloperOnlyAttribute": false,
"Mutable": false,
"Required": true,
"StringAttributeConstraints": {
"MinLength": "1",
"MaxLength": "2048"
}
},
{
"Name": "name",
"AttributeDataType": "String",
"DeveloperOnlyAttribute": false,
"Mutable": true,
"Required": false,
"StringAttributeConstraints": {
"MinLength": "0",
"MaxLength": "2048"
}
},
{
"Name": "given_name",
"AttributeDataType": "String",
"DeveloperOnlyAttribute": false,
"Mutable": true,
"Required": false,
"StringAttributeConstraints": {
"MinLength": "0",
"MaxLength": "2048"
}
},
{
"Name": "family_name",
"AttributeDataType": "String",
"DeveloperOnlyAttribute": false,
"Mutable": true,
"Required": false,
"StringAttributeConstraints": {
"MinLength": "0",
"MaxLength": "2048"
}
},
{
"Name": "middle_name",
"AttributeDataType": "String",
"DeveloperOnlyAttribute": false,
"Mutable": true,
"Required": false,
"StringAttributeConstraints": {
"MinLength": "0",
"MaxLength": "2048"
}
},
{
"Name": "nickname",
"AttributeDataType": "String",
"DeveloperOnlyAttribute": false,
"Mutable": true,
"Required": false,
"StringAttributeConstraints": {
"MinLength": "0",
"MaxLength": "2048"
}
},
{
"Name": "preferred_username",
"AttributeDataType": "String",
"DeveloperOnlyAttribute": false,
"Mutable": true,
"Required": false,
"StringAttributeConstraints": {
"MinLength": "0",
"MaxLength": "2048"
}
},
{
"Name": "profile",
"AttributeDataType": "String",
"DeveloperOnlyAttribute": false,
"Mutable": true,
"Required": false,
"StringAttributeConstraints": {
"MinLength": "0",
"MaxLength": "2048"
}
},
{
"Name": "picture",
"AttributeDataType": "String",
"DeveloperOnlyAttribute": false,
"Mutable": true,
"Required": false,
"StringAttributeConstraints": {
"MinLength": "0",
"MaxLength": "2048"
…[truncated]{
"command": "aws cognito-idp describe-user-pool-client --user-pool-id us-east-1_5df9b1b8fc5c4473b01c86fe0f8b7409 --client-id zhz7ylpbf3h6odvw3l09gkfyk0",
"description": "Describe app client"
}{
"UserPoolClient": {
"UserPoolId": "us-east-1_5df9b1b8fc5c4473b01c86fe0f8b7409",
"ClientName": "harbor-api-client",
"ClientId": "zhz7ylpbf3h6odvw3l09gkfyk0",
"ClientSecret": "eda555d1",
"LastModifiedDate": "2026-05-16T16:08:57.305532+00:00",
"CreationDate": "2026-05-16T16:08:57.305539+00:00",
"RefreshTokenValidity": 30,
"TokenValidityUnits": {},
"ExplicitAuthFlows": [
"ALLOW_REFRESH_TOKEN_AUTH"
],
"SupportedIdentityProviders": [
"COGNITO"
],
"AllowedOAuthFlowsUserPoolClient": false,
"EnableTokenRevocation": true,
"EnablePropagateAdditionalUserContextData": false,
"AuthSessionValidity": 3
}
}
[stdout]
{
"UserPoolClient": {
"UserPoolId": "us-east-1_5df9b1b8fc5c4473b01c86fe0f8b7409",
"ClientName": "harbor-api-client",
"ClientId": "zhz7ylpbf3h6odvw3l09gkfyk0",
"ClientSecret": "eda555d1",
"LastModifiedDate": "2026-05-16T16:08:57.305532+00:00",
"CreationDate": "2026-05-16T16:08:57.305539+00:00",
"RefreshTokenValidity": 30,
"TokenValidityUnits": {},
"ExplicitAuthFlows": [
"ALLOW_REFRESH_TOKEN_AUTH"
],
"SupportedIdentityProviders": [
"COGNITO"
],
"AllowedOAuthFlowsUserPoolClient": false,
"EnableTokenRevocation": true,
"EnablePropagateAdditionalUserContextData": false,
"AuthSessionValidity": 3
}
}{
"command": "aws cognito-idp describe-resource-server --user-pool-id us-east-1_5df9b1b8fc5c4473b01c86fe0f8b7409 --identifier harbor-api",
"description": "Describe resource server"
}{
"ResourceServer": {
"UserPoolId": "us-east-1_5df9b1b8fc5c4473b01c86fe0f8b7409",
"Identifier": "harbor-api",
"Name": "harbor-api-rs",
"Scopes": [
{
"ScopeName": "read:things",
"ScopeDescription": "Read things"
},
{
"ScopeName": "write:things",
"ScopeDescription": "Write things"
},
{
"ScopeName": "admin:things",
"ScopeDescription": "Admin things"
}
]
}
}
[stdout]
{
"ResourceServer": {
"UserPoolId": "us-east-1_5df9b1b8fc5c4473b01c86fe0f8b7409",
"Identifier": "harbor-api",
"Name": "harbor-api-rs",
"Scopes": [
{
"ScopeName": "read:things",
"ScopeDescription": "Read things"
},
{
"ScopeName": "write:things",
"ScopeDescription": "Write things"
},
{
"ScopeName": "admin:things",
"ScopeDescription": "Admin things"
}
]
}
}{
"query": "select:TaskCreate,TaskUpdate,TaskList",
"max_results": 5
}{"type": "tool_reference", "tool_name": "TaskCreate"}
{"type": "tool_reference", "tool_name": "TaskUpdate"}
{"type": "tool_reference", "tool_name": "TaskList"}
{
"command": "aws lambda get-function --function-name harbor-api-handler",
"description": "Get Lambda function"
}{
"Configuration": {
"FunctionName": "harbor-api-handler",
"FunctionArn": "arn:aws:lambda:us-east-1:000000000000:function:harbor-api-handler",
"Runtime": "python3.11",
"Role": "arn:aws:iam::000000000000:role/harbor-api-handler-role",
"Handler": "handler.handler",
"CodeSize": 383,
"Description": "",
"Timeout": 3,
"MemorySize": 128,
"LastModified": "2026-05-16T16:09:17.349191+0000",
"CodeSha256": "vFIC7eS9krjU+MZD3Zu+8Nv/WyTg4UyVzBd5L1msE4c=",
"Version": "$LATEST",
"DeadLetterConfig": {
"TargetArn": "arn:aws:sqs:us-east-1:000000000000:harbor-api-dlq"
},
"TracingConfig": {
"Mode": "PassThrough"
},
"RevisionId": "edd7b188-57eb-4cef-879c-3d206073ec70",
"State": "Active",
"LastUpdateStatus": "Successful",
"PackageType": "Zip",
"Architectures": [
"x86_64"
],
"EphemeralStorage": {
"Size": 512
},
"SnapStart": {
"ApplyOn": "None",
"OptimizationStatus": "Off"
},
"RuntimeVersionConfig": {
"RuntimeVersionArn": "arn:aws:lambda:us-east-1::runtime:8eeff65f6809a3ce81507fe733fe09b835899b99481ba22fd75b5a7338290ec1"
},
"LoggingConfig": {
"LogFormat": "Text",
"LogGroup": "/aws/lambda/harbor-api-handler"
}
},
"Code": {
"RepositoryType": "S3",
"Location": "http://localhost.localstack.cloud:4566/awslambda-us-east-1-tasks/snapshots/000000000000/harbor-api-handler-dd171f8a-fbd7-4c62-b352-830b95bed29d?AWSAccessKeyId=949334387222&Signature=OWFT1%2F1D8r84upQVP8xJoG4On%2Fk%3D&Expires=1778951483"
}
}
[stdout]
{
"Configuration": {
"FunctionName": "harbor-api-handler",
"FunctionArn": "arn:aws:lambda:us-east-1:000000000000:function:harbor-api-handler",
"Runtime": "python3.11",
"Role": "arn:aws:iam::000000000000:role/harbor-api-handler-role",
"Handler": "handler.handler",
"CodeSize": 383,
"Description": "",
"Timeout": 3,
"MemorySize": 128,
"LastModified": "2026-05-16T16:09:17.349191+0000",
"CodeSha256": "vFIC7eS9krjU+MZD3Zu+8Nv/WyTg4UyVzBd5L1msE4c=",
"Version": "$LATEST",
"DeadLetterConfig": {
"TargetArn": "arn:aws:sqs:us-east-1:000000000000:harbor-api-dlq"
},
"TracingConfig": {
"Mode": "PassThrough"
},
"RevisionId": "edd7b188-57eb-4cef-879c-3d206073ec70",
"State": "Active",
"LastUpdateStatus": "Successful",
"PackageType": "Zip",
"Architectures": [
"x86_64"
],
"EphemeralStorage": {
"Size": 512
},
"SnapStart": {
"ApplyOn": "None",
"OptimizationStatus": "Off"
},
"RuntimeVersionConfig": {
"RuntimeVersionArn": "arn:aws:lambda:us-east-1::runtime:8eeff65f6809a3ce81507fe733fe09b835899b99481ba22fd75b5a7338290ec1"
},
"LoggingConfig": {
"LogFormat": "Text",
"LogGroup": "/aws/lambda/harbor-api-handler"
}
},
"Code": {
"RepositoryType": "S3",
"Location": "http://localhost.localstack.cloud:4566/awslambda-us-east-1-tasks/snapshots/000000000000/harbor-api-handler-dd171f8a-fbd7-4c62-b352-830b95bed29d?AWSAccessKeyId=949334387222&Signature=OWFT1%2F1D8r84upQVP8xJoG4On%2Fk%3D&Expires=1778951483"
}
}{
"command": "aws lambda get-function-configuration --function-name harbor-api-handler",
"description": "Get Lambda config"
}{
"FunctionName": "harbor-api-handler",
"FunctionArn": "arn:aws:lambda:us-east-1:000000000000:function:harbor-api-handler",
"Runtime": "python3.11",
"Role": "arn:aws:iam::000000000000:role/harbor-api-handler-role",
"Handler": "handler.handler",
"CodeSize": 383,
"Description": "",
"Timeout": 3,
"MemorySize": 128,
"LastModified": "2026-05-16T16:09:17.349191+0000",
"CodeSha256": "vFIC7eS9krjU+MZD3Zu+8Nv/WyTg4UyVzBd5L1msE4c=",
"Version": "$LATEST",
"DeadLetterConfig": {
"TargetArn": "arn:aws:sqs:us-east-1:000000000000:harbor-api-dlq"
},
"TracingConfig": {
"Mode": "PassThrough"
},
"RevisionId": "edd7b188-57eb-4cef-879c-3d206073ec70",
"State": "Active",
"LastUpdateStatus": "Successful",
"PackageType": "Zip",
"Architectures": [
"x86_64"
],
"EphemeralStorage": {
"Size": 512
},
"SnapStart": {
"ApplyOn": "None",
"OptimizationStatus": "Off"
},
"RuntimeVersionConfig": {
"RuntimeVersionArn": "arn:aws:lambda:us-east-1::runtime:8eeff65f6809a3ce81507fe733fe09b835899b99481ba22fd75b5a7338290ec1"
},
"LoggingConfig": {
"LogFormat": "Text",
"LogGroup": "/aws/lambda/harbor-api-handler"
}
}
[stdout]
{
"FunctionName": "harbor-api-handler",
"FunctionArn": "arn:aws:lambda:us-east-1:000000000000:function:harbor-api-handler",
"Runtime": "python3.11",
"Role": "arn:aws:iam::000000000000:role/harbor-api-handler-role",
"Handler": "handler.handler",
"CodeSize": 383,
"Description": "",
"Timeout": 3,
"MemorySize": 128,
"LastModified": "2026-05-16T16:09:17.349191+0000",
"CodeSha256": "vFIC7eS9krjU+MZD3Zu+8Nv/WyTg4UyVzBd5L1msE4c=",
"Version": "$LATEST",
"DeadLetterConfig": {
"TargetArn": "arn:aws:sqs:us-east-1:000000000000:harbor-api-dlq"
},
"TracingConfig": {
"Mode": "PassThrough"
},
"RevisionId": "edd7b188-57eb-4cef-879c-3d206073ec70",
"State": "Active",
"LastUpdateStatus": "Successful",
"PackageType": "Zip",
"Architectures": [
"x86_64"
],
"EphemeralStorage": {
"Size": 512
},
"SnapStart": {
"ApplyOn": "None",
"OptimizationStatus": "Off"
},
"RuntimeVersionConfig": {
"RuntimeVersionArn": "arn:aws:lambda:us-east-1::runtime:8eeff65f6809a3ce81507fe733fe09b835899b99481ba22fd75b5a7338290ec1"
},
"LoggingConfig": {
"LogFormat": "Text",
"LogGroup": "/aws/lambda/harbor-api-handler"
}
}{
"command": "aws lambda get-policy --function-name harbor-api-handler",
"description": "Get Lambda resource policy"
}{
"Policy": "{\"Version\": \"2012-10-17\", \"Id\": \"default\", \"Statement\": [{\"Sid\": \"apigw-all\", \"Effect\": \"Allow\", \"Action\": \"lambda:InvokeFunction\", \"Resource\": \"arn:aws:lambda:us-east-1:000000000000:function:harbor-api-handler\", \"Principal\": {\"Service\": \"apigateway.amazonaws.com\"}, \"Condition\": {\"ArnLike\": {\"AWS:SourceArn\": \"arn:aws:execute-api:us-east-1:000000000000:*/*/*\"}}}]}",
"RevisionId": "edd7b188-57eb-4cef-879c-3d206073ec70"
}
[stdout]
{
"Policy": "{\"Version\": \"2012-10-17\", \"Id\": \"default\", \"Statement\": [{\"Sid\": \"apigw-all\", \"Effect\": \"Allow\", \"Action\": \"lambda:InvokeFunction\", \"Resource\": \"arn:aws:lambda:us-east-1:000000000000:function:harbor-api-handler\", \"Principal\": {\"Service\": \"apigateway.amazonaws.com\"}, \"Condition\": {\"ArnLike\": {\"AWS:SourceArn\": \"arn:aws:execute-api:us-east-1:000000000000:*/*/*\"}}}]}",
"RevisionId": "edd7b188-57eb-4cef-879c-3d206073ec70"
}{
"command": "aws lambda list-function-url-configs --function-name harbor-api-handler",
"description": "List function URL configs"
}{
"FunctionUrlConfigs": [
{
"FunctionUrl": "http://0yd60mpqt09y8m0lfeua30ywch6tsemy.lambda-url.us-east-1.localhost.localstack.cloud:4566/",
"FunctionArn": "arn:aws:lambda:us-east-1:000000000000:function:harbor-api-handler",
"CreationTime": "2026-05-16T16:09:12.959444+0000",
"LastModifiedTime": "2026-05-16T16:09:12.959474+0000",
"AuthType": "NONE"
}
]
}
[stdout]
{
"FunctionUrlConfigs": [
{
"FunctionUrl": "http://0yd60mpqt09y8m0lfeua30ywch6tsemy.lambda-url.us-east-1.localhost.localstack.cloud:4566/",
"FunctionArn": "arn:aws:lambda:us-east-1:000000000000:function:harbor-api-handler",
"CreationTime": "2026-05-16T16:09:12.959444+0000",
"LastModifiedTime": "2026-05-16T16:09:12.959474+0000",
"AuthType": "NONE"
}
]
}{
"command": "aws apigatewayv2 get-domain-name --domain-name api.harbor.example",
"description": "Get custom domain"
}{
"ApiMappingSelectionExpression": "$request.basepath",
"DomainName": "api.harbor.example",
"DomainNameArn": "arn:aws:apigateway:us-east-1::/domainnames/api.harbor.example",
"DomainNameConfigurations": [
{
"ApiGatewayDomainName": "d-6923abfa.execute-api.localhost.localstack.cloud",
"CertificateArn": "arn:aws:acm:us-east-1:000000000000:certificate/67257fe0-152f-4b84-bcdf-1e7763817a0e",
"DomainNameStatus": "AVAILABLE",
"EndpointType": "REGIONAL",
"HostedZoneId": "542ca419",
"IpAddressType": "ipv4",
"SecurityPolicy": "TLS_1_0"
}
],
"RoutingMode": "API_MAPPING_ONLY",
"Tags": {}
}
[stdout]
{
"ApiMappingSelectionExpression": "$request.basepath",
"DomainName": "api.harbor.example",
"DomainNameArn": "arn:aws:apigateway:us-east-1::/domainnames/api.harbor.example",
"DomainNameConfigurations": [
{
"ApiGatewayDomainName": "d-6923abfa.execute-api.localhost.localstack.cloud",
"CertificateArn": "arn:aws:acm:us-east-1:000000000000:certificate/67257fe0-152f-4b84-bcdf-1e7763817a0e",
"DomainNameStatus": "AVAILABLE",
"EndpointType": "REGIONAL",
"HostedZoneId": "542ca419",
"IpAddressType": "ipv4",
"SecurityPolicy": "TLS_1_0"
}
],
"RoutingMode": "API_MAPPING_ONLY",
"Tags": {}
}{
"command": "aws logs describe-log-groups --log-group-name-prefix /aws/apigw/harbor-api",
"description": "Describe log group"
}{
"logGroups": [
{
"logGroupName": "/aws/apigw/harbor-api",
"creationTime": 1778947744178,
"metricFilterCount": 0,
"arn": "arn:aws:logs:us-east-1:000000000000:log-group:/aws/apigw/harbor-api:*",
"storedBytes": 0,
"logGroupClass": "STANDARD",
"logGroupArn": "arn:aws:logs:us-east-1:000000000000:log-group:/aws/apigw/harbor-api"
}
]
}
[stdout]
{
"logGroups": [
{
"logGroupName": "/aws/apigw/harbor-api",
"creationTime": 1778947744178,
"metricFilterCount": 0,
"arn": "arn:aws:logs:us-east-1:000000000000:log-group:/aws/apigw/harbor-api:*",
"storedBytes": 0,
"logGroupClass": "STANDARD",
"logGroupArn": "arn:aws:logs:us-east-1:000000000000:log-group:/aws/apigw/harbor-api"
}
]
}{
"command": "aws kms describe-key --key-id 0097bffa-453b-4b9a-9e41-b0218aec8854",
"description": "Describe KMS key"
}{
"KeyMetadata": {
"AWSAccountId": "000000000000",
"KeyId": "0097bffa-453b-4b9a-9e41-b0218aec8854",
"Arn": "arn:aws:kms:us-east-1:000000000000:key/0097bffa-453b-4b9a-9e41-b0218aec8854",
"CreationDate": "2026-05-16T16:09:13.848914+00:00",
"Enabled": true,
"Description": "",
"KeyUsage": "ENCRYPT_DECRYPT",
"KeyState": "Enabled",
"Origin": "AWS_KMS",
"KeyManager": "CUSTOMER",
"CustomerMasterKeySpec": "SYMMETRIC_DEFAULT",
"KeySpec": "SYMMETRIC_DEFAULT",
"EncryptionAlgorithms": [
"SYMMETRIC_DEFAULT"
],
"MultiRegion": false,
"CurrentKeyMaterialId": "bd9dd7b3c4ae537d9bb47c69bc2f8e20bd9dd7b3c4ae537d9bb47c69bc2f8e20"
}
}
[stdout]
{
"KeyMetadata": {
"AWSAccountId": "000000000000",
"KeyId": "0097bffa-453b-4b9a-9e41-b0218aec8854",
"Arn": "arn:aws:kms:us-east-1:000000000000:key/0097bffa-453b-4b9a-9e41-b0218aec8854",
"CreationDate": "2026-05-16T16:09:13.848914+00:00",
"Enabled": true,
"Description": "",
"KeyUsage": "ENCRYPT_DECRYPT",
"KeyState": "Enabled",
"Origin": "AWS_KMS",
"KeyManager": "CUSTOMER",
"CustomerMasterKeySpec": "SYMMETRIC_DEFAULT",
"KeySpec": "SYMMETRIC_DEFAULT",
"EncryptionAlgorithms": [
"SYMMETRIC_DEFAULT"
],
"MultiRegion": false,
"CurrentKeyMaterialId": "bd9dd7b3c4ae537d9bb47c69bc2f8e20bd9dd7b3c4ae537d9bb47c69bc2f8e20"
}
}{
"command": "aws kms get-key-policy --key-id 0097bffa-453b-4b9a-9e41-b0218aec8854 --policy-name default",
"description": "Get KMS key policy"
}{
"Policy": "{\n \"Version\":\"2012-10-17\",\n \"Statement\":[\n {\n \"Sid\":\"RootAdmin\",\n \"Effect\":\"Allow\",\n \"Principal\":{\"AWS\":\"arn:aws:iam::000000000000:root\"},\n \"Action\":\"kms:*\",\n \"Resource\":\"*\"\n }\n ]\n}\n"
}
[stdout]
{
"Policy": "{\n \"Version\":\"2012-10-17\",\n \"Statement\":[\n {\n \"Sid\":\"RootAdmin\",\n \"Effect\":\"Allow\",\n \"Principal\":{\"AWS\":\"arn:aws:iam::000000000000:root\"},\n \"Action\":\"kms:*\",\n \"Resource\":\"*\"\n }\n ]\n}\n"
}{
"command": "aws kms get-key-rotation-status --key-id 0097bffa-453b-4b9a-9e41-b0218aec8854",
"description": "Get KMS key rotation status"
}{
"KeyRotationEnabled": false,
"KeyId": "arn:aws:kms:us-east-1:000000000000:key/0097bffa-453b-4b9a-9e41-b0218aec8854"
}
[stdout]
{
"KeyRotationEnabled": false,
"KeyId": "arn:aws:kms:us-east-1:000000000000:key/0097bffa-453b-4b9a-9e41-b0218aec8854"
}{
"command": "aws cloudwatch describe-alarms --alarm-names harbor-api-5xx-alarm",
"description": "Get CloudWatch alarm"
}{
"MetricAlarms": [
{
"AlarmName": "harbor-api-5xx-alarm",
"AlarmArn": "arn:aws:cloudwatch:us-east-1:000000000000:alarm:harbor-api-5xx-alarm",
"AlarmConfigurationUpdatedTimestamp": "2026-05-16T16:09:19.629055+00:00",
"ActionsEnabled": true,
"OKActions": [],
"AlarmActions": [],
"InsufficientDataActions": [],
"StateValue": "OK",
"StateReason": "Threshold Crossed: no datapoints were received for 1 period and 1 missing datapoint was treated as [NonBreaching].",
"StateReasonData": "{\"version\": \"1.0\", \"queryDate\": \"2026-05-16T16:09:19+0000\", \"period\": 60, \"recentDatapoints\": [], \"threshold\": 0.0, \"statistic\": \"Sum\", \"startDate\": \"2026-05-16T16:09:19+0000\"}",
"StateUpdatedTimestamp": "2026-05-16T16:09:19.698592+00:00",
"MetricName": "5xx",
"Namespace": "AWS/ApiGateway",
"Statistic": "Sum",
"Dimensions": [
{
"Name": "ApiName",
"Value": "harbor-api"
},
{
"Name": "Stage",
"Value": "$default"
}
],
"Period": 60,
"EvaluationPeriods": 1,
"Threshold": 0.0,
"ComparisonOperator": "GreaterThanOrEqualToThreshold",
"TreatMissingData": "notBreaching",
"StateTransitionedTimestamp": "2026-05-16T16:09:19.698585+00:00"
}
],
"CompositeAlarms": []
}
[stdout]
{
"MetricAlarms": [
{
"AlarmName": "harbor-api-5xx-alarm",
"AlarmArn": "arn:aws:cloudwatch:us-east-1:000000000000:alarm:harbor-api-5xx-alarm",
"AlarmConfigurationUpdatedTimestamp": "2026-05-16T16:09:19.629055+00:00",
"ActionsEnabled": true,
"OKActions": [],
"AlarmActions": [],
"InsufficientDataActions": [],
"StateValue": "OK",
"StateReason": "Threshold Crossed: no datapoints were received for 1 period and 1 missing datapoint was treated as [NonBreaching].",
"StateReasonData": "{\"version\": \"1.0\", \"queryDate\": \"2026-05-16T16:09:19+0000\", \"period\": 60, \"recentDatapoints\": [], \"threshold\": 0.0, \"statistic\": \"Sum\", \"startDate\": \"2026-05-16T16:09:19+0000\"}",
"StateUpdatedTimestamp": "2026-05-16T16:09:19.698592+00:00",
"MetricName": "5xx",
"Namespace": "AWS/ApiGateway",
"Statistic": "Sum",
"Dimensions": [
{
"Name": "ApiName",
"Value": "harbor-api"
},
{
"Name": "Stage",
"Value": "$default"
}
],
"Period": 60,
"EvaluationPeriods": 1,
"Threshold": 0.0,
"ComparisonOperator": "GreaterThanOrEqualToThreshold",
"TreatMissingData": "notBreaching",
"StateTransitionedTimestamp": "2026-05-16T16:09:19.698585+00:00"
}
],
"CompositeAlarms": []
}{
"command": "aws iam list-attached-role-policies --role-name harbor-api-handler-role; aws iam list-role-policies --role-name harbor-api-handler-role",
"description": "List role policies"
}{
"AttachedPolicies": [
{
"PolicyName": "AWSLambdaBasicExecutionRole",
"PolicyArn": "arn:aws:iam::aws:policy/service-role/AWSLambdaBasicExecutionRole"
}
]
}
{
"PolicyNames": []
}
[stdout]
{
"AttachedPolicies": [
{
"PolicyName": "AWSLambdaBasicExecutionRole",
"PolicyArn": "arn:aws:iam::aws:policy/service-role/AWSLambdaBasicExecutionRole"
}
]
}
{
"PolicyNames": []
}{
"command": "aws cognito-idp list-user-pools --max-results 20",
"description": "List user pools"
}{
"UserPools": [
{
"Id": "us-east-1_5df9b1b8fc5c4473b01c86fe0f8b7409",
"Name": "harbor-api-pool",
"LambdaConfig": {},
"LastModifiedDate": "2026-05-16T16:08:53.054169+00:00",
"CreationDate": "2026-05-16T16:08:53.054321+00:00"
},
{
"Id": "us-east-1_c1bf2a0e681c429092d2de8ae23aa3ae",
"Name": "harbor-api-pool-decoy",
"LambdaConfig": {},
"LastModifiedDate": "2026-05-16T16:08:53.894625+00:00",
"CreationDate": "2026-05-16T16:08:53.894636+00:00"
}
]
}
[stdout]
{
"UserPools": [
{
"Id": "us-east-1_5df9b1b8fc5c4473b01c86fe0f8b7409",
"Name": "harbor-api-pool",
"LambdaConfig": {},
"LastModifiedDate": "2026-05-16T16:08:53.054169+00:00",
"CreationDate": "2026-05-16T16:08:53.054321+00:00"
},
{
"Id": "us-east-1_c1bf2a0e681c429092d2de8ae23aa3ae",
"Name": "harbor-api-pool-decoy",
"LambdaConfig": {},
"LastModifiedDate": "2026-05-16T16:08:53.894625+00:00",
"CreationDate": "2026-05-16T16:08:53.894636+00:00"
}
]
}{
"subject": "Audit JWT authorizer issuer/audience pool mismatch",
"description": "Fix authorizer 2471769b to point at correct user pool us-east-1_5df9b1b8fc5c4473b01c86fe0f8b7409 (Issuer + Audience=app-client-id)"
}Task #1 created successfully: Audit JWT authorizer issuer/audience pool mismatch
{
"subject": "Fix Lambda payload format version mismatch",
"description": "Update integration to PayloadFormatVersion 2.0 to match Lambda handler shape"
}Task #2 created successfully: Fix Lambda payload format version mismatch
{
"subject": "Enable KMS key rotation",
"description": "Enable automatic key rotation on the access-log CMK"
}Task #3 created successfully: Enable KMS key rotation
{
"subject": "Wire alarm to SNS",
"description": "Add AlarmActions=harbor-api-alarms SNS topic to harbor-api-5xx-alarm"
}Task #4 created successfully: Wire alarm to SNS
{
"subject": "Tighten CORS allow-methods and MaxAge",
"description": "Replace AllowMethods=['*'] with specific methods, set MaxAge>0"
}Task #5 created successfully: Tighten CORS allow-methods and MaxAge
{
"subject": "Add DLQ SQS SendMessage IAM permission",
"description": "Grant lambda role sqs:SendMessage to harbor-api-dlq"
}Task #6 created successfully: Add DLQ SQS SendMessage IAM permission
{
"subject": "Fix app client OAuth flows + IdP list",
"description": "Enable AllowedOAuthFlowsUserPoolClient with client_credentials flow + harbor-api scopes; restrict SupportedIdentityProviders to COGNITO"
}Task #7 created successfully: Fix app client OAuth flows + IdP list
{
"subject": "Add CloudWatch Logs service principal to KMS key policy",
"description": "Grant logs.us-east-1.amazonaws.com kms:Encrypt/Decrypt/GenerateDataKey via key policy"
}Task #8 created successfully: Add CloudWatch Logs service principal to KMS key policy
{
"subject": "Remove orphan JWT authorizer",
"description": "Delete unused/extra authorizer that confuses audit"
}Task #9 created successfully: Remove orphan JWT authorizer
{
"subject": "Raise custom domain TLS floor",
"description": "Change SecurityPolicy from TLS_1_0 to TLS_1_2"
}Task #10 created successfully: Raise custom domain TLS floor
{
"subject": "Enable stage auto-deploy",
"description": "Set AutoDeploy=true on $default stage"
}Task #11 created successfully: Enable stage auto-deploy
{
"subject": "Remove auth from OPTIONS catchall route",
"description": "Set OPTIONS /{proxy+} to AuthorizationType=NONE so preflight returns 200"
}Task #12 created successfully: Remove auth from OPTIONS catchall route
{
"subject": "Fix route scope strings with resource-server prefix",
"description": "Replace routes so AuthorizationScopes use 'harbor-api/read:things' etc. instead of 'read:things'"
}Task #13 created successfully: Fix route scope strings with resource-server prefix
{
"subject": "Delete Lambda function URL",
"description": "Remove function URL that bypasses JWT"
}Task #14 created successfully: Delete Lambda function URL
{
"subject": "Set log group retention",
"description": "Set retention on /aws/apigw/harbor-api"
}Task #15 created successfully: Set log group retention
{
"subject": "Fix access-log format with DataDog fields",
"description": "Add requestId, ip, protocol, routeKey, integrationLatency, etc. to access log format"
}Task #16 created successfully: Fix access-log format with DataDog fields
{
"subject": "Scope Lambda resource policy SourceArn",
"description": "Replace wildcard apigw SourceArn with specific API id 1eea5473"
}Task #17 created successfully: Scope Lambda resource policy SourceArn
{
"command": "cd /tmp && rm -rf harbor-lambda && mkdir harbor-lambda && cd harbor-lambda && aws lambda get-function --function-name harbor-api-handler --query 'Code.Location' --output text | xargs curl -s -o code.zip && unzip -o code.zip > /dev/null && ls -la",
"description": "Download lambda code"
}Exit code 123 [error] tool reported failure
{
"command": "aws sns get-topic-attributes --topic-arn arn:aws:sns:us-east-1:000000000000:harbor-api-alarms 2>&1 | head -30",
"description": "Get SNS topic"
}{
"Attributes": {
"DisplayName": "",
"Owner": "000000000000",
"Policy": "{\"Version\": \"2008-10-17\", \"Id\": \"__default_policy_ID\", \"Statement\": [{\"Effect\": \"Allow\", \"Sid\": \"__default_statement_ID\", \"Principal\": {\"AWS\": \"*\"}, \"Action\": [\"SNS:GetTopicAttributes\", \"SNS:SetTopicAttributes\", \"SNS:AddPermission\", \"SNS:RemovePermission\", \"SNS:DeleteTopic\", \"SNS:Subscribe\", \"SNS:ListSubscriptionsByTopic\", \"SNS:Publish\"], \"Resource\": \"arn:aws:sns:us-east-1:000000000000:harbor-api-alarms\", \"Condition\": {\"StringEquals\": {\"AWS:SourceOwner\": \"000000000000\"}}}]}",
"SubscriptionsConfirmed": "0",
"SubscriptionsDeleted": "0",
"SubscriptionsPending": "0",
"TopicArn": "arn:aws:sns:us-east-1:000000000000:harbor-api-alarms",
"EffectiveDeliveryPolicy": "{\"http\": {\"defaultHealthyRetryPolicy\": {\"minDelayTarget\": 20, \"maxDelayTarget\": 20, \"numRetries\": 3, \"numMaxDelayRetries\": 0, \"numNoDelayRetries\": 0, \"numMinDelayRetries\": 0, \"backoffFunction\": \"linear\"}, \"disableSubscriptionOverrides\": false, \"defaultRequestPolicy\": {\"headerContentType\": \"text/plain; charset=UTF-8\"}}}"
}
}
[stdout]
{
"Attributes": {
"DisplayName": "",
"Owner": "000000000000",
"Policy": "{\"Version\": \"2008-10-17\", \"Id\": \"__default_policy_ID\", \"Statement\": [{\"Effect\": \"Allow\", \"Sid\": \"__default_statement_ID\", \"Principal\": {\"AWS\": \"*\"}, \"Action\": [\"SNS:GetTopicAttributes\", \"SNS:SetTopicAttributes\", \"SNS:AddPermission\", \"SNS:RemovePermission\", \"SNS:DeleteTopic\", \"SNS:Subscribe\", \"SNS:ListSubscriptionsByTopic\", \"SNS:Publish\"], \"Resource\": \"arn:aws:sns:us-east-1:000000000000:harbor-api-alarms\", \"Condition\": {\"StringEquals\": {\"AWS:SourceOwner\": \"000000000000\"}}}]}",
"SubscriptionsConfirmed": "0",
"SubscriptionsDeleted": "0",
"SubscriptionsPending": "0",
"TopicArn": "arn:aws:sns:us-east-1:000000000000:harbor-api-alarms",
"EffectiveDeliveryPolicy": "{\"http\": {\"defaultHealthyRetryPolicy\": {\"minDelayTarget\": 20, \"maxDelayTarget\": 20, \"numRetries\": 3, \"numMaxDelayRetries\": 0, \"numNoDelayRetries\": 0, \"numMinDelayRetries\": 0, \"backoffFunction\": \"linear\"}, \"disableSubscriptionOverrides\": false, \"defaultRequestPolicy\": {\"headerContentType\": \"text/plain; charset=UTF-8\"}}}"
}
}{
"command": "aws sqs get-queue-attributes --queue-url $(aws sqs get-queue-url --queue-name harbor-api-dlq --query 'QueueUrl' --output text) --attribute-names QueueArn 2>&1",
"description": "Check DLQ exists"
}{
"Attributes": {
"QueueArn": "arn:aws:sqs:us-east-1:000000000000:harbor-api-dlq"
}
}
[stdout]
{
"Attributes": {
"QueueArn": "arn:aws:sqs:us-east-1:000000000000:harbor-api-dlq"
}
}{
"command": "aws apigatewayv2 get-deployments --api-id 1eea5473 2>&1 | head -50",
"description": "Check deployments"
}{
"Items": []
}
[stdout]
{
"Items": []
}{
"command": "cd /tmp/harbor-lambda && URL=$(aws lambda get-function --function-name harbor-api-handler --query 'Code.Location' --output text) && echo \"URL: $URL\" && curl -sv \"$URL\" -o code.zip 2>&1 | tail -20",
"description": "Try downloading lambda code"
}URL: http://localhost.localstack.cloud:4566/awslambda-us-east-1-tasks/snapshots/000000000000/harbor-api-handler-dd171f8a-fbd7-4c62-b352-830b95bed29d?AWSAccessKeyId=949334387222&Signature=UQPKfwl8H7w1%2BcRaYupKYfIfAlM%3D&Expires=1778951534 * Host localhost.localstack.cloud:4566 was resolved. * IPv6: (none) * IPv4: 127.0.0.1 * Trying 127.0.0.1:4566... * connect to 127.0.0.1 port 4566 from 127.0.0.1 port 46442 failed: Connection refused * Failed to connect to localhost.localstack.cloud port 4566 after 28 ms: Couldn't connect to server * Closing connection Shell cwd was reset to /app [stdout] URL: http://localhost.localstack.cloud:4566/awslambda-us-east-1-tasks/snapshots/000000000000/harbor-api-handler-dd171f8a-fbd7-4c62-b352-830b95bed29d?AWSAccessKeyId=949334387222&Signature=UQPKfwl8H7w1%2BcRaYupKYfIfAlM%3D&Expires=1778951534 * Host localhost.localstack.cloud:4566 was resolved. * IPv6: (none) * IPv4: 127.0.0.1 * Trying 127.0.0.1:4566... * connect to 127.0.0.1 port 4566 from 127.0.0.1 port 46442 failed: Connection refused * Failed to connect to localhost.localstack.cloud port 4566 after 28 ms: Couldn't connect to server * Closing connection [stderr] Shell cwd was reset to /app
{
"command": "URL=$(aws lambda get-function --function-name harbor-api-handler --query 'Code.Location' --output text) && URL2=$(echo \"$URL\" | sed 's|localhost.localstack.cloud|localstack|g') && echo \"URL2: $URL2\" && curl -s \"$URL2\" -o /tmp/harbor-lambda/code.zip && ls -la /tmp/harbor-lambda/code.zip && cd /tmp/harbor-lambda && unzip -o code.zip && ls",
"description": "Download via localstack hostname"
}URL2: http://localstack:4566/awslambda-us-east-1-tasks/snapshots/000000000000/harbor-api-handler-dd171f8a-fbd7-4c62-b352-830b95bed29d?AWSAccessKeyId=949334387222&Signature=GzQXbcyNgaiM9GDDk%2Bu01RLY6Qo%3D&Expires=1778951540 -rw-r--r-- 1 root root 383 May 16 16:12 /tmp/harbor-lambda/code.zip Archive: code.zip inflating: handler.py code.zip handler.py Shell cwd was reset to /app [stdout] URL2: http://localstack:4566/awslambda-us-east-1-tasks/snapshots/000000000000/harbor-api-handler-dd171f8a-fbd7-4c62-b352-830b95bed29d?AWSAccessKeyId=949334387222&Signature=GzQXbcyNgaiM9GDDk%2Bu01RLY6Qo%3D&Expires=1778951540 -rw-r--r-- 1 root root 383 May 16 16:12 /tmp/harbor-lambda/code.zip Archive: code.zip inflating: handler.py code.zip handler.py [stderr] Shell cwd was reset to /app
{
"file_path": "/tmp/harbor-lambda/handler.py"
}1 import json
2 def handler(event, context):
3 rk = (event.get("requestContext") or {}).get("http", {}).get("method", "?")
4 path = event.get("rawPath", "?")
5 pp = event.get("pathParameters") or {}
6 return {"statusCode": 200, "headers": {"Content-Type": "application/json"}, "body": json.dumps({"method": rk, "path": path, "params": pp})}
7
{
"command": "aws logs describe-log-groups --log-group-name-prefix /aws/apigw/harbor-api --query 'logGroups[0]' --output json; echo \"---\"; aws cognito-idp list-identity-providers --user-pool-id us-east-1_5df9b1b8fc5c4473b01c86fe0f8b7409 2>&1",
"description": "Inspect log group KMS + cognito IdPs"
}{
"logGroupName": "/aws/apigw/harbor-api",
"creationTime": 1778947744178,
"metricFilterCount": 0,
"arn": "arn:aws:logs:us-east-1:000000000000:log-group:/aws/apigw/harbor-api:*",
"storedBytes": 0,
"logGroupClass": "STANDARD",
"logGroupArn": "arn:aws:logs:us-east-1:000000000000:log-group:/aws/apigw/harbor-api"
}
---
{
"Providers": []
}
[stdout]
{
"logGroupName": "/aws/apigw/harbor-api",
"creationTime": 1778947744178,
"metricFilterCount": 0,
"arn": "arn:aws:logs:us-east-1:000000000000:log-group:/aws/apigw/harbor-api:*",
"storedBytes": 0,
"logGroupClass": "STANDARD",
"logGroupArn": "arn:aws:logs:us-east-1:000000000000:log-group:/aws/apigw/harbor-api"
}
---
{
"Providers": []
}{
"command": "aws cognito-idp describe-user-pool-domain --domain harbor-api-domain 2>&1",
"description": "Check user pool domain"
}Exit code 254 aws: [ERROR]: An error occurred (ResourceNotFoundException) when calling the DescribeUserPoolDomain operation: Unable to find user pool domain harbor-api-domain [error] tool reported failure
{
"taskId": "1",
"status": "in_progress"
}Updated task #1 status
{
"command": "aws apigatewayv2 update-authorizer --api-id 1eea5473 --authorizer-id 2471769b --jwt-configuration Audience=zhz7ylpbf3h6odvw3l09gkfyk0,Issuer=https://cognito-idp.us-east-1.amazonaws.com/us-east-1_5df9b1b8fc5c4473b01c86fe0f8b7409",
"description": "Fix authorizer issuer + audience"
}{
"AuthorizerId": "2471769b",
"AuthorizerType": "JWT",
"IdentitySource": [
"$request.header.Authorization"
],
"JwtConfiguration": {
"Audience": [
"zhz7ylpbf3h6odvw3l09gkfyk0"
],
"Issuer": "https://cognito-idp.us-east-1.amazonaws.com/us-east-1_5df9b1b8fc5c4473b01c86fe0f8b7409"
},
"Name": "harbor-jwt-auth"
}
[stdout]
{
"AuthorizerId": "2471769b",
"AuthorizerType": "JWT",
"IdentitySource": [
"$request.header.Authorization"
],
"JwtConfiguration": {
"Audience": [
"zhz7ylpbf3h6odvw3l09gkfyk0"
],
"Issuer": "https://cognito-idp.us-east-1.amazonaws.com/us-east-1_5df9b1b8fc5c4473b01c86fe0f8b7409"
},
"Name": "harbor-jwt-auth"
}{
"command": "aws apigatewayv2 delete-authorizer --api-id 1eea5473 --authorizer-id 9c161578 && echo \"orphan deleted\"",
"description": "Delete orphan authorizer"
}orphan deleted [stdout] orphan deleted
{
"taskId": "9",
"status": "completed"
}Updated task #9 status
{
"taskId": "13",
"status": "in_progress"
}Updated task #13 status
{
"taskId": "1",
"status": "completed"
}Updated task #1 status
{
"command": "aws apigatewayv2 update-route --api-id 1eea5473 --route-id a9d011ac --authorization-scopes harbor-api/read:things",
"description": "Fix GET route scope"
}{
"ApiKeyRequired": false,
"AuthorizationScopes": [
"harbor-api/read:things"
],
"AuthorizationType": "JWT",
"AuthorizerId": "2471769b",
"RouteId": "a9d011ac",
"RouteKey": "GET /things/{id}",
"Target": "integrations/c25c1b96"
}
[stdout]
{
"ApiKeyRequired": false,
"AuthorizationScopes": [
"harbor-api/read:things"
],
"AuthorizationType": "JWT",
"AuthorizerId": "2471769b",
"RouteId": "a9d011ac",
"RouteKey": "GET /things/{id}",
"Target": "integrations/c25c1b96"
}{
"command": "aws apigatewayv2 update-route --api-id 1eea5473 --route-id db5b0820 --authorization-scopes harbor-api/write:things",
"description": "Fix POST route scope"
}{
"ApiKeyRequired": false,
"AuthorizationScopes": [
"harbor-api/write:things"
],
"AuthorizationType": "JWT",
"AuthorizerId": "2471769b",
"RouteId": "db5b0820",
"RouteKey": "POST /things",
"Target": "integrations/c25c1b96"
}
[stdout]
{
"ApiKeyRequired": false,
"AuthorizationScopes": [
"harbor-api/write:things"
],
"AuthorizationType": "JWT",
"AuthorizerId": "2471769b",
"RouteId": "db5b0820",
"RouteKey": "POST /things",
"Target": "integrations/c25c1b96"
}{
"command": "aws apigatewayv2 update-route --api-id 1eea5473 --route-id f531a48a --authorization-scopes harbor-api/admin:things",
"description": "Fix DELETE route scope"
}{
"ApiKeyRequired": false,
"AuthorizationScopes": [
"harbor-api/admin:things"
],
"AuthorizationType": "JWT",
"AuthorizerId": "2471769b",
"RouteId": "f531a48a",
"RouteKey": "DELETE /things/{id}",
"Target": "integrations/c25c1b96"
}
[stdout]
{
"ApiKeyRequired": false,
"AuthorizationScopes": [
"harbor-api/admin:things"
],
"AuthorizationType": "JWT",
"AuthorizerId": "2471769b",
"RouteId": "f531a48a",
"RouteKey": "DELETE /things/{id}",
"Target": "integrations/c25c1b96"
}{
"taskId": "12",
"status": "in_progress"
}Updated task #12 status
{
"taskId": "13",
"status": "completed"
}Updated task #13 status
{
"command": "aws apigatewayv2 update-route --api-id 1eea5473 --route-id 7b47abe3 --authorization-type NONE 2>&1",
"description": "Make OPTIONS catchall unauthenticated"
}{
"ApiKeyRequired": false,
"AuthorizationType": "NONE",
"RouteId": "7b47abe3",
"RouteKey": "OPTIONS /{proxy+}",
"Target": "integrations/c25c1b96"
}
[stdout]
{
"ApiKeyRequired": false,
"AuthorizationType": "NONE",
"RouteId": "7b47abe3",
"RouteKey": "OPTIONS /{proxy+}",
"Target": "integrations/c25c1b96"
}{
"command": "aws apigatewayv2 get-route --api-id 1eea5473 --route-id 7b47abe3",
"description": "Verify OPTIONS route"
}{
"ApiKeyRequired": false,
"AuthorizationType": "NONE",
"RouteId": "7b47abe3",
"RouteKey": "OPTIONS /{proxy+}",
"Target": "integrations/c25c1b96"
}
[stdout]
{
"ApiKeyRequired": false,
"AuthorizationType": "NONE",
"RouteId": "7b47abe3",
"RouteKey": "OPTIONS /{proxy+}",
"Target": "integrations/c25c1b96"
}{
"taskId": "2",
"status": "in_progress"
}Updated task #2 status
{
"taskId": "12",
"status": "completed"
}Updated task #12 status
{
"command": "aws apigatewayv2 update-integration --api-id 1eea5473 --integration-id c25c1b96 --payload-format-version 2.0 2>&1",
"description": "Try updating payload format version"
}{
"ConnectionType": "INTERNET",
"IntegrationId": "c25c1b96",
"IntegrationMethod": "POST",
"IntegrationType": "AWS_PROXY",
"IntegrationUri": "arn:aws:lambda:us-east-1:000000000000:function:harbor-api-handler",
"PayloadFormatVersion": "2.0",
"TimeoutInMillis": 30000
}
[stdout]
{
"ConnectionType": "INTERNET",
"IntegrationId": "c25c1b96",
"IntegrationMethod": "POST",
"IntegrationType": "AWS_PROXY",
"IntegrationUri": "arn:aws:lambda:us-east-1:000000000000:function:harbor-api-handler",
"PayloadFormatVersion": "2.0",
"TimeoutInMillis": 30000
}{
"taskId": "2",
"status": "completed"
}Updated task #2 status
{
"taskId": "11",
"status": "in_progress"
}Updated task #11 status
{
"taskId": "16",
"status": "in_progress"
}Updated task #16 status
{
"command": "aws apigatewayv2 update-stage --api-id 1eea5473 --stage-name '$default' --auto-deploy --access-log-settings 'DestinationArn=arn:aws:logs:us-east-1:000000000000:log-group:/aws/apigw/harbor-api,Format={\"requestId\":\"$context.requestId\",\"ip\":\"$context.identity.sourceIp\",\"requestTime\":\"$context.requestTime\",\"httpMethod\":\"$context.httpMethod\",\"routeKey\":\"$context.routeKey\",\"status\":\"$context.status\",\"protocol\":\"$context.protocol\",\"responseLength\":\"$context.responseLength\",\"integrationLatency\":\"$context.integrationLatency\",\"integrationStatus\":\"$context.integrationStatus\",\"responseLatency\":\"$context.responseLatency\",\"userAgent\":\"$context.identity.userAgent\"}'",
"description": "Enable auto-deploy and fix access-log format"
}Exit code 252
aws: [ERROR]: An error occurred (ParamValidation): Error parsing parameter '--access-log-settings': Expected: '=', received: '"' for input:
DestinationArn=arn:aws:logs:us-east-1:000000000000:log-group:/aws/apigw/harbor-api,Format={"requestId":"$context.requestId","ip":"$context.identity.sourceIp","requestTime":"$context.requestTime","httpMethod":"$context.httpMethod","routeKey":"$context.routeKey","status":"$context.status","protocol":"$context.protocol","responseLength":"$context.responseLength","integrationLatency":"$context.integrationLatency","integrationStatus":"$context.integrationStatus","responseLatency":"$context.responseLatency","userAgent":"$context.identity.userAgent"}
^
[error] tool reported failure{
"command": "cat > /tmp/access-log.json <<'EOF'\n{\n \"DestinationArn\": \"arn:aws:logs:us-east-1:000000000000:log-group:/aws/apigw/harbor-api\",\n \"Format\": \"{\\\"requestId\\\":\\\"$context.requestId\\\",\\\"ip\\\":\\\"$context.identity.sourceIp\\\",\\\"requestTime\\\":\\\"$context.requestTime\\\",\\\"httpMethod\\\":\\\"$context.httpMethod\\\",\\\"routeKey\\\":\\\"$context.routeKey\\\",\\\"status\\\":\\\"$context.status\\\",\\\"protocol\\\":\\\"$context.protocol\\\",\\\"responseLength\\\":\\\"$context.responseLength\\\",\\\"integrationLatency\\\":\\\"$context.integrationLatency\\\",\\\"integrationStatus\\\":\\\"$context.integrationStatus\\\",\\\"responseLatency\\\":\\\"$context.responseLatency\\\",\\\"userAgent\\\":\\\"$context.identity.userAgent\\\"}\"\n}\nEOF\naws apigatewayv2 update-stage --api-id 1eea5473 --stage-name '$default' --auto-deploy --access-log-settings file:///tmp/access-log.json",
"description": "Update stage with auto-deploy and access log"
}{
"AccessLogSettings": {
"DestinationArn": "arn:aws:logs:us-east-1:000000000000:log-group:/aws/apigw/harbor-api",
"Format": "{\"requestId\":\"$context.requestId\",\"ip\":\"$context.identity.sourceIp\",\"requestTime\":\"$context.requestTime\",\"httpMethod\":\"$context.httpMethod\",\"routeKey\":\"$context.routeKey\",\"status\":\"$context.status\",\"protocol\":\"$context.protocol\",\"responseLength\":\"$context.responseLength\",\"integrationLatency\":\"$context.integrationLatency\",\"integrationStatus\":\"$context.integrationStatus\",\"responseLatency\":\"$context.responseLatency\",\"userAgent\":\"$context.identity.userAgent\"}"
},
"AutoDeploy": true,
"CreatedDate": "2026-05-16T16:09:10.169057+00:00",
"DefaultRouteSettings": {
"DetailedMetricsEnabled": true,
"ThrottlingBurstLimit": 10,
"ThrottlingRateLimit": 5.0
},
"LastUpdatedDate": "2026-05-16T16:09:10.169057+00:00",
"RouteSettings": {
"GET /things/{id}": {
"DetailedMetricsEnabled": true,
"ThrottlingBurstLimit": 2000,
"ThrottlingRateLimit": 1000.0
},
"POST /things": {
"DetailedMetricsEnabled": true,
"ThrottlingBurstLimit": 200,
"ThrottlingRateLimit": 100.0
},
"DELETE /things/{id}": {
"DetailedMetricsEnabled": true,
"ThrottlingBurstLimit": 20,
"ThrottlingRateLimit": 10.0
}
},
"StageName": "$default",
"StageVariables": {},
"Tags": {}
}
[stdout]
{
"AccessLogSettings": {
"DestinationArn": "arn:aws:logs:us-east-1:000000000000:log-group:/aws/apigw/harbor-api",
"Format": "{\"requestId\":\"$context.requestId\",\"ip\":\"$context.identity.sourceIp\",\"requestTime\":\"$context.requestTime\",\"httpMethod\":\"$context.httpMethod\",\"routeKey\":\"$context.routeKey\",\"status\":\"$context.status\",\"protocol\":\"$context.protocol\",\"responseLength\":\"$context.responseLength\",\"integrationLatency\":\"$context.integrationLatency\",\"integrationStatus\":\"$context.integrationStatus\",\"responseLatency\":\"$context.responseLatency\",\"userAgent\":\"$context.identity.userAgent\"}"
},
"AutoDeploy": true,
"CreatedDate": "2026-05-16T16:09:10.169057+00:00",
"DefaultRouteSettings": {
"DetailedMetricsEnabled": true,
"ThrottlingBurstLimit": 10,
"ThrottlingRateLimit": 5.0
},
"LastUpdatedDate": "2026-05-16T16:09:10.169057+00:00",
"RouteSettings": {
"GET /things/{id}": {
"DetailedMetricsEnabled": true,
"ThrottlingBurstLimit": 2000,
"ThrottlingRateLimit": 1000.0
},
"POST /things": {
"DetailedMetricsEnabled": true,
"ThrottlingBurstLimit": 200,
"ThrottlingRateLimit": 100.0
},
"DELETE /things/{id}": {
"DetailedMetricsEnabled": true,
"ThrottlingBurstLimit": 20,
"ThrottlingRateLimit": 10.0
}
},
"StageName": "$default",
"StageVariables": {},
"Tags": {}
}{
"taskId": "11",
"status": "completed"
}Updated task #11 status
{
"taskId": "16",
"status": "completed"
}Updated task #16 status
{
"taskId": "15",
"status": "in_progress"
}Updated task #15 status
{
"taskId": "10",
"status": "in_progress"
}Updated task #10 status
{
"taskId": "5",
"status": "in_progress"
}Updated task #5 status
{
"command": "aws logs put-retention-policy --log-group-name /aws/apigw/harbor-api --retention-in-days 30 && echo \"retention set\"",
"description": "Set log group retention"
}retention set [stdout] retention set
{
"command": "aws apigatewayv2 update-api --api-id 1eea5473 --cors-configuration AllowOrigins=https://harbor.example,AllowMethods=GET,AllowMethods=POST,AllowMethods=DELETE,AllowMethods=OPTIONS,AllowHeaders=content-type,AllowHeaders=authorization,AllowCredentials=false,MaxAge=600",
"description": "Tighten CORS"
}Exit code 252
aws: [ERROR]: An error occurred (ParamValidation): Error parsing parameter '--cors-configuration': Second instance of key "AllowMethods" encountered for input:
AllowOrigins=https://harbor.example,AllowMethods=GET,AllowMethods=POST,AllowMethods=DELETE,AllowMethods=OPTIONS,AllowHeaders=content-type,AllowHeaders=authorization,AllowCredentials=false,MaxAge=600
^
This is often because there is a preceding "," instead of a space.
[error] tool reported failure{
"command": "aws apigatewayv2 update-domain-name --domain-name api.harbor.example --domain-name-configurations CertificateArn=arn:aws:acm:us-east-1:000000000000:certificate/67257fe0-152f-4b84-bcdf-1e7763817a0e,EndpointType=REGIONAL,SecurityPolicy=TLS_1_2",
"description": "Raise custom domain TLS to 1.2"
}{
"ApiMappingSelectionExpression": "$request.basepath",
"DomainName": "api.harbor.example",
"DomainNameArn": "arn:aws:apigateway:us-east-1::/domainnames/api.harbor.example",
"DomainNameConfigurations": [
{
"ApiGatewayDomainName": "d-6923abfa.execute-api.localhost.localstack.cloud",
"CertificateArn": "arn:aws:acm:us-east-1:000000000000:certificate/67257fe0-152f-4b84-bcdf-1e7763817a0e",
"DomainNameStatus": "AVAILABLE",
"EndpointType": "REGIONAL",
"HostedZoneId": "542ca419",
"SecurityPolicy": "TLS_1_2"
}
],
"RoutingMode": "API_MAPPING_ONLY"
}
[stdout]
{
"ApiMappingSelectionExpression": "$request.basepath",
"DomainName": "api.harbor.example",
"DomainNameArn": "arn:aws:apigateway:us-east-1::/domainnames/api.harbor.example",
"DomainNameConfigurations": [
{
"ApiGatewayDomainName": "d-6923abfa.execute-api.localhost.localstack.cloud",
"CertificateArn": "arn:aws:acm:us-east-1:000000000000:certificate/67257fe0-152f-4b84-bcdf-1e7763817a0e",
"DomainNameStatus": "AVAILABLE",
"EndpointType": "REGIONAL",
"HostedZoneId": "542ca419",
"SecurityPolicy": "TLS_1_2"
}
],
"RoutingMode": "API_MAPPING_ONLY"
}{
"command": "cat > /tmp/cors.json <<'EOF'\n{\n \"AllowOrigins\": [\"https://harbor.example\"],\n \"AllowMethods\": [\"GET\", \"POST\", \"DELETE\", \"OPTIONS\"],\n \"AllowHeaders\": [\"content-type\", \"authorization\"],\n \"AllowCredentials\": false,\n \"MaxAge\": 600\n}\nEOF\naws apigatewayv2 update-api --api-id 1eea5473 --cors-configuration file:///tmp/cors.json",
"description": "Update CORS with JSON file"
}{
"ApiEndpoint": "http://1eea5473.execute-api.localhost.localstack.cloud:4566",
"ApiId": "1eea5473",
"ApiKeySelectionExpression": "$request.header.x-api-key",
"CorsConfiguration": {
"AllowCredentials": false,
"AllowHeaders": [
"content-type",
"authorization"
],
"AllowMethods": [
"GET",
"POST",
"DELETE",
"OPTIONS"
],
"AllowOrigins": [
"https://harbor.example"
],
"MaxAge": 600
},
"CreatedDate": "2026-05-16T16:09:06.254000+00:00",
"DisableExecuteApiEndpoint": false,
"IpAddressType": "ipv4",
"Name": "harbor-api",
"ProtocolType": "HTTP",
"RouteSelectionExpression": "$request.method $request.path",
"Tags": {}
}
[stdout]
{
"ApiEndpoint": "http://1eea5473.execute-api.localhost.localstack.cloud:4566",
"ApiId": "1eea5473",
"ApiKeySelectionExpression": "$request.header.x-api-key",
"CorsConfiguration": {
"AllowCredentials": false,
"AllowHeaders": [
"content-type",
"authorization"
],
"AllowMethods": [
"GET",
"POST",
"DELETE",
"OPTIONS"
],
"AllowOrigins": [
"https://harbor.example"
],
"MaxAge": 600
},
"CreatedDate": "2026-05-16T16:09:06.254000+00:00",
"DisableExecuteApiEndpoint": false,
"IpAddressType": "ipv4",
"Name": "harbor-api",
"ProtocolType": "HTTP",
"RouteSelectionExpression": "$request.method $request.path",
"Tags": {}
}{
"taskId": "10",
"status": "completed"
}Updated task #10 status
{
"taskId": "5",
"status": "completed"
}Updated task #5 status
{
"taskId": "15",
"status": "completed"
}Updated task #15 status
{
"taskId": "14",
"status": "in_progress"
}Updated task #14 status
{
"taskId": "17",
"status": "in_progress"
}Updated task #17 status
{
"command": "aws lambda remove-permission --function-name harbor-api-handler --statement-id apigw-all && aws lambda add-permission --function-name harbor-api-handler --statement-id apigw-harbor --action lambda:InvokeFunction --principal apigateway.amazonaws.com --source-arn 'arn:aws:execute-api:us-east-1:000000000000:1eea5473/*/*'",
"description": "Replace lambda permission with scoped SourceArn"
}{
"Statement": "{\"Sid\": \"apigw-harbor\", \"Effect\": \"Allow\", \"Action\": \"lambda:InvokeFunction\", \"Resource\": \"arn:aws:lambda:us-east-1:000000000000:function:harbor-api-handler\", \"Principal\": {\"Service\": \"apigateway.amazonaws.com\"}, \"Condition\": {\"ArnLike\": {\"AWS:SourceArn\": \"arn:aws:execute-api:us-east-1:000000000000:1eea5473/*/*\"}}}"
}
[stdout]
{
"Statement": "{\"Sid\": \"apigw-harbor\", \"Effect\": \"Allow\", \"Action\": \"lambda:InvokeFunction\", \"Resource\": \"arn:aws:lambda:us-east-1:000000000000:function:harbor-api-handler\", \"Principal\": {\"Service\": \"apigateway.amazonaws.com\"}, \"Condition\": {\"ArnLike\": {\"AWS:SourceArn\": \"arn:aws:execute-api:us-east-1:000000000000:1eea5473/*/*\"}}}"
}{
"command": "aws lambda delete-function-url-config --function-name harbor-api-handler && echo \"fn url deleted\"",
"description": "Delete Lambda function URL"
}fn url deleted [stdout] fn url deleted
{
"taskId": "6",
"status": "in_progress"
}Updated task #6 status
{
"taskId": "17",
"status": "completed"
}Updated task #17 status
{
"taskId": "4",
"status": "in_progress"
}Updated task #4 status
{
"taskId": "14",
"status": "completed"
}Updated task #14 status
{
"taskId": "3",
"status": "in_progress"
}Updated task #3 status
{
"taskId": "8",
"status": "in_progress"
}Updated task #8 status
{
"command": "cat > /tmp/dlq-policy.json <<'EOF'\n{\n \"Version\": \"2012-10-17\",\n \"Statement\": [\n {\n \"Effect\": \"Allow\",\n \"Action\": [\"sqs:SendMessage\"],\n \"Resource\": \"arn:aws:sqs:us-east-1:000000000000:harbor-api-dlq\"\n }\n ]\n}\nEOF\naws iam put-role-policy --role-name harbor-api-handler-role --policy-name harbor-api-dlq-send --policy-document file:///tmp/dlq-policy.json && echo \"dlq policy attached\"",
"description": "Add SQS SendMessage to lambda role"
}dlq policy attached [stdout] dlq policy attached
{
"command": "cat > /tmp/kms-policy.json <<'EOF'\n{\n \"Version\": \"2012-10-17\",\n \"Statement\": [\n {\n \"Sid\": \"RootAdmin\",\n \"Effect\": \"Allow\",\n \"Principal\": { \"AWS\": \"arn:aws:iam::000000000000:root\" },\n \"Action\": \"kms:*\",\n \"Resource\": \"*\"\n },\n {\n \"Sid\": \"AllowCloudWatchLogs\",\n \"Effect\": \"Allow\",\n \"Principal\": { \"Service\": \"logs.us-east-1.amazonaws.com\" },\n \"Action\": [\n \"kms:Encrypt\",\n \"kms:Decrypt\",\n \"kms:ReEncrypt*\",\n \"kms:GenerateDataKey*\",\n \"kms:Describe*\"\n ],\n \"Resource\": \"*\",\n \"Condition\": {\n \"ArnLike\": {\n \"kms:EncryptionContext:aws:logs:arn\": \"arn:aws:logs:us-east-1:000000000000:log-group:/aws/apigw/harbor-api\"\n }\n }\n }\n ]\n}\nEOF\naws kms put-key-policy --key-id 0097bffa-453b-4b9a-9e41-b0218aec8854 --policy-name default --policy file:///tmp/kms-policy.json && echo \"key policy updated\"",
"description": "Update KMS key policy to allow CW Logs"
}key policy updated [stdout] key policy updated
{
"command": "aws kms enable-key-rotation --key-id 0097bffa-453b-4b9a-9e41-b0218aec8854 && aws kms get-key-rotation-status --key-id 0097bffa-453b-4b9a-9e41-b0218aec8854",
"description": "Enable KMS key rotation"
}{
"KeyRotationEnabled": true,
"KeyId": "arn:aws:kms:us-east-1:000000000000:key/0097bffa-453b-4b9a-9e41-b0218aec8854",
"RotationPeriodInDays": 365,
"NextRotationDate": "2027-05-16T16:15:08.057040+00:00"
}
[stdout]
{
"KeyRotationEnabled": true,
"KeyId": "arn:aws:kms:us-east-1:000000000000:key/0097bffa-453b-4b9a-9e41-b0218aec8854",
"RotationPeriodInDays": 365,
"NextRotationDate": "2027-05-16T16:15:08.057040+00:00"
}{
"command": "aws cloudwatch put-metric-alarm --alarm-name harbor-api-5xx-alarm --metric-name 5xx --namespace AWS/ApiGateway --statistic Sum --period 60 --evaluation-periods 1 --threshold 0 --comparison-operator GreaterThanOrEqualToThreshold --treat-missing-data notBreaching --dimensions Name=ApiName,Value=harbor-api Name=Stage,Value='$default' --alarm-actions arn:aws:sns:us-east-1:000000000000:harbor-api-alarms && echo \"alarm action wired\"",
"description": "Wire alarm to SNS topic"
}alarm action wired [stdout] alarm action wired
{
"command": "aws logs associate-kms-key --log-group-name /aws/apigw/harbor-api --kms-key-id arn:aws:kms:us-east-1:000000000000:key/0097bffa-453b-4b9a-9e41-b0218aec8854 && aws logs describe-log-groups --log-group-name-prefix /aws/apigw/harbor-api",
"description": "Associate CMK with access-log group"
}Exit code 254 aws: [ERROR]: An error occurred (InternalFailure) when calling the AssociateKmsKey operation: The associate_kms_key action has not been implemented [error] tool reported failure
{
"taskId": "8",
"status": "completed"
}Updated task #8 status
{
"taskId": "4",
"status": "completed"
}Updated task #4 status
{
"taskId": "6",
"status": "completed"
}Updated task #6 status
{
"taskId": "3",
"status": "completed"
}Updated task #3 status
{
"taskId": "7",
"status": "in_progress"
}Updated task #7 status
{
"command": "aws cognito-idp update-user-pool-client \\\n --user-pool-id us-east-1_5df9b1b8fc5c4473b01c86fe0f8b7409 \\\n --client-id zhz7ylpbf3h6odvw3l09gkfyk0 \\\n --allowed-o-auth-flows-user-pool-client \\\n --allowed-o-auth-flows client_credentials \\\n --allowed-o-auth-scopes harbor-api/read:things harbor-api/write:things harbor-api/admin:things \\\n --supported-identity-providers COGNITO \\\n --explicit-auth-flows ALLOW_REFRESH_TOKEN_AUTH",
"description": "Fix app client OAuth flows + scopes"
}{
"UserPoolClient": {
"UserPoolId": "us-east-1_5df9b1b8fc5c4473b01c86fe0f8b7409",
"ClientName": "harbor-api-client",
"ClientId": "zhz7ylpbf3h6odvw3l09gkfyk0",
"ClientSecret": "eda555d1",
"LastModifiedDate": "2026-05-16T16:08:57.305532+00:00",
"CreationDate": "2026-05-16T16:08:57.305539+00:00",
"RefreshTokenValidity": 30,
"TokenValidityUnits": {},
"ExplicitAuthFlows": [
"ALLOW_REFRESH_TOKEN_AUTH"
],
"SupportedIdentityProviders": [
"COGNITO"
],
"AllowedOAuthFlows": [
"client_credentials"
],
"AllowedOAuthScopes": [
"harbor-api/read:things",
"harbor-api/write:things",
"harbor-api/admin:things"
],
"AllowedOAuthFlowsUserPoolClient": true,
"EnableTokenRevocation": true,
"EnablePropagateAdditionalUserContextData": false,
"AuthSessionValidity": 3
}
}
[stdout]
{
"UserPoolClient": {
"UserPoolId": "us-east-1_5df9b1b8fc5c4473b01c86fe0f8b7409",
"ClientName": "harbor-api-client",
"ClientId": "zhz7ylpbf3h6odvw3l09gkfyk0",
"ClientSecret": "eda555d1",
"LastModifiedDate": "2026-05-16T16:08:57.305532+00:00",
"CreationDate": "2026-05-16T16:08:57.305539+00:00",
"RefreshTokenValidity": 30,
"TokenValidityUnits": {},
"ExplicitAuthFlows": [
"ALLOW_REFRESH_TOKEN_AUTH"
],
"SupportedIdentityProviders": [
"COGNITO"
],
"AllowedOAuthFlows": [
"client_credentials"
],
"AllowedOAuthScopes": [
"harbor-api/read:things",
"harbor-api/write:things",
"harbor-api/admin:things"
],
"AllowedOAuthFlowsUserPoolClient": true,
"EnableTokenRevocation": true,
"EnablePropagateAdditionalUserContextData": false,
"AuthSessionValidity": 3
}
}{
"taskId": "7",
"status": "completed"
}Updated task #7 status
{
"command": "echo \"=== AUTHORIZERS ===\"; aws apigatewayv2 get-authorizers --api-id 1eea5473; echo \"=== ROUTES ===\"; aws apigatewayv2 get-routes --api-id 1eea5473; echo \"=== INTEGRATION ===\"; aws apigatewayv2 get-integration --api-id 1eea5473 --integration-id c25c1b96; echo \"=== STAGE ===\"; aws apigatewayv2 get-stage --api-id 1eea5473 --stage-name '$default'",
"description": "Verify API config"
}=== AUTHORIZERS ===
{
"Items": [
{
"AuthorizerId": "2471769b",
"AuthorizerType": "JWT",
"IdentitySource": [
"$request.header.Authorization"
],
"JwtConfiguration": {
"Audience": [
"zhz7ylpbf3h6odvw3l09gkfyk0"
],
"Issuer": "https://cognito-idp.us-east-1.amazonaws.com/us-east-1_5df9b1b8fc5c4473b01c86fe0f8b7409"
},
"Name": "harbor-jwt-auth"
}
]
}
=== ROUTES ===
{
"Items": [
{
"ApiKeyRequired": false,
"AuthorizationScopes": [
"harbor-api/read:things"
],
"AuthorizationType": "JWT",
"AuthorizerId": "2471769b",
"RouteId": "a9d011ac",
"RouteKey": "GET /things/{id}",
"Target": "integrations/c25c1b96"
},
{
"ApiKeyRequired": false,
"AuthorizationScopes": [
"harbor-api/write:things"
],
"AuthorizationType": "JWT",
"AuthorizerId": "2471769b",
"RouteId": "db5b0820",
"RouteKey": "POST /things",
"Target": "integrations/c25c1b96"
},
{
"ApiKeyRequired": false,
"AuthorizationScopes": [
"harbor-api/admin:things"
],
"AuthorizationType": "JWT",
"AuthorizerId": "2471769b",
"RouteId": "f531a48a",
"RouteKey": "DELETE /things/{id}",
"Target": "integrations/c25c1b96"
},
{
"ApiKeyRequired": false,
"AuthorizationType": "NONE",
"RouteId": "7b47abe3",
"RouteKey": "OPTIONS /{proxy+}",
"Target": "integrations/c25c1b96"
}
]
}
=== INTEGRATION ===
{
"ConnectionType": "INTERNET",
"IntegrationId": "c25c1b96",
"IntegrationMethod": "POST",
"IntegrationType": "AWS_PROXY",
"IntegrationUri": "arn:aws:lambda:us-east-1:000000000000:function:harbor-api-handler",
"PayloadFormatVersion": "2.0",
"TimeoutInMillis": 30000
}
=== STAGE ===
{
"AccessLogSettings": {
"DestinationArn": "arn:aws:logs:us-east-1:000000000000:log-group:/aws/apigw/harbor-api",
"Format": "{\"requestId\":\"$context.requestId\",\"ip\":\"$context.identity.sourceIp\",\"requestTime\":\"$context.requestTime\",\"httpMethod\":\"$context.httpMethod\",\"routeKey\":\"$context.routeKey\",\"status\":\"$context.status\",\"protocol\":\"$context.protocol\",\"responseLength\":\"$context.responseLength\",\"integrationLatency\":\"$context.integrationLatency\",\"integrationStatus\":\"$context.integrationStatus\",\"responseLatency\":\"$context.responseLatency\",\"userAgent\":\"$context.identity.userAgent\"}"
},
"AutoDeploy": true,
"CreatedDate": "2026-05-16T16:09:10.169057+00:00",
"DefaultRouteSettings": {
"DetailedMetricsEnabled": true,
"ThrottlingBurstLimit": 10,
"ThrottlingRateLimit": 5.0
},
"DeploymentId": "b8db6df1",
"LastDeploymentStatusMessage": "Successfully deployed stage with deployment ID 'b8db6df1'",
"LastUpdatedDate": "2026-05-16T16:14:39.934893+00:00",
"RouteSettings": {
"GET /things/{id}": {
"DetailedMetricsEnabled": true,
"ThrottlingBurstLimit": 2000,
"ThrottlingRateLimit": 1000.0
},
"POST /things": {
"DetailedMetricsEnabled": true,
"ThrottlingBurstLimit": 200,
"ThrottlingRateLimit": 100.0
},
"DELETE /things/{id}": {
"DetailedMetricsEnabled": true,
"ThrottlingBurstLimit": 20,
"ThrottlingRateLimit": 10.0
}
},
"StageName": "$default",
"StageVariables": {},
"Tags": {}
}
[stdout]
=== AUTHORIZERS ===
{
"Items": [
{
"AuthorizerId": "2471769b",
"AuthorizerType"
…[truncated]{
"command": "echo \"=== API CORS ===\"; aws apigatewayv2 get-api --api-id 1eea5473; echo \"=== DOMAIN ===\"; aws apigatewayv2 get-domain-name --domain-name api.harbor.example; echo \"=== LAMBDA POLICY ===\"; aws lambda get-policy --function-name harbor-api-handler; echo \"=== FN URLS ===\"; aws lambda list-function-url-configs --function-name harbor-api-handler",
"description": "Verify CORS, domain, lambda"
}=== API CORS ===
{
"ApiEndpoint": "http://1eea5473.execute-api.localhost.localstack.cloud:4566",
"ApiId": "1eea5473",
"ApiKeySelectionExpression": "$request.header.x-api-key",
"CorsConfiguration": {
"AllowCredentials": false,
"AllowHeaders": [
"content-type",
"authorization"
],
"AllowMethods": [
"GET",
"POST",
"DELETE",
"OPTIONS"
],
"AllowOrigins": [
"https://harbor.example"
],
"MaxAge": 600
},
"CreatedDate": "2026-05-16T16:09:06.254000+00:00",
"DisableExecuteApiEndpoint": false,
"IpAddressType": "ipv4",
"Name": "harbor-api",
"ProtocolType": "HTTP",
"RouteSelectionExpression": "$request.method $request.path",
"Tags": {}
}
=== DOMAIN ===
{
"ApiMappingSelectionExpression": "$request.basepath",
"DomainName": "api.harbor.example",
"DomainNameArn": "arn:aws:apigateway:us-east-1::/domainnames/api.harbor.example",
"DomainNameConfigurations": [
{
"ApiGatewayDomainName": "d-6923abfa.execute-api.localhost.localstack.cloud",
"CertificateArn": "arn:aws:acm:us-east-1:000000000000:certificate/67257fe0-152f-4b84-bcdf-1e7763817a0e",
"DomainNameStatus": "AVAILABLE",
"EndpointType": "REGIONAL",
"HostedZoneId": "542ca419",
"SecurityPolicy": "TLS_1_2"
}
],
"RoutingMode": "API_MAPPING_ONLY",
"Tags": {}
}
=== LAMBDA POLICY ===
{
"Policy": "{\"Version\": \"2012-10-17\", \"Id\": \"default\", \"Statement\": [{\"Sid\": \"apigw-harbor\", \"Effect\": \"Allow\", \"Action\": \"lambda:InvokeFunction\", \"Resource\": \"arn:aws:lambda:us-east-1:000000000000:function:harbor-api-handler\", \"Principal\": {\"Service\": \"apigateway.amazonaws.com\"}, \"Condition\": {\"ArnLike\": {\"AWS:SourceArn\": \"arn:aws:execute-api:us-east-1:000000000000:1eea5473/*/*\"}}}]}",
"RevisionId": "8fce4134-9b43-4666-b99d-1761092c0fdc"
}
=== FN URLS ===
{
"FunctionUrlConfigs": []
}
[stdout]
=== API CORS ===
{
"ApiEndpoint": "http://1eea5473.execute-api.localhost.localstack.cloud:4566",
"ApiId": "1eea5473",
"ApiKeySelectionExpression": "$request.header.x-api-key",
"CorsConfiguration": {
"AllowCredentials": false,
"AllowHeaders": [
"content-type",
"authorization"
],
"AllowMethods": [
"GET",
"POST",
"DELETE",
"OPTIONS"
],
"AllowOrigins": [
"https://harbor.example"
],
"MaxAge": 600
},
"CreatedDate": "2026-05-16T16:09:06.254000+00:00",
"DisableExecuteApiEndpoint": false,
"IpAddressType": "ipv4",
"Name": "harbor-api",
"ProtocolType": "HTTP",
"RouteSelectionExpression": "$request.method $request.path",
"Tags": {}
}
=== DOMAIN ===
{
"ApiMappingSelectionExpression": "$request.basepath",
"DomainName": "api.harbor.example",
"DomainNameArn": "arn:aws:apigateway:us-east-1::/domainnames/api.harbor.example",
"DomainNameConfigurations": [
{
"ApiGatewayDomainName": "d-6923abfa.execute-api.localhost.localstack.cloud",
"CertificateArn": "arn:aws:acm:us-east-1:000000000000:certificate/67257fe0-152f-4b84-bcdf-1e7763817a0e",
"DomainNameStatus": "AVAILABLE",
"EndpointType": "REGIONAL",
"HostedZoneId": "542ca419",
"SecurityPolicy": "TLS_1_2"
}
],
"RoutingMode": "API_MAPPING_ONLY",
"Tags": {}
}
=== LAMBDA POLICY ===
{
"Policy": "{\"Version\": \"2012-10-17\", \"Id\": \"default\", \"Statement\": [{\"Sid\": \"apigw-harbor\", \"Effect\": \"Allow\", \"Action\": \"lambda:InvokeFunction\", \"Resource\": \"arn:aws:lambda:us-east-1:000000000000:function:harbor-api-handler\", \"Principal\": {\"Service\": \"apigateway.amazonaws.com\"}, \"Condition\": {\"ArnLike\": {\"AWS:SourceArn\": \"arn
…[truncated]{
"command": "echo \"=== ROLE INLINE POLICY ===\"; aws iam get-role-policy --role-name harbor-api-handler-role --policy-name harbor-api-dlq-send; echo \"=== KMS POLICY ===\"; aws kms get-key-policy --key-id 0097bffa-453b-4b9a-9e41-b0218aec8854 --policy-name default; echo \"=== KMS ROTATION ===\"; aws kms get-key-rotation-status --key-id 0097bffa-453b-4b9a-9e41-b0218aec8854; echo \"=== ALARM ===\"; aws cloudwatch describe-alarms --alarm-names harbor-api-5xx-alarm; echo \"=== LOG GROUP ===\"; aws logs describe-log-groups --log-group-name-prefix /aws/apigw/harbor-api",
"description": "Verify IAM, KMS, alarm, log group"
}=== ROLE INLINE POLICY ===
{
"RoleName": "harbor-api-handler-role",
"PolicyName": "harbor-api-dlq-send",
"PolicyDocument": {
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"sqs:SendMessage"
],
"Resource": "arn:aws:sqs:us-east-1:000000000000:harbor-api-dlq"
}
]
}
}
=== KMS POLICY ===
{
"Policy": "{\n \"Version\": \"2012-10-17\",\n \"Statement\": [\n {\n \"Sid\": \"RootAdmin\",\n \"Effect\": \"Allow\",\n \"Principal\": { \"AWS\": \"arn:aws:iam::000000000000:root\" },\n \"Action\": \"kms:*\",\n \"Resource\": \"*\"\n },\n {\n \"Sid\": \"AllowCloudWatchLogs\",\n \"Effect\": \"Allow\",\n \"Principal\": { \"Service\": \"logs.us-east-1.amazonaws.com\" },\n \"Action\": [\n \"kms:Encrypt\",\n \"kms:Decrypt\",\n \"kms:ReEncrypt*\",\n \"kms:GenerateDataKey*\",\n \"kms:Describe*\"\n ],\n \"Resource\": \"*\",\n \"Condition\": {\n \"ArnLike\": {\n \"kms:EncryptionContext:aws:logs:arn\": \"arn:aws:logs:us-east-1:000000000000:log-group:/aws/apigw/harbor-api\"\n }\n }\n }\n ]\n}\n"
}
=== KMS ROTATION ===
{
"KeyRotationEnabled": true,
"KeyId": "arn:aws:kms:us-east-1:000000000000:key/0097bffa-453b-4b9a-9e41-b0218aec8854",
"RotationPeriodInDays": 365,
"NextRotationDate": "2027-05-16T16:15:08.057040+00:00"
}
=== ALARM ===
{
"MetricAlarms": [
{
"AlarmName": "harbor-api-5xx-alarm",
"AlarmArn": "arn:aws:cloudwatch:us-east-1:000000000000:alarm:harbor-api-5xx-alarm",
"AlarmConfigurationUpdatedTimestamp": "2026-05-16T16:15:08.987582+00:00",
"ActionsEnabled": true,
"OKActions": [],
"AlarmActions": [
"arn:aws:sns:us-east-1:000000000000:harbor-api-alarms"
],
"InsufficientDataActions": [],
"StateValue": "OK",
"StateReason": "Threshold Crossed: no datapoints were received for 1 period and 1 missing datapoint was treated as [NonBreaching].",
"StateReasonData": "{\"version\": \"1.0\", \"queryDate\": \"2026-05-16T16:15:08+0000\", \"period\": 60, \"recentDatapoints\": [], \"threshold\": 0.0, \"statistic\": \"Sum\", \"startDate\": \"2026-05-16T16:15:08+0000\"}",
"StateUpdatedTimestamp": "2026-05-16T16:15:09.016509+00:00",
"MetricName": "5xx",
"Namespace": "AWS/ApiGateway",
"Statistic": "Sum",
"Dimensions": [
{
"Name": "ApiName",
"Value": "harbor-api"
},
{
"Name": "Stage",
"Value": "$default"
}
],
"Period": 60,
"EvaluationPeriods": 1,
"Threshold": 0.0,
"ComparisonOperator": "GreaterThanOrEqualToThreshold",
"TreatMissingData": "notBreaching",
"StateTransitionedTimestamp": "2026-05-16T16:15:09.016496+00:00"
}
],
"CompositeAlarms": []
}
=== LOG GROUP ===
{
"logGroups": [
{
"logGroupName": "/aws/apigw/harbor-api",
"creationTime": 1778947744178,
"retentionInDays": 30,
"metricFilterCount": 0,
"arn": "arn:aws:logs:us-east-1:000000000000:log-group:/aws/apigw/harbor-api:*",
"storedBytes": 0,
"logGroupClass": "STANDARD",
"logGroupArn": "arn:aws:logs:us-east-1:000000000000:log-group:/aws/apigw/harbor-api"
}
]
}
[stdout]
=== ROLE INLINE POLICY ===
{
"RoleName": "harbor-api-handler-role",
"PolicyName": "harbor-api-dlq-send",
"PolicyDocument": {
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Ac
…[truncated]No file changes, the agent left the workspace untouched.
downloading uv 0.9.7 aarch64-unknown-linux-gnu
Downloading botocore (12.7MiB)
Downloading pygments (1.2MiB)
Downloading pygments
Downloading botocore
Installed 13 packages in 160ms
============================= test session starts ==============================
platform linux -- Python 3.12.3, pytest-8.4.1, pluggy-1.6.0 -- /root/.cache/uv/archive-v0/J2v8zfgBtoTCxshvOHZXe/bin/python
cachedir: .pytest_cache
rootdir: /tests
plugins: json-ctrf-0.3.5
collecting ... collected 77 items
../tests/test_outputs.py::test_01_user_pool_exists PASSED [ 1%]
../tests/test_outputs.py::test_02_resource_server_exists_with_three_scopes PASSED [ 2%]
../tests/test_outputs.py::test_03_app_client_exists PASSED [ 3%]
../tests/test_outputs.py::test_04_lambda_function_exists PASSED [ 5%]
../tests/test_outputs.py::test_05_lambda_role_exists PASSED [ 6%]
../tests/test_outputs.py::test_06_log_group_exists PASSED [ 7%]
../tests/test_outputs.py::test_07_http_api_exists PASSED [ 9%]
../tests/test_outputs.py::test_08_authorizer_exists PASSED [ 10%]
../tests/test_outputs.py::test_09_integration_exists PASSED [ 11%]
../tests/test_outputs.py::test_10_four_routes_present_and_options_keyed_proxy PASSED [ 12%]
../tests/test_outputs.py::test_11_all_ssm_pointers_resolve PASSED [ 14%]
../tests/test_outputs.py::test_12_ssm_pool_id_format_matches_cognito PASSED [ 15%]
../tests/test_outputs.py::test_13_ssm_route_ids_match_actual_routes_by_key PASSED [ 16%]
../tests/test_outputs.py::test_14_ssm_acm_cert_arn_is_acm_shaped PASSED [ 18%]
../tests/test_outputs.py::test_15_api_protocol_type_http PASSED [ 19%]
../tests/test_outputs.py::test_16_stage_default_exists PASSED [ 20%]
../tests/test_outputs.py::test_17_stage_auto_deploy_true PASSED [ 22%]
../tests/test_outputs.py::test_18_route_count_at_least_four PASSED [ 23%]
../tests/test_outputs.py::test_19_authorizer_type_is_jwt PASSED [ 24%]
../tests/test_outputs.py::test_20_authorizer_identity_source_is_authorization_header PASSED [ 25%]
../tests/test_outputs.py::test_21_authorizer_issuer_matches_user_pool_well_known_url PASSED [ 27%]
../tests/test_outputs.py::test_22_authorizer_issuer_uses_https PASSED [ 28%]
../tests/test_outputs.py::test_23_authorizer_audience_is_exactly_the_app_client_id PASSED [ 29%]
../tests/test_outputs.py::test_24_authorizer_audience_does_not_leak_user_pool_id PASSED [ 31%]
../tests/test_outputs.py::test_25_app_client_oauth_flow_is_client_credentials PASSED [ 32%]
../tests/test_outputs.py::test_26_app_client_has_oauth_flows_user_pool_client_true PASSED [ 33%]
../tests/test_outputs.py::test_27_app_client_scopes_are_resource_server_prefixed PASSED [ 35%]
../tests/test_outputs.py::test_28_app_client_scopes_cover_all_three_custom_scopes PASSED [ 36%]
../tests/test_outputs.py::test_29_app_client_has_generated_secret PASSED [ 37%]
../tests/test_outputs.py::test_30_app_client_supported_idp_includes_cognito PASSED [ 38%]
../tests/test_outputs.py::test_31_user_pool_domain_pointer_set_to_expected PASSED [ 40%]
../tests/test_outputs.py::test_32_get_route_is_jwt_with_read_scope PASSED [ 41%]
../tests/test_outputs.py::test_33_post_route_is_jwt_with_write_scope PASSED [ 42%]
../tests/test_outputs.py::test_34_delete_route_is_jwt_with_admin_scope PASSED [ 44%]
../tests/test_outputs.py::test_35_business_routes_all_share_the_same_authorizer_id PASSED [ 45%]
../tests/test_outputs.py::test_36_options_route_authorization_none PASSED [ 46%]
../tests/test_outputs.py::test_37_no_business_route_uses_authorization_type_none PASSED [ 48%]
../tests/test_outputs.py::test_38_no_route_uses_custom_or_request_authorizer PASSED [ 49%]
../tests/test_outputs.py::test_39_integration_type_is_aws_proxy PASSED [ 50%]
../tests/test_outputs.py::test_40_no_mock_integration_present PASSED [ 51%]
../tests/test_outputs.py::test_41_integration_payload_format_v2 PASSED [ 53%]
../tests/test_outputs.py::test_42_integration_method_is_post PASSED [ 54%]
../tests/test_outputs.py::test_43_integration_uri_references_harbor_api_handler_lambda PASSED [ 55%]
../tests/test_outputs.py::test_44_all_routes_target_the_same_integration PASSED [ 57%]
../tests/test_outputs.py::test_45_lambda_resource_policy_grants_apigateway_principal PASSED [ 58%]
../tests/test_outputs.py::test_46_lambda_invoke_action_is_invoke_function PASSED [ 59%]
../tests/test_outputs.py::test_47_lambda_resource_policy_source_arn_pinned_to_this_api PASSED [ 61%]
../tests/test_outputs.py::test_48_lambda_resource_policy_does_not_admit_principal_star_unconditionally PASSED [ 62%]
../tests/test_outputs.py::test_49_stage_default_route_settings_floor_set PASSED [ 63%]
../tests/test_outputs.py::test_50_stage_default_detailed_metrics_enabled PASSED [ 64%]
../tests/test_outputs.py::test_51_stage_route_settings_present_for_all_three_business_routes PASSED [ 66%]
../tests/test_outputs.py::test_52_stage_route_settings_throttle_ordering_get_gt_post_gt_delete PASSED [ 67%]
../tests/test_outputs.py::test_53_stage_per_route_rates_present_and_positive PASSED [ 68%]
../tests/test_outputs.py::test_54_stage_access_log_destination_is_real_log_group PASSED [ 70%]
../tests/test_outputs.py::test_55_stage_access_log_format_is_json_with_required_fields PASSED [ 71%]
../tests/test_outputs.py::test_56_api_has_cors_configuration PASSED [ 72%]
../tests/test_outputs.py::test_57_cors_origin_wildcard_not_combined_with_credentials PASSED [ 74%]
../tests/test_outputs.py::test_58_cors_allow_headers_includes_authorization PASSED [ 75%]
../tests/test_outputs.py::test_59_cors_methods_cover_business_verbs PASSED [ 76%]
../tests/test_outputs.py::test_60_log_group_pointer_matches_actual_group_name PASSED [ 77%]
../tests/test_outputs.py::test_61_log_group_retention_finite_and_bounded PASSED [ 79%]
../tests/test_outputs.py::test_62_log_group_arn_referenced_by_stage_destination PASSED [ 80%]
../tests/test_outputs.py::test_63_lambda_role_trust_admits_lambda_service_only PASSED [ 81%]
../tests/test_outputs.py::test_64_lambda_role_has_basic_execution_policy PASSED [ 83%]
../tests/test_outputs.py::test_65_lambda_runtime_is_python3 PASSED [ 84%]
../tests/test_outputs.py::test_66_no_function_url_bypassing_jwt PASSED [ 85%]
../tests/test_outputs.py::test_67_no_extra_jwt_authorizers_with_different_issuers PASSED [ 87%]
../tests/test_outputs.py::test_68_authorizer_id_in_ssm_resolves_to_a_real_authorizer_on_this_api PASSED [ 88%]
../tests/test_outputs.py::test_69_acm_cert_arn_is_resolvable_acm_resource PASSED [ 89%]
../tests/test_outputs.py::test_70_audience_is_a_singleton_or_pinned_list PASSED [ 90%]
../tests/test_outputs.py::test_71_cors_allow_methods_enumerated_not_wildcard PASSED [ 92%]
../tests/test_outputs.py::test_72_cors_max_age_positive_finite PASSED [ 93%]
../tests/test_outputs.py::test_73_custom_domain_security_policy_tls12 PASSED [ 94%]
../tests/test_outputs.py::test_74_kms_c13a PASSED [ 96%]
../tests/test_outputs.py::test_75_dlq_c13b PASSED [ 97%]
../tests/test_outputs.py::test_76_alarm_c13c PASSED [ 98%]
../tests/test_outputs.py::test_77_kms_c13d PASSED [100%]
=============================== warnings summary ===============================
test_outputs.py: 200 warnings
/root/.cache/uv/archive-v0/J2v8zfgBtoTCxshvOHZXe/lib/python3.12/site-packages/botocore/auth.py:424: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
datetime_now = datetime.datetime.utcnow()
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
==================================== PASSES ====================================
=========================== short test summary info ============================
PASSED ../tests/test_outputs.py::test_01_user_pool_exists
PASSED ../tests/test_outputs.py::test_02_resource_server_exists_with_three_scopes
PASSED ../tests/test_outputs.py::test_03_app_client_exists
PASSED ../tests/test_outputs.py::test_04_lambda_function_exists
PASSED ../tests/test_outputs.py::test_05_lambda_role_exists
PASSED ../tests/test_outputs.py::test_06_log_group_exists
PASSED ../tests/test_outputs.py::test_07_http_api_exists
PASSED ../tests/test_outputs.py::test_08_authorizer_exists
PASSED ../tests/test_outputs.py::test_09_integration_exists
PASSED ../tests/test_outputs.py::test_10_four_routes_present_and_options_keyed_proxy
PASSED ../tests/test_outputs.py::test_11_all_ssm_pointers_resolve
PASSED ../tests/test_outputs.py::test_12_ssm_pool_id_format_matches_cognito
PASSED ../tests/test_outputs.py::test_13_ssm_route_ids_match_actual_routes_by_key
PASSED ../tests/test_outputs.py::test_14_ssm_acm_cert_arn_is_acm_shaped
PASSED ../tests/test_outputs.py::test_15_api_protocol_type_http
PASSED ../tests/test_outputs.py::test_16_stage_default_exists
PASSED ../tests/test_outputs.py::test_17_stage_auto_deploy_true
PASSED ../tests/test_outputs.py::test_18_route_count_at_least_four
PASSED ../tests/test_outputs.py::test_19_authorizer_type_is_jwt
PASSED ../tests/test_outputs.py::test_20_authorizer_identity_source_is_authorization_header
PASSED ../tests/test_outputs.py::test_21_authorizer_issuer_matches_user_pool_well_known_url
PASSED ../tests/test_outputs.py::test_22_authorizer_issuer_uses_https
PASSED ../tests/test_outputs.py::test_23_authorizer_audience_is_exactly_the_app_client_id
PASSED ../tests/test_outputs.py::test_24_authorizer_audience_does_not_leak_user_pool_id
PASSED ../tests/test_outputs.py::test_25_app_client_oauth_flow_is_client_credentials
PASSED ../tests/test_outputs.py::test_26_app_client_has_oauth_flows_user_pool_client_true
PASSED ../tests/test_outputs.py::test_27_app_client_scopes_are_resource_server_prefixed
PASSED ../tests/test_outputs.py::test_28_app_client_scopes_cover_all_three_custom_scopes
PASSED ../tests/test_outputs.py::test_29_app_client_has_generated_secret
PASSED ../tests/test_outputs.py::test_30_app_client_supported_idp_includes_cognito
PASSED ../tests/test_outputs.py::test_31_user_pool_domain_pointer_set_to_expected
PASSED ../tests/test_outputs.py::test_32_get_route_is_jwt_with_read_scope
PASSED ../tests/test_outputs.py::test_33_post_route_is_jwt_with_write_scope
PASSED ../tests/test_outputs.py::test_34_delete_route_is_jwt_with_admin_scope
PASSED ../tests/test_outputs.py::test_35_business_routes_all_share_the_same_authorizer_id
PASSED ../tests/test_outputs.py::test_36_options_route_authorization_none
PASSED ../tests/test_outputs.py::test_37_no_business_route_uses_authorization_type_none
PASSED ../tests/test_outputs.py::test_38_no_route_uses_custom_or_request_authorizer
PASSED ../tests/test_outputs.py::test_39_integration_type_is_aws_proxy
PASSED ../tests/test_outputs.py::test_40_no_mock_integration_present
PASSED ../tests/test_outputs.py::test_41_integration_payload_format_v2
PASSED ../tests/test_outputs.py::test_42_integration_method_is_post
PASSED ../tests/test_outputs.py::test_43_integration_uri_references_harbor_api_handler_lambda
PASSED ../tests/test_outputs.py::test_44_all_routes_target_the_same_integration
PASSED ../tests/test_outputs.py::test_45_lambda_resource_policy_grants_apigateway_principal
PASSED ../tests/test_outputs.py::test_46_lambda_invoke_action_is_invoke_function
PASSED ../tests/test_outputs.py::test_47_lambda_resource_policy_source_arn_pinned_to_this_api
PASSED ../tests/test_outputs.py::test_48_lambda_resource_policy_does_not_admit_principal_star_unconditionally
PASSED ../tests/test_outputs.py::test_49_stage_default_route_settings_floor_set
PASSED ../tests/test_outputs.py::test_50_stage_default_detailed_metrics_enabled
PASSED ../tests/test_outputs.py::test_51_stage_route_settings_present_for_all_three_business_routes
PASSED ../tests/test_outputs.py::test_52_stage_route_settings_throttle_ordering_get_gt_post_gt
… (truncated at 12,000 chars, full verifier log is in the trial artifacts)Reproduce this trial: git checkout 2f94510 && PYTHONPATH=src python3 scripts/build_site.py , then open trial/trial_90b519ef7c2c4546. Re-running the agent live requires EVAL_PLATFORM_ENABLE_OAUTH_SMOKE=1 and is non-deterministic.
Trial trial_90b519ef7c2c4546 · verifier authoritative; classifier explanatory.