diff --git a/src/main/java/com/uid2/admin/vertx/Endpoints.java b/src/main/java/com/uid2/admin/vertx/Endpoints.java index a5d85d27..414d4377 100644 --- a/src/main/java/com/uid2/admin/vertx/Endpoints.java +++ b/src/main/java/com/uid2/admin/vertx/Endpoints.java @@ -132,8 +132,6 @@ public enum Endpoints { ADM_SALT("/adm/salt.html"), ADM_OPERATOR_KEY("/adm/operator-key.html"), ADM_ENCLAVE_ID("/adm/enclave-id.html"), - ADM_ENCLAVE_GCP("/adm/enclave-gcp.html"), - ADM_ENCLAVE_GCP_V2("/adm/enclave-gcp-v2.html"), ADM_PARTNER_CONFIG("/adm/partner-config.html"), ADM_KEY_ACL("/adm/key-acl.html"); diff --git a/src/main/java/com/uid2/admin/vertx/RequestUtil.java b/src/main/java/com/uid2/admin/vertx/RequestUtil.java index 6ff39f76..140ad097 100644 --- a/src/main/java/com/uid2/admin/vertx/RequestUtil.java +++ b/src/main/java/com/uid2/admin/vertx/RequestUtil.java @@ -17,7 +17,6 @@ public class RequestUtil { private final static ImmutableSet SupportedProtocols = ImmutableSet.of( "trusted", "aws-nitro", - "gcp-vmid", "gcp-oidc", "azure-cc" ); diff --git a/webroot/adm/enclave-gcp-v2.html b/webroot/adm/enclave-gcp-v2.html deleted file mode 100644 index 1be551bb..00000000 --- a/webroot/adm/enclave-gcp-v2.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - - - - - - -

UID2 Env - GCP Enclave ID Tool(V2)

- -Back - -
-
-
- - -
-

Generated Examples

- - - - - -
-
- - - - - \ No newline at end of file diff --git a/webroot/adm/enclave-gcp.html b/webroot/adm/enclave-gcp.html deleted file mode 100644 index a0e15027..00000000 --- a/webroot/adm/enclave-gcp.html +++ /dev/null @@ -1,316 +0,0 @@ - - - - - - - - - -

UID2 Env - GCP Enclave ID Tool

- -Back - -
-
-
- - -
-

Generated Examples

- - -
- - - - - -
-
- - - - - \ No newline at end of file diff --git a/webroot/index.html b/webroot/index.html index 561261b6..4f0678c1 100644 --- a/webroot/index.html +++ b/webroot/index.html @@ -61,8 +61,6 @@

Operators