tests/test.sh exit code (0 → resolved); the classification below is post-hoc and cannot change it.{
"command": "echo \"AWS_ENDPOINT_URL=$AWS_ENDPOINT_URL\"; echo \"ENFORCE_IAM=$ENFORCE_IAM\"; aws --version 2>&1 | head -1",
"description": "Check environment variables"
}AWS_ENDPOINT_URL=http://localstack:4566 ENFORCE_IAM= aws-cli/2.34.48 Python/3.14.4 Linux/6.12.76-linuxkit exe/aarch64.ubuntu.24 [stdout] AWS_ENDPOINT_URL=http://localstack:4566 ENFORCE_IAM= aws-cli/2.34.48 Python/3.14.4 Linux/6.12.76-linuxkit exe/aarch64.ubuntu.24
{
"command": "aws ssm get-parameters-by-path --path /harbor/boundary --recursive --query 'Parameters[].[Name,Value]' --output text",
"description": "Read SSM manifest"
}/harbor/boundary/policy-arn arn:aws:iam::000000000000:policy/AnalystBoundaryPolicy /harbor/boundary/identity-arn arn:aws:iam::000000000000:policy/AnalystIdentityPolicy /harbor/boundary/user-arn arn:aws:iam::000000000000:user/analyst-user /harbor/boundary/kms-key-arn arn:aws:kms:us-east-1:000000000000:key/26c7d4ba-e936-45dc-afa1-44877dba221f /harbor/boundary/bucket-name vault-bucket /harbor/boundary/analyst-access-key-id LKIAQAAAAAAAF6NQPHFW /harbor/boundary/analyst-secret-key kms:alias/aws/ssm:ARxuPipyKjUUFuwB4Gkf49xG3bgPnBMUd0QXOjJw [stdout] /harbor/boundary/policy-arn arn:aws:iam::000000000000:policy/AnalystBoundaryPolicy /harbor/boundary/identity-arn arn:aws:iam::000000000000:policy/AnalystIdentityPolicy /harbor/boundary/user-arn arn:aws:iam::000000000000:user/analyst-user /harbor/boundary/kms-key-arn arn:aws:kms:us-east-1:000000000000:key/26c7d4ba-e936-45dc-afa1-44877dba221f /harbor/boundary/bucket-name vault-bucket /harbor/boundary/analyst-access-key-id LKIAQAAAAAAAF6NQPHFW /harbor/boundary/analyst-secret-key kms:alias/aws/ssm:ARxuPipyKjUUFuwB4Gkf49xG3bgPnBMUd0QXOjJw
{
"command": "aws ssm get-parameter --name /harbor/boundary/analyst-secret-key --with-decryption --query 'Parameter.Value' --output text",
"description": "Get decrypted secret key"
}ARxuPipyKjUUFuwB4Gkf49xG3bgPnBMUd0QXOjJw [stdout] ARxuPipyKjUUFuwB4Gkf49xG3bgPnBMUd0QXOjJw
{
"command": "aws iam get-user --user-name analyst-user",
"description": "Get analyst-user info"
}{
"User": {
"Path": "/",
"UserName": "analyst-user",
"UserId": "AIDAQAAAAAAAGPSSPJTO3",
"Arn": "arn:aws:iam::000000000000:user/analyst-user",
"CreateDate": "2026-05-17T07:57:36.239247+00:00"
}
}
[stdout]
{
"User": {
"Path": "/",
"UserName": "analyst-user",
"UserId": "AIDAQAAAAAAAGPSSPJTO3",
"Arn": "arn:aws:iam::000000000000:user/analyst-user",
"CreateDate": "2026-05-17T07:57:36.239247+00:00"
}
}{
"command": "aws iam list-policies --scope Local --query 'Policies[].[PolicyName,Arn]' --output text",
"description": "List local managed policies"
}AnalystBoundary arn:aws:iam::000000000000:policy/AnalystBoundary AnalystIdentityPolicy arn:aws:iam::000000000000:policy/AnalystIdentityPolicy [stdout] AnalystBoundary arn:aws:iam::000000000000:policy/AnalystBoundary AnalystIdentityPolicy arn:aws:iam::000000000000:policy/AnalystIdentityPolicy
{
"command": "aws iam list-attached-user-policies --user-name analyst-user",
"description": "List policies attached to analyst-user"
}{
"AttachedPolicies": [
{
"PolicyName": "AnalystIdentityPolicy",
"PolicyArn": "arn:aws:iam::000000000000:policy/AnalystIdentityPolicy"
}
]
}
[stdout]
{
"AttachedPolicies": [
{
"PolicyName": "AnalystIdentityPolicy",
"PolicyArn": "arn:aws:iam::000000000000:policy/AnalystIdentityPolicy"
}
]
}{
"command": "aws iam get-policy --policy-arn arn:aws:iam::000000000000:policy/AnalystBoundary",
"description": "Get AnalystBoundary policy"
}{
"Policy": {
"PolicyName": "AnalystBoundary",
"PolicyId": "AL2HP210J1Z8PVTXQGKEJ",
"Arn": "arn:aws:iam::000000000000:policy/AnalystBoundary",
"Path": "/",
"DefaultVersionId": "v1",
"AttachmentCount": 0,
"PermissionsBoundaryUsageCount": 0,
"IsAttachable": true,
"CreateDate": "2026-05-17T07:57:35.561323+00:00",
"UpdateDate": "2026-05-17T07:57:35.561323+00:00",
"Tags": []
}
}
[stdout]
{
"Policy": {
"PolicyName": "AnalystBoundary",
"PolicyId": "AL2HP210J1Z8PVTXQGKEJ",
"Arn": "arn:aws:iam::000000000000:policy/AnalystBoundary",
"Path": "/",
"DefaultVersionId": "v1",
"AttachmentCount": 0,
"PermissionsBoundaryUsageCount": 0,
"IsAttachable": true,
"CreateDate": "2026-05-17T07:57:35.561323+00:00",
"UpdateDate": "2026-05-17T07:57:35.561323+00:00",
"Tags": []
}
}{
"command": "aws iam get-policy --policy-arn arn:aws:iam::000000000000:policy/AnalystIdentityPolicy",
"description": "Get AnalystIdentityPolicy"
}{
"Policy": {
"PolicyName": "AnalystIdentityPolicy",
"PolicyId": "A1EBI427AQQJLL3OZR12E",
"Arn": "arn:aws:iam::000000000000:policy/AnalystIdentityPolicy",
"Path": "/",
"DefaultVersionId": "v1",
"AttachmentCount": 1,
"PermissionsBoundaryUsageCount": 0,
"IsAttachable": true,
"CreateDate": "2026-05-17T07:57:35.217573+00:00",
"UpdateDate": "2026-05-17T07:57:35.217573+00:00",
"Tags": []
}
}
[stdout]
{
"Policy": {
"PolicyName": "AnalystIdentityPolicy",
"PolicyId": "A1EBI427AQQJLL3OZR12E",
"Arn": "arn:aws:iam::000000000000:policy/AnalystIdentityPolicy",
"Path": "/",
"DefaultVersionId": "v1",
"AttachmentCount": 1,
"PermissionsBoundaryUsageCount": 0,
"IsAttachable": true,
"CreateDate": "2026-05-17T07:57:35.217573+00:00",
"UpdateDate": "2026-05-17T07:57:35.217573+00:00",
"Tags": []
}
}{
"command": "aws iam list-access-keys --user-name analyst-user",
"description": "List access keys for analyst-user"
}{
"AccessKeyMetadata": [
{
"UserName": "analyst-user",
"AccessKeyId": "LKIAQAAAAAAAF6NQPHFW",
"Status": "Active",
"CreateDate": "2026-05-17T07:57:36.920101+00:00"
}
]
}
[stdout]
{
"AccessKeyMetadata": [
{
"UserName": "analyst-user",
"AccessKeyId": "LKIAQAAAAAAAF6NQPHFW",
"Status": "Active",
"CreateDate": "2026-05-17T07:57:36.920101+00:00"
}
]
}{
"command": "aws iam get-policy-version --policy-arn arn:aws:iam::000000000000:policy/AnalystBoundary --version-id v1",
"description": "Get AnalystBoundary document"
}{
"PolicyVersion": {
"Document": {
"Version": "2012-10-17",
"Statement": [
{
"Sid": "BucketListing",
"Effect": "Allow",
"Action": [
"s3:ListBucket",
"s3:GetBucketLocation"
],
"NotResource": "arn:aws:s3:::vault-bucket/public/*"
},
{
"Sid": "ObjectOps",
"Effect": "Allow",
"Action": [
"s3:GetObject",
"s3:PutObject",
"s3:DeleteObject"
],
"Resource": "arn:aws:s3:::vault-bucket/Confidential/*"
},
{
"Sid": "PublicGuard",
"Effect": "Deny",
"Action": "s3:*",
"Resource": "arn:aws:s3:::vault-bucket/public/*"
},
{
"Sid": "KmsForVault",
"Effect": "Allow",
"Action": "kms:*",
"Resource": "arn:aws:kms:us-east-1:000000000000:key/26c7d4ba-e936-45dc-afa1-44877dba221f"
}
]
},
"VersionId": "v1",
"IsDefaultVersion": true,
"CreateDate": "2026-05-17T07:57:35.561323+00:00"
}
}
[stdout]
{
"PolicyVersion": {
"Document": {
"Version": "2012-10-17",
"Statement": [
{
"Sid": "BucketListing",
"Effect": "Allow",
"Action": [
"s3:ListBucket",
"s3:GetBucketLocation"
],
"NotResource": "arn:aws:s3:::vault-bucket/public/*"
},
{
"Sid": "ObjectOps",
"Effect": "Allow",
"Action": [
"s3:GetObject",
"s3:PutObject",
"s3:DeleteObject"
],
"Resource": "arn:aws:s3:::vault-bucket/Confidential/*"
},
{
"Sid": "PublicGuard",
"Effect": "Deny",
"Action": "s3:*",
"Resource": "arn:aws:s3:::vault-bucket/public/*"
},
{
"Sid": "KmsForVault",
"Effect": "Allow",
"Action": "kms:*",
"Resource": "arn:aws:kms:us-east-1:000000000000:key/26c7d4ba-e936-45dc-afa1-44877dba221f"
}
]
},
"VersionId": "v1",
"IsDefaultVersion": true,
"CreateDate": "2026-05-17T07:57:35.561323+00:00"
}
}{
"command": "aws iam get-policy-version --policy-arn arn:aws:iam::000000000000:policy/AnalystIdentityPolicy --version-id v1",
"description": "Get AnalystIdentityPolicy document"
}{
"PolicyVersion": {
"Document": {
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AnalystS3",
"Effect": "Allow",
"Action": "s3:*",
"Resource": "*"
},
{
"Sid": "AnalystKms",
"Effect": "Allow",
"Action": "kms:*",
"Resource": "*"
},
{
"Sid": "AnalystGuard",
"Effect": "Deny",
"Action": "s3:PutObject",
"Resource": "arn:aws:s3:::vault-bucket/public/*"
}
]
},
"VersionId": "v1",
"IsDefaultVersion": true,
"CreateDate": "2026-05-17T07:57:35.217573+00:00"
}
}
[stdout]
{
"PolicyVersion": {
"Document": {
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AnalystS3",
"Effect": "Allow",
"Action": "s3:*",
"Resource": "*"
},
{
"Sid": "AnalystKms",
"Effect": "Allow",
"Action": "kms:*",
"Resource": "*"
},
{
"Sid": "AnalystGuard",
"Effect": "Deny",
"Action": "s3:PutObject",
"Resource": "arn:aws:s3:::vault-bucket/public/*"
}
]
},
"VersionId": "v1",
"IsDefaultVersion": true,
"CreateDate": "2026-05-17T07:57:35.217573+00:00"
}
}{
"command": "aws iam list-policy-versions --policy-arn arn:aws:iam::000000000000:policy/AnalystBoundary\naws iam list-policy-versions --policy-arn arn:aws:iam::000000000000:policy/AnalystIdentityPolicy",
"description": "List policy versions"
}{
"Versions": [
{
"VersionId": "v2",
"IsDefaultVersion": false,
"CreateDate": "2026-05-17T07:57:35.907638+00:00"
},
{
"VersionId": "v1",
"IsDefaultVersion": true,
"CreateDate": "2026-05-17T07:57:35.561323+00:00"
}
]
}
{
"Versions": [
{
"VersionId": "v1",
"IsDefaultVersion": true,
"CreateDate": "2026-05-17T07:57:35.217573+00:00"
}
]
}
[stdout]
{
"Versions": [
{
"VersionId": "v2",
"IsDefaultVersion": false,
"CreateDate": "2026-05-17T07:57:35.907638+00:00"
},
{
"VersionId": "v1",
"IsDefaultVersion": true,
"CreateDate": "2026-05-17T07:57:35.561323+00:00"
}
]
}
{
"Versions": [
{
"VersionId": "v1",
"IsDefaultVersion": true,
"CreateDate": "2026-05-17T07:57:35.217573+00:00"
}
]
}{
"command": "aws iam get-policy-version --policy-arn arn:aws:iam::000000000000:policy/AnalystBoundary --version-id v2",
"description": "Get AnalystBoundary v2"
}{
"PolicyVersion": {
"Document": {
"Version": "2012-10-17",
"Statement": [
{
"Sid": "BucketListing",
"Effect": "Allow",
"Action": [
"s3:ListBucket",
"s3:GetBucketLocation"
],
"Resource": "arn:aws:s3:::vault-bucket",
"Condition": {
"StringLike": {
"s3:prefix": [
"confidential/*"
]
}
}
},
{
"Sid": "ObjectOps",
"Effect": "Allow",
"Action": [
"s3:GetObject",
"s3:PutObject",
"s3:DeleteObject"
],
"Resource": "arn:aws:s3:::vault-bucket/confidential/*"
},
{
"Sid": "KmsForVault",
"Effect": "Allow",
"Action": [
"kms:Encrypt",
"kms:Decrypt",
"kms:GenerateDataKey",
"kms:GenerateDataKeyWithoutPlaintext",
"kms:DescribeKey"
],
"Resource": "arn:aws:kms:us-east-1:000000000000:key/26c7d4ba-e936-45dc-afa1-44877dba221f"
}
]
},
"VersionId": "v2",
"IsDefaultVersion": false,
"CreateDate": "2026-05-17T07:57:35.907638+00:00"
}
}
[stdout]
{
"PolicyVersion": {
"Document": {
"Version": "2012-10-17",
"Statement": [
{
"Sid": "BucketListing",
"Effect": "Allow",
"Action": [
"s3:ListBucket",
"s3:GetBucketLocation"
],
"Resource": "arn:aws:s3:::vault-bucket",
"Condition": {
"StringLike": {
"s3:prefix": [
"confidential/*"
]
}
}
},
{
"Sid": "ObjectOps",
"Effect": "Allow",
"Action": [
"s3:GetObject",
"s3:PutObject",
"s3:DeleteObject"
],
"Resource": "arn:aws:s3:::vault-bucket/confidential/*"
},
{
"Sid": "KmsForVault",
"Effect": "Allow",
"Action": [
"kms:Encrypt",
"kms:Decrypt",
"kms:GenerateDataKey",
"kms:GenerateDataKeyWithoutPlaintext",
"kms:DescribeKey"
],
"Resource": "arn:aws:kms:us-east-1:000000000000:key/26c7d4ba-e936-45dc-afa1-44877dba221f"
}
]
},
"VersionId": "v2",
"IsDefaultVersion": false,
"CreateDate": "2026-05-17T07:57:35.907638+00:00"
}
}{
"command": "aws s3api list-buckets --query 'Buckets[].Name' --output text",
"description": "List existing buckets"
}vault-bucket [stdout] vault-bucket
{
"command": "aws kms list-aliases --query 'Aliases[?contains(AliasName, `vault`)]'",
"description": "Get vault KMS alias"
}[
{
"AliasName": "alias/vault-kms",
"AliasArn": "arn:aws:kms:us-east-1:000000000000:alias/vault-kms",
"TargetKeyId": "26c7d4ba-e936-45dc-afa1-44877dba221f",
"CreationDate": "2026-05-17T07:57:32.875679+00:00"
}
]
[stdout]
[
{
"AliasName": "alias/vault-kms",
"AliasArn": "arn:aws:kms:us-east-1:000000000000:alias/vault-kms",
"TargetKeyId": "26c7d4ba-e936-45dc-afa1-44877dba221f",
"CreationDate": "2026-05-17T07:57:32.875679+00:00"
}
]{
"command": "aws iam set-default-policy-version --policy-arn arn:aws:iam::000000000000:policy/AnalystBoundary --version-id v2 && aws iam delete-policy-version --policy-arn arn:aws:iam::000000000000:policy/AnalystBoundary --version-id v1 && aws iam get-policy --policy-arn arn:aws:iam::000000000000:policy/AnalystBoundary --query 'Policy.DefaultVersionId'",
"description": "Set AnalystBoundary v2 as default and drop v1"
}"v2" [stdout] "v2"
{
"file_path": "/tmp/identity.json",
"content": "{\n \"Version\": \"2012-10-17\",\n \"Statement\": [\n {\n \"Sid\": \"AnalystS3\",\n \"Effect\": \"Allow\",\n \"Action\": \"s3:*\",\n \"Resource\": \"*\"\n },\n {\n \"Sid\": \"AnalystKms\",\n \"Effect\": \"Allow\",\n \"Action\": \"kms:*\",\n \"Resource\": \"*\"\n }\n ]\n}\n"
}File created successfully at: /tmp/identity.json (file state is current in your context , no need to Read it back)
{
"command": "aws iam create-policy-version --policy-arn arn:aws:iam::000000000000:policy/AnalystIdentityPolicy --policy-document file:///tmp/identity.json --set-as-default",
"description": "Create new identity policy version"
}{
"PolicyVersion": {
"VersionId": "v2",
"IsDefaultVersion": true,
"CreateDate": "2026-05-17T08:02:54.344979+00:00"
}
}
[stdout]
{
"PolicyVersion": {
"VersionId": "v2",
"IsDefaultVersion": true,
"CreateDate": "2026-05-17T08:02:54.344979+00:00"
}
}{
"command": "aws iam delete-policy-version --policy-arn arn:aws:iam::000000000000:policy/AnalystIdentityPolicy --version-id v1\naws iam put-user-permissions-boundary --user-name analyst-user --permissions-boundary arn:aws:iam::000000000000:policy/AnalystBoundary\naws ssm put-parameter --name /harbor/boundary/policy-arn --value arn:aws:iam::000000000000:policy/AnalystBoundary --type String --overwrite",
"description": "Drop old identity v1, attach boundary, fix SSM pointer"
}{
"Version": 2,
"Tier": "Standard"
}
[stdout]
{
"Version": 2,
"Tier": "Standard"
}{
"command": "aws iam get-user --user-name analyst-user",
"description": "Confirm boundary is on the user"
}{
"User": {
"Path": "/",
"UserName": "analyst-user",
"UserId": "AIDAQAAAAAAAGPSSPJTO3",
"Arn": "arn:aws:iam::000000000000:user/analyst-user",
"CreateDate": "2026-05-17T07:57:36.239247+00:00",
"PermissionsBoundary": {
"PermissionsBoundaryType": "Policy",
"PermissionsBoundaryArn": "arn:aws:iam::000000000000:policy/AnalystBoundary"
}
}
}
[stdout]
{
"User": {
"Path": "/",
"UserName": "analyst-user",
"UserId": "AIDAQAAAAAAAGPSSPJTO3",
"Arn": "arn:aws:iam::000000000000:user/analyst-user",
"CreateDate": "2026-05-17T07:57:36.239247+00:00",
"PermissionsBoundary": {
"PermissionsBoundaryType": "Policy",
"PermissionsBoundaryArn": "arn:aws:iam::000000000000:policy/AnalystBoundary"
}
}
}{
"command": "export AWS_ACCESS_KEY_ID=$(aws ssm get-parameter --name /harbor/boundary/analyst-access-key-id --query 'Parameter.Value' --output text)\nexport AWS_SECRET_ACCESS_KEY=$(aws ssm get-parameter --name /harbor/boundary/analyst-secret-key --with-decryption --query 'Parameter.Value' --output text)\nexport ENFORCE_IAM=1\nexport AWS_REGION=us-east-1\necho \"===PUT confidential===\"\necho \"hello-vault\" > /tmp/payload.txt\naws s3api put-object --bucket vault-bucket --key confidential/test.txt --body /tmp/payload.txt --sse aws:kms --sse-kms-key-id alias/vault-kms 2>&1 | tail -5\necho \"===GET confidential===\"\naws s3api get-object --bucket vault-bucket --key confidential/test.txt /tmp/out.txt 2>&1 | tail -5\necho \"===PUT public (expect deny)===\"\naws s3api put-object --bucket vault-bucket --key public/test.txt --body /tmp/payload.txt 2>&1 | tail -3\necho \"===PUT other bucket (expect deny)===\"\naws s3api put-object --bucket some-other-bucket --key x --body /tmp/payload.txt 2>&1 | tail -3\necho \"===kms:CreateKey (expect deny)===\"\naws kms create-key 2>&1 | tail -3\necho \"===kms:GenerateDataKey vault CMK===\"\naws kms generate-data-key --key-id alias/vault-kms --key-spec AES_256 2>&1 | tail -5\necho \"===kms:Decrypt vault CMK===\"\nCT=$(aws kms generate-data-key --key-id alias/vault-kms --key-spec AES_256 --query CiphertextBlob --output text 2>/dev/null)\naws kms decrypt --ciphertext-blob \"$CT\" 2>&1 | tail -5",
"description": "End-to-end behavior verification"
}aws: [ERROR]: An error occurred (AccessDeniedException) when calling the GetParameter operation: User: arn:aws:iam::000000000000:user/analyst-user is not authorized to perform: ssm:GetParameter on resource: arn:aws:ssm:us-east-1:000000000000:parameter/harbor/boundary/analyst-secret-key because no identity-based policy allows the ssm:GetParameter action ===PUT confidential=== To see help text, you can run: aws help aws <command> help aws <command> <subcommand> help ===GET confidential=== aws: [ERROR]: Partial credentials found in env, missing: AWS_SECRET_ACCESS_KEY ===PUT public (expect deny)=== aws: [ERROR]: Partial credentials found in env, missing: AWS_SECRET_ACCESS_KEY ===PUT other bucket (expect deny)=== aws: [ERROR]: Partial credentials found in env, missing: AWS_SECRET_ACCESS_KEY ===kms:CreateKey (expect deny)=== aws: [ERROR]: Partial credentials found in env, missing: AWS_SECRET_ACCESS_KEY ===kms:GenerateDataKey vault CMK=== aws: [ERROR]: Partial credentials found in env, missing: AWS_SECRET_ACCESS_KEY ===kms:Decrypt vault CMK=== aws: [ERROR]: Partial credentials found in env, missing: AWS_SECRET_ACCESS_KEY [stdout] aws: [ERROR]: An error occurred (AccessDeniedException) when calling the GetParameter operation: User: arn:aws:iam::000000000000:user/analyst-user is not authorized to perform: ssm:GetParameter on resource: arn:aws:ssm:us-east-1:000000000000:parameter/harbor/boundary/analyst-secret-key because no identity-based policy allows the ssm:GetParameter action ===PUT confidential=== To see help text, you can run: aws help aws <command> help aws <command> <subcommand> help ===GET confidential=== aws: [ERROR]: Partial credentials found in env, missing: AWS_SECRET_ACCESS_KEY ===PUT public (expect deny)=== aws: [ERROR]: Partial credentials found in env, missing: AWS_SECRET_ACCESS_KEY ===PUT other bucket (expect deny)=== aws: [ERROR]: Partial credentials found in env, missing: AWS_SECRET_ACCESS_KEY ===kms:CreateKey (expect deny)=== aws: [ERROR]: Partial credentials found in env, missing: AWS_SECRET_ACCESS_KEY ===kms:GenerateDataKey vault CMK=== aws: [ERROR]: Partial credentials found in env, missing: AWS_SECRET_ACCESS_KEY ===kms:Decrypt vault CMK=== aws: [ERROR]: Partial credentials found in env, missing: AWS_SECRET_ACCESS_KEY
{
"command": "AK=$(aws ssm get-parameter --name /harbor/boundary/analyst-access-key-id --query 'Parameter.Value' --output text)\nSK=$(aws ssm get-parameter --name /harbor/boundary/analyst-secret-key --with-decryption --query 'Parameter.Value' --output text)\necho \"AK=$AK len(SK)=${#SK}\"\nexport AWS_ACCESS_KEY_ID=\"$AK\"\nexport AWS_SECRET_ACCESS_KEY=\"$SK\"\nexport ENFORCE_IAM=1\nexport AWS_REGION=us-east-1\nunset AWS_SESSION_TOKEN\necho \"===whoami===\"\naws sts get-caller-identity 2>&1 | tail -8\necho \"===PUT confidential===\"\necho \"hello-vault\" > /tmp/payload.txt\naws s3api put-object --bucket vault-bucket --key confidential/test.txt --body /tmp/payload.txt --sse aws:kms --sse-kms-key-id alias/vault-kms 2>&1 | tail -5\necho \"===GET confidential===\"\naws s3api get-object --bucket vault-bucket --key confidential/test.txt /tmp/out.txt 2>&1 | tail -5\necho \"===PUT public (expect deny)===\"\naws s3api put-object --bucket vault-bucket --key public/test.txt --body /tmp/payload.txt 2>&1 | tail -3\necho \"===PUT other bucket (expect deny)===\"\naws s3api put-object --bucket some-other-bucket --key x --body /tmp/payload.txt 2>&1 | tail -3\necho \"===kms:CreateKey (expect deny)===\"\naws kms create-key 2>&1 | tail -3\necho \"===kms:GenerateDataKey vault CMK===\"\naws kms generate-data-key --key-id alias/vault-kms --key-spec AES_256 2>&1 | tail -5\necho \"===kms:Decrypt vault CMK===\"\nCT=$(aws kms generate-data-key --key-id alias/vault-kms --key-spec AES_256 --query CiphertextBlob --output text 2>/dev/null)\naws kms decrypt --ciphertext-blob \"$CT\" 2>&1 | tail -5",
"description": "End-to-end behavior verification (correct order)"
}AK=LKIAQAAAAAAAF6NQPHFW len(SK)=40
===whoami===
{
"UserId": "AIDAQAAAAAAAGPSSPJTO3",
"Account": "000000000000",
"Arn": "arn:aws:iam::000000000000:user/analyst-user"
}
===PUT confidential===
To see help text, you can run:
aws help
aws <command> help
aws <command> <subcommand> help
===GET confidential===
aws: [ERROR]: An error occurred (NoSuchKey) when calling the GetObject operation: The specified key does not exist.
===PUT public (expect deny)===
aws: [ERROR]: An error occurred (AccessDenied) when calling the PutObject operation: Access Denied
===PUT other bucket (expect deny)===
aws: [ERROR]: An error occurred (AccessDenied) when calling the PutObject operation: Access Denied
===kms:CreateKey (expect deny)===
aws: [ERROR]: An error occurred (AccessDeniedException) when calling the CreateKey operation: User: arn:aws:iam::000000000000:user/analyst-user is not authorized to perform: kms:CreateKey on resource: * because no identity-based policy allows the kms:CreateKey action
===kms:GenerateDataKey vault CMK===
aws: [ERROR]: An error occurred (AccessDeniedException) when calling the GenerateDataKey operation: User: arn:aws:iam::000000000000:user/analyst-user is not authorized to perform: kms:GenerateDataKey on resource: * because no identity-based policy allows the kms:GenerateDataKey action
===kms:Decrypt vault CMK===
aws: [ERROR]: An error occurred (AccessDeniedException) when calling the Decrypt operation: User: arn:aws:iam::000000000000:user/analyst-user is not authorized to perform: kms:Decrypt on resource: arn:aws:kms:us-east-1:000000000000:key/* because no identity-based policy allows the kms:Decrypt action
[stdout]
AK=LKIAQAAAAAAAF6NQPHFW len(SK)=40
===whoami===
{
"UserId": "AIDAQAAAAAAAGPSSPJTO3",
"Account": "000000000000",
"Arn": "arn:aws:iam::000000000000:user/analyst-user"
}
===PUT confidential===
To see help text, you can run:
aws help
aws <command> help
aws <command> <subcommand> help
===GET confidential===
aws: [ERROR]: An error occurred (NoSuchKey) when calling the GetObject operation: The specified key does not exist.
===PUT public (expect deny)===
aws: [ERROR]: An error occurred (AccessDenied) when calling the PutObject operation: Access Denied
===PUT other bucket (expect deny)===
aws: [ERROR]: An error occurred (AccessDenied) when calling the PutObject operation: Access Denied
===kms:CreateKey (expect deny)===
aws: [ERROR]: An error occurred (AccessDeniedException) when calling the CreateKey operation: User: arn:aws:iam::000000000000:user/analyst-user is not authorized to perform: kms:CreateKey on resource: * because no identity-based policy allows the kms:CreateKey action
===kms:GenerateDataKey vault CMK===
aws: [ERROR]: An error occurred (AccessDeniedException) when calling the GenerateDataKey operation: User: arn:aws:iam::000000000000:user/analyst-user is not authorized to perform: kms:GenerateDataKey on resource: * because no identity-based policy allows the kms:GenerateDataKey action
===kms:Decrypt vault CMK===
aws: [ERROR]: An error occurred (AccessDeniedException) when calling the Decrypt operation: User: arn:aws:iam::000000000000:user/analyst-user is not authorized to perform: kms:Decrypt on resource: arn:aws:kms:us-east-1:000000000000:key/* because no identity-based policy allows the kms:Decrypt action{
"command": "aws iam get-policy-version --policy-arn arn:aws:iam::000000000000:policy/AnalystIdentityPolicy --version-id v2\naws iam get-policy --policy-arn arn:aws:iam::000000000000:policy/AnalystIdentityPolicy --query 'Policy.DefaultVersionId'",
"description": "Recheck identity policy current default"
}{
"PolicyVersion": {
"Document": {
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AnalystS3",
"Effect": "Allow",
"Action": "s3:*",
"Resource": "*"
},
{
"Sid": "AnalystKms",
"Effect": "Allow",
"Action": "kms:*",
"Resource": "*"
}
]
},
"VersionId": "v2",
"IsDefaultVersion": true,
"CreateDate": "2026-05-17T08:02:54.344979+00:00"
}
}
"v2"
[stdout]
{
"PolicyVersion": {
"Document": {
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AnalystS3",
"Effect": "Allow",
"Action": "s3:*",
"Resource": "*"
},
{
"Sid": "AnalystKms",
"Effect": "Allow",
"Action": "kms:*",
"Resource": "*"
}
]
},
"VersionId": "v2",
"IsDefaultVersion": true,
"CreateDate": "2026-05-17T08:02:54.344979+00:00"
}
}
"v2"{
"command": "AK=$(aws ssm get-parameter --name /harbor/boundary/analyst-access-key-id --query 'Parameter.Value' --output text)\nSK=$(aws ssm get-parameter --name /harbor/boundary/analyst-secret-key --with-decryption --query 'Parameter.Value' --output text)\nexport AWS_ACCESS_KEY_ID=\"$AK\" AWS_SECRET_ACCESS_KEY=\"$SK\" ENFORCE_IAM=1 AWS_REGION=us-east-1\nunset AWS_SESSION_TOKEN\necho \"===PUT confidential (verbose) ===\"\naws s3api put-object --bucket vault-bucket --key confidential/test.txt --body /tmp/payload.txt --server-side-encryption aws:kms --ssekms-key-id alias/vault-kms 2>&1 | tail -15",
"description": "Retry put with correct flags"
}===PUT confidential (verbose) ===
{
"ETag": "\"849fd7b15475fc183744a85da53b7451\"",
"ChecksumCRC64NVME": "03FLa7sUiok=",
"ChecksumType": "FULL_OBJECT",
"ServerSideEncryption": "aws:kms",
"SSEKMSKeyId": "arn:aws:kms:us-east-1:000000000000:key/alias/vault-kms",
"BucketKeyEnabled": true
}
[stdout]
===PUT confidential (verbose) ===
{
"ETag": "\"849fd7b15475fc183744a85da53b7451\"",
"ChecksumCRC64NVME": "03FLa7sUiok=",
"ChecksumType": "FULL_OBJECT",
"ServerSideEncryption": "aws:kms",
"SSEKMSKeyId": "arn:aws:kms:us-east-1:000000000000:key/alias/vault-kms",
"BucketKeyEnabled": true
}{
"command": "AK=$(aws ssm get-parameter --name /harbor/boundary/analyst-access-key-id --query 'Parameter.Value' --output text)\nSK=$(aws ssm get-parameter --name /harbor/boundary/analyst-secret-key --with-decryption --query 'Parameter.Value' --output text)\nexport AWS_ACCESS_KEY_ID=\"$AK\" AWS_SECRET_ACCESS_KEY=\"$SK\" ENFORCE_IAM=1 AWS_REGION=us-east-1\nunset AWS_SESSION_TOKEN\necho \"===GET confidential===\"\naws s3api get-object --bucket vault-bucket --key confidential/test.txt /tmp/out.txt 2>&1 | tail -10\necho \"\"\necho \"===PUT public (expect deny)===\"\naws s3api put-object --bucket vault-bucket --key public/test.txt --body /tmp/payload.txt 2>&1 | tail -3\necho \"\"\necho \"===PUT other bucket (expect deny)===\"\naws s3api put-object --bucket some-other-bucket --key x --body /tmp/payload.txt 2>&1 | tail -3\necho \"\"\necho \"===kms:CreateKey (expect deny)===\"\naws kms create-key 2>&1 | tail -3\necho \"\"\necho \"===kms:GenerateDataKey vault CMK===\"\naws kms generate-data-key --key-id alias/vault-kms --key-spec AES_256 2>&1 | tail -10\necho \"\"\necho \"===kms:Decrypt vault CMK===\"\nCT=$(aws kms generate-data-key --key-id alias/vault-kms --key-spec AES_256 --query CiphertextBlob --output text 2>/dev/null)\necho \"CT len=${#CT}\"\naws kms decrypt --ciphertext-blob \"$CT\" --key-id alias/vault-kms 2>&1 | tail -10",
"description": "Full verification matrix"
}===GET confidential===
"ContentLength": 12,
"ETag": "\"849fd7b15475fc183744a85da53b7451\"",
"ChecksumCRC64NVME": "03FLa7sUiok=",
"ChecksumType": "FULL_OBJECT",
"ContentType": "binary/octet-stream",
"ServerSideEncryption": "aws:kms",
"Metadata": {},
"SSEKMSKeyId": "arn:aws:kms:us-east-1:000000000000:key/alias/vault-kms",
"BucketKeyEnabled": true
}
===PUT public (expect deny)===
aws: [ERROR]: An error occurred (AccessDenied) when calling the PutObject operation: Access Denied
===PUT other bucket (expect deny)===
aws: [ERROR]: An error occurred (AccessDenied) when calling the PutObject operation: Access Denied
===kms:CreateKey (expect deny)===
aws: [ERROR]: An error occurred (AccessDeniedException) when calling the CreateKey operation: User: arn:aws:iam::000000000000:user/analyst-user is not authorized to perform: kms:CreateKey on resource: * because no identity-based policy allows the kms:CreateKey action
===kms:GenerateDataKey vault CMK===
aws: [ERROR]: An error occurred (AccessDeniedException) when calling the GenerateDataKey operation: User: arn:aws:iam::000000000000:user/analyst-user is not authorized to perform: kms:GenerateDataKey on resource: * because no identity-based policy allows the kms:GenerateDataKey action
===kms:Decrypt vault CMK===
CT len=0
aws: [ERROR]: An error occurred (AccessDeniedException) when calling the Decrypt operation: User: arn:aws:iam::000000000000:user/analyst-user is not authorized to perform: kms:Decrypt on resource: * because no identity-based policy allows the kms:Decrypt action
[stdout]
===GET confidential===
"ContentLength": 12,
"ETag": "\"849fd7b15475fc183744a85da53b7451\"",
"ChecksumCRC64NVME": "03FLa7sUiok=",
"ChecksumType": "FULL_OBJECT",
"ContentType": "binary/octet-stream",
"ServerSideEncryption": "aws:kms",
"Metadata": {},
"SSEKMSKeyId": "arn:aws:kms:us-east-1:000000000000:key/alias/vault-kms",
"BucketKeyEnabled": true
}
===PUT public (expect deny)===
aws: [ERROR]: An error occurred (AccessDenied) when calling the PutObject operation: Access Denied
===PUT other bucket (expect deny)===
aws: [ERROR]: An error occurred (AccessDenied) when calling the PutObject operation: Access Denied
===kms:CreateKey (expect deny)===
aws: [ERROR]: An error occurred (AccessDeniedException) when calling the CreateKey operation: User: arn:aws:iam::000000000000:user/analyst-user is not authorized to perform: kms:CreateKey on resource: * because no identity-based policy allows the kms:CreateKey action
===kms:GenerateDataKey vault CMK===
aws: [ERROR]: An error occurred (AccessDeniedException) when calling the GenerateDataKey operation: User: arn:aws:iam::000000000000:user/analyst-user is not authorized to perform: kms:GenerateDataKey on resource: * because no identity-based policy allows the kms:GenerateDataKey action
===kms:Decrypt vault CMK===
CT len=0
aws: [ERROR]: An error occurred (AccessDeniedException) when calling the Decrypt operation: User: arn:aws:iam::000000000000:user/analyst-user is not authorized to perform: kms:Decrypt on resource: * because no identity-based policy allows the kms:Decrypt action{
"command": "AK=$(aws ssm get-parameter --name /harbor/boundary/analyst-access-key-id --query 'Parameter.Value' --output text)\nSK=$(aws ssm get-parameter --name /harbor/boundary/analyst-secret-key --with-decryption --query 'Parameter.Value' --output text)\nexport AWS_ACCESS_KEY_ID=\"$AK\" AWS_SECRET_ACCESS_KEY=\"$SK\" ENFORCE_IAM=1 AWS_REGION=us-east-1\nunset AWS_SESSION_TOKEN\necho \"===GDK by key ID===\"\naws kms generate-data-key --key-id 26c7d4ba-e936-45dc-afa1-44877dba221f --key-spec AES_256 2>&1 | tail -10\necho \"\"\necho \"===GDK by full ARN===\"\naws kms generate-data-key --key-id arn:aws:kms:us-east-1:000000000000:key/26c7d4ba-e936-45dc-afa1-44877dba221f --key-spec AES_256 2>&1 | tail -10",
"description": "KMS with explicit ID/ARN"
}===GDK by key ID===
{
"CiphertextBlob": "MjZjN2Q0YmEtZTkzNi00NWRjLWFmYTEtNDQ4NzdkYmEyMjFm5V4QagNtN8y6+y2PkuKD8yDNfLaFubUbX5JJf1Fb4Hhj5IjFmfbDR6meOHa6dJUsBWnhO+oaiUF58QDVyEdM7PXHu5pBT8rtr8A2yhmmQ2g=",
"Plaintext": "R9U/PnSlJZlCPOHJ6aHr/ITHJjUJyxMGnC7c5RNq4aY=",
"KeyId": "arn:aws:kms:us-east-1:000000000000:key/26c7d4ba-e936-45dc-afa1-44877dba221f"
}
===GDK by full ARN===
{
"CiphertextBlob": "MjZjN2Q0YmEtZTkzNi00NWRjLWFmYTEtNDQ4NzdkYmEyMjFmWvOEtVi3CAJIxm7dVBEg95YejHLmiLeEcWsTVgL6wie3/ZZUArp7IyXphPciWzHgxHm5rDNMS1W2xWGMjc4PxVnxzbn1TvVFU1R8Gi8NA3A=",
"Plaintext": "nvGyEOmhEfKqMs50H+HdH5qTu2iTosa7X5u5FaA2zIU=",
"KeyId": "arn:aws:kms:us-east-1:000000000000:key/26c7d4ba-e936-45dc-afa1-44877dba221f"
}
[stdout]
===GDK by key ID===
{
"CiphertextBlob": "MjZjN2Q0YmEtZTkzNi00NWRjLWFmYTEtNDQ4NzdkYmEyMjFm5V4QagNtN8y6+y2PkuKD8yDNfLaFubUbX5JJf1Fb4Hhj5IjFmfbDR6meOHa6dJUsBWnhO+oaiUF58QDVyEdM7PXHu5pBT8rtr8A2yhmmQ2g=",
"Plaintext": "R9U/PnSlJZlCPOHJ6aHr/ITHJjUJyxMGnC7c5RNq4aY=",
"KeyId": "arn:aws:kms:us-east-1:000000000000:key/26c7d4ba-e936-45dc-afa1-44877dba221f"
}
===GDK by full ARN===
{
"CiphertextBlob": "MjZjN2Q0YmEtZTkzNi00NWRjLWFmYTEtNDQ4NzdkYmEyMjFmWvOEtVi3CAJIxm7dVBEg95YejHLmiLeEcWsTVgL6wie3/ZZUArp7IyXphPciWzHgxHm5rDNMS1W2xWGMjc4PxVnxzbn1TvVFU1R8Gi8NA3A=",
"Plaintext": "nvGyEOmhEfKqMs50H+HdH5qTu2iTosa7X5u5FaA2zIU=",
"KeyId": "arn:aws:kms:us-east-1:000000000000:key/26c7d4ba-e936-45dc-afa1-44877dba221f"
}{
"command": "AK=$(aws ssm get-parameter --name /harbor/boundary/analyst-access-key-id --query 'Parameter.Value' --output text)\nSK=$(aws ssm get-parameter --name /harbor/boundary/analyst-secret-key --with-decryption --query 'Parameter.Value' --output text)\nexport AWS_ACCESS_KEY_ID=\"$AK\" AWS_SECRET_ACCESS_KEY=\"$SK\" ENFORCE_IAM=1 AWS_REGION=us-east-1\nunset AWS_SESSION_TOKEN\necho \"===Decrypt by full ARN===\"\nCT=$(aws kms generate-data-key --key-id arn:aws:kms:us-east-1:000000000000:key/26c7d4ba-e936-45dc-afa1-44877dba221f --key-spec AES_256 --query CiphertextBlob --output text)\necho \"ctlen=${#CT}\"\naws kms decrypt --ciphertext-blob \"$CT\" --key-id arn:aws:kms:us-east-1:000000000000:key/26c7d4ba-e936-45dc-afa1-44877dba221f 2>&1 | tail -10",
"description": "KMS Decrypt with full key ARN"
}===Decrypt by full ARN===
ctlen=156
{
"KeyId": "arn:aws:kms:us-east-1:000000000000:key/26c7d4ba-e936-45dc-afa1-44877dba221f",
"Plaintext": "iwHZHD8uXv3iirMMW9HX01fDB3Kv7axRiJ+OWnrBAE8="
}
[stdout]
===Decrypt by full ARN===
ctlen=156
{
"KeyId": "arn:aws:kms:us-east-1:000000000000:key/26c7d4ba-e936-45dc-afa1-44877dba221f",
"Plaintext": "iwHZHD8uXv3iirMMW9HX01fDB3Kv7axRiJ+OWnrBAE8="
}No file changes, the agent left the workspace untouched.
downloading uv 0.9.7 aarch64-unknown-linux-gnu
Downloading pygments (1.2MiB)
Downloading botocore (12.7MiB)
Downloading pygments
Downloading botocore
Installed 13 packages in 70ms
============================= test session starts ==============================
platform linux -- Python 3.12.3, pytest-8.4.1, pluggy-1.6.0 -- /root/.cache/uv/archive-v0/m6Lj5hHsvg1UaFZU3HGd5/bin/python
cachedir: .pytest_cache
rootdir: /tests
plugins: json-ctrf-0.3.5
collecting ... collected 27 items
../tests/test_outputs.py::test_01_analyst_user_exists PASSED [ 3%]
../tests/test_outputs.py::test_02_identity_policy_attached_to_user PASSED [ 7%]
../tests/test_outputs.py::test_03_boundary_attached_via_get_user PASSED [ 11%]
../tests/test_outputs.py::test_04_vault_bucket_exists_with_public_access_block PASSED [ 14%]
../tests/test_outputs.py::test_05_kms_alias_and_ssm_pointers_resolve PASSED [ 18%]
../tests/test_outputs.py::test_06_identity_policy_grants_full_s3_and_full_kms PASSED [ 22%]
../tests/test_outputs.py::test_07_identity_policy_has_no_explicit_deny_anywhere PASSED [ 25%]
../tests/test_outputs.py::test_08_user_has_no_admin_managed_policy_attached PASSED [ 29%]
../tests/test_outputs.py::test_09_boundary_effect_allow_only PASSED [ 33%]
../tests/test_outputs.py::test_10_boundary_has_no_NotResource_or_NotAction PASSED [ 37%]
../tests/test_outputs.py::test_11_boundary_object_actions_scoped_to_confidential_prefix PASSED [ 40%]
../tests/test_outputs.py::test_12_boundary_listbucket_uses_s3_prefix_condition PASSED [ 44%]
../tests/test_outputs.py::test_13_boundary_kms_actions_scoped_to_cmk_arn PASSED [ 48%]
../tests/test_outputs.py::test_14_boundary_does_not_grant_kms_create_key_or_wildcard_kms PASSED [ 51%]
../tests/test_outputs.py::test_15_boundary_does_not_grant_iam_self_modify PASSED [ 55%]
../tests/test_outputs.py::test_16_boundary_size_under_managed_policy_limit PASSED [ 59%]
../tests/test_outputs.py::test_17_boundary_allows_confidential_put_via_simulator PASSED [ 62%]
../tests/test_outputs.py::test_18_boundary_denies_public_put_via_simulator PASSED [ 66%]
../tests/test_outputs.py::test_19_boundary_allows_kms_decrypt_via_simulator PASSED [ 70%]
../tests/test_outputs.py::test_20_boundary_denies_kms_create_key_via_simulator PASSED [ 74%]
../tests/test_outputs.py::test_21_analyst_can_put_to_confidential_prefix PASSED [ 77%]
../tests/test_outputs.py::test_22_analyst_cannot_put_to_public_prefix PASSED [ 81%]
../tests/test_outputs.py::test_23_analyst_cannot_create_kms_key PASSED [ 85%]
../tests/test_outputs.py::test_24_analyst_cannot_put_to_a_different_bucket PASSED [ 88%]
../tests/test_outputs.py::test_25_boundary_object_resource_prefix_is_lowercase_confidential PASSED [ 92%]
../tests/test_outputs.py::test_26_ssm_policy_arn_resolves_to_a_live_boundary_managed_policy PASSED [ 96%]
../tests/test_outputs.py::test_27_boundary_default_version_reflects_the_runtime_intended_shape PASSED [100%]
=============================== warnings summary ===============================
test_outputs.py: 54 warnings
/root/.cache/uv/archive-v0/m6Lj5hHsvg1UaFZU3HGd5/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_analyst_user_exists
PASSED ../tests/test_outputs.py::test_02_identity_policy_attached_to_user
PASSED ../tests/test_outputs.py::test_03_boundary_attached_via_get_user
PASSED ../tests/test_outputs.py::test_04_vault_bucket_exists_with_public_access_block
PASSED ../tests/test_outputs.py::test_05_kms_alias_and_ssm_pointers_resolve
PASSED ../tests/test_outputs.py::test_06_identity_policy_grants_full_s3_and_full_kms
PASSED ../tests/test_outputs.py::test_07_identity_policy_has_no_explicit_deny_anywhere
PASSED ../tests/test_outputs.py::test_08_user_has_no_admin_managed_policy_attached
PASSED ../tests/test_outputs.py::test_09_boundary_effect_allow_only
PASSED ../tests/test_outputs.py::test_10_boundary_has_no_NotResource_or_NotAction
PASSED ../tests/test_outputs.py::test_11_boundary_object_actions_scoped_to_confidential_prefix
PASSED ../tests/test_outputs.py::test_12_boundary_listbucket_uses_s3_prefix_condition
PASSED ../tests/test_outputs.py::test_13_boundary_kms_actions_scoped_to_cmk_arn
PASSED ../tests/test_outputs.py::test_14_boundary_does_not_grant_kms_create_key_or_wildcard_kms
PASSED ../tests/test_outputs.py::test_15_boundary_does_not_grant_iam_self_modify
PASSED ../tests/test_outputs.py::test_16_boundary_size_under_managed_policy_limit
PASSED ../tests/test_outputs.py::test_17_boundary_allows_confidential_put_via_simulator
PASSED ../tests/test_outputs.py::test_18_boundary_denies_public_put_via_simulator
PASSED ../tests/test_outputs.py::test_19_boundary_allows_kms_decrypt_via_simulator
PASSED ../tests/test_outputs.py::test_20_boundary_denies_kms_create_key_via_simulator
PASSED ../tests/test_outputs.py::test_21_analyst_can_put_to_confidential_prefix
PASSED ../tests/test_outputs.py::test_22_analyst_cannot_put_to_public_prefix
PASSED ../tests/test_outputs.py::test_23_analyst_cannot_create_kms_key
PASSED ../tests/test_outputs.py::test_24_analyst_cannot_put_to_a_different_bucket
PASSED ../tests/test_outputs.py::test_25_boundary_object_resource_prefix_is_lowercase_confidential
PASSED ../tests/test_outputs.py::test_26_ssm_policy_arn_resolves_to_a_live_boundary_managed_policy
PASSED ../tests/test_outputs.py::test_27_boundary_default_version_reflects_the_runtime_intended_shape
======================= 27 passed, 54 warnings in 0.65s ========================Reproduce this trial: git checkout 2f94510 && PYTHONPATH=src python3 scripts/build_site.py , then open trial/trial_9cb8b8349e41484e. Re-running the agent live requires EVAL_PLATFORM_ENABLE_OAUTH_SMOKE=1 and is non-deterministic.
Trial trial_9cb8b8349e41484e · verifier authoritative; classifier explanatory.