Configure Bitbucket
Setup Bitbucket Pipelines for use with DuploCloud.
Prerequisites
Configuring BitBucket Pipelines
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "BitbucketWorkspace",
"Effect": "Allow",
"Principal": {
"Federated": "arn:aws:iam::{account id}:oidc-provider/api.bitbucket.org/2.0/workspaces/{workspace}/pipelines-config/identity/oidc"
},
"Action": "sts:AssumeRoleWithWebIdentity",
"Condition": {
"StringEquals": {
"api.bitbucket.org/2.0/workspaces/{workspace}/pipelines-config/identity/oidc:aud": "ari:cloud:bitbucket::workspace/{workspace id}"
}
}
}
]
}Last updated
Was this helpful?

