Skip to content

Commit 9dd21c1

Browse files
authored
xuy-UID2-5873-remove-gcp-vmid (#2075)
1 parent d358884 commit 9dd21c1

File tree

5 files changed

+0
-250
lines changed

5 files changed

+0
-250
lines changed

scripts/gcp/README.md

Lines changed: 0 additions & 190 deletions
This file was deleted.

scripts/gcp/build.sh

Lines changed: 0 additions & 20 deletions
This file was deleted.

scripts/gcp/conf/integ-config.json

Lines changed: 0 additions & 18 deletions
This file was deleted.

scripts/gcp/conf/prod-config.json

Lines changed: 0 additions & 18 deletions
This file was deleted.

src/main/java/com/uid2/operator/Main.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -577,10 +577,6 @@ private AttestationResponseHandler getAttestationTokenRetriever(Vertx vertx, Str
577577
LOGGER.info("creating uid core client with aws attestation protocol");
578578
attestationProvider = AttestationFactory.getNitroAttestation();
579579
break;
580-
case "gcp-vmid":
581-
LOGGER.info("creating uid core client with gcp vmid attestation protocol");
582-
attestationProvider = AttestationFactory.getGcpVmidAttestation();
583-
break;
584580
case "gcp-oidc":
585581
LOGGER.info("creating uid core client with gcp oidc attestation protocol");
586582
attestationProvider = AttestationFactory.getGcpOidcAttestation();

0 commit comments

Comments
 (0)