Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
190 changes: 0 additions & 190 deletions scripts/gcp/README.md

This file was deleted.

20 changes: 0 additions & 20 deletions scripts/gcp/build.sh

This file was deleted.

18 changes: 0 additions & 18 deletions scripts/gcp/conf/integ-config.json

This file was deleted.

18 changes: 0 additions & 18 deletions scripts/gcp/conf/prod-config.json

This file was deleted.

4 changes: 0 additions & 4 deletions src/main/java/com/uid2/operator/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -577,10 +577,6 @@ private AttestationResponseHandler getAttestationTokenRetriever(Vertx vertx, Str
LOGGER.info("creating uid core client with aws attestation protocol");
attestationProvider = AttestationFactory.getNitroAttestation();
break;
case "gcp-vmid":
LOGGER.info("creating uid core client with gcp vmid attestation protocol");
attestationProvider = AttestationFactory.getGcpVmidAttestation();
break;
case "gcp-oidc":
LOGGER.info("creating uid core client with gcp oidc attestation protocol");
attestationProvider = AttestationFactory.getGcpOidcAttestation();
Expand Down