Skip to content

Commit

Permalink
enable iam creds api
Browse files Browse the repository at this point in the history
  • Loading branch information
connorlbark committed Sep 18, 2024
1 parent 97d23fc commit 8f5bc52
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/beta-java-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,19 +47,6 @@ jobs:
image-repo: 'us-central1-docker.pkg.dev'
image-name: "broad-juniper-eng-infra/juniper/${{ github.event.repository.name }}-admin"
gradle-build-args: ':api-admin:jibDockerBuild'

- name: Notify slack on failure
uses: broadinstitute/[email protected]
if: failure()
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
with:
channel: '#juniper-dev-notifications'
status: failure
author_name: Publish docker Image
fields: job
text: "Publish to juniper eng infra failed :sadpanda:, image ${{ steps.build-publish.outputs.published-image }} failed to publish"
username: 'Juniper Build Notifications'

publish-participant-image:
needs: get-version-tag
Expand Down
5 changes: 5 additions & 0 deletions terraform/infra/apis.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,8 @@ resource "google_project_service" "enable_artifact_registry" {
service = "artifactregistry.googleapis.com"
project = var.project
}

resource "google_project_service" "enable_iam_creds" {
service = "iamcredentials.googleapis.com"
project = var.project
}

0 comments on commit 8f5bc52

Please sign in to comment.