diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b8e69aedc..9d4be9349 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -118,3 +118,13 @@ jobs: asset_path: ./src/github.com/${{ github.repository }}/testrelease.yaml asset_name: testrelease.yaml asset_content_type: text/plain + + - name: Upload Create Kind cluster script + uses: actions/upload-release-asset@v1 + env: + GITHUB_TOKEN: ${{ secrets.GH_REPO_PAT }} + with: + upload_url: ${{ steps.get_release_url.outputs.upload_url }} + asset_path: ./src/github.com/${{ github.repository }}/hack/setup-kind.sh + asset_name: setup-kind.sh + asset_content_type: text/plain diff --git a/config/fulcio/fulcio/200-configmap.yaml b/config/fulcio/fulcio/200-configmap.yaml index d558bc502..a07fe8a48 100644 --- a/config/fulcio/fulcio/200-configmap.yaml +++ b/config/fulcio/fulcio/200-configmap.yaml @@ -14,6 +14,17 @@ data: "IssuerURL": "https://kubernetes.default.svc", "ClientID": "sigstore", "Type": "kubernetes" + }, + "https://accounts.google.com": { + "IssuerURL": "https://accounts.google.com", + "ClientID": "sigstore", + "Type": "email" + }, + "https://oauth2.sigstore.dev/auth": { + "IssuerURL": "https://oauth2.sigstore.dev/auth", + "ClientID": "sigstore", + "Type": "email", + "IssuerClaim": "$.federated_claims.connector_id" } }, "MetaIssuers": {