Skip to content

Commit

Permalink
Remove dev OIDC access
Browse files Browse the repository at this point in the history
  • Loading branch information
manics committed Sep 22, 2023
1 parent f48c4f7 commit 55666c1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions terraform/aws/binder-eks/k8s-access.tf
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ resource "aws_iam_role" "github_oidc_mybinderorgdeploy" {
"token.actions.githubusercontent.com:sub" = [
# GitHub repositories and refs allowed to use this role
"repo:jupyterhub/mybinder.org-deploy:ref:refs/heads/main",
# TODO: Remove this, just for development:
"repo:manics/mybinder.org-deploy:ref:refs/heads/aws-curvenote",
]
}
}
Expand Down Expand Up @@ -81,10 +79,6 @@ resource "aws_iam_role" "github_oidc_mybinderorgdeploy_terraform" {
# Can't have branch and environment in the same condition
# https://github.com/aws-actions/configure-aws-credentials/issues/746
"repo:jupyterhub/mybinder.org-deploy:environment:aws-curvenote",
# TODO: Remove this, just for development:
"repo:manics/mybinder.org-deploy:ref:refs/heads/aws-curvenote",
"repo:manics/mybinder.org-deploy:ref:refs/heads/aws-curvenote2",
"repo:manics/mybinder.org-deploy:environment:aws-curvenote",
]
}
}
Expand Down

0 comments on commit 55666c1

Please sign in to comment.