Skip to content

Commit

Permalink
fix semver resource's assume role param
Browse files Browse the repository at this point in the history
  • Loading branch information
arjun024 authored and robdimsdale committed Oct 25, 2023
1 parent 1990a5b commit a79cd5b
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions pipelines/cflinuxfs4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ resource_types:
source:
repository: cloudfoundry/bosh-deployment-resource

#!# Overriding the default resource-type because default (older) version
#!# of this resource do not have the ability to assume an AWS role.
- name: semver-latest
type: docker-image
source:
repository: concourse/semver-resource
tag: latest

resources:
#@ for buildpack in buildpacks:
- name: #@ buildpack + "-buildpack-release"
Expand Down Expand Up @@ -194,13 +202,13 @@ resources:
access_token: ((buildpacks-github-token))

- name: version
type: semver
type: semver-latest
source:
bucket: pivotal-buildpacks
key: versions/stack-cflinuxfs4
access_key_id: ((svc-buildpacks-aws-team-access-key))
secret_access_key: ((svc-buildpacks-aws-team-secret-key))
aws_role_arn: ((svc-buildpacks-aws-team-assume-role-arn))
assume_role_arn: ((svc-buildpacks-aws-team-assume-role-arn))

- name: failure-alert
type: slack-notification
Expand Down

0 comments on commit a79cd5b

Please sign in to comment.