diff --git a/docker-compose.yml b/docker-compose.yml index c35a3bc..c6bbb1c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,6 +2,7 @@ services: envoy-control-plane: + user: "1026:100" # Use the Dockerfile in the current directory to build the image image: docker.jerxie.com/xds-server:latest # Set a custom container name for easier management diff --git a/static/index.html b/static/index.html index 19a8720..9649159 100644 --- a/static/index.html +++ b/static/index.html @@ -23,19 +23,28 @@ -
-
- - - -
- -
- - -
-
+
+
+ + + +
+
+ + +
+
+

Existing Clusters (Click a row for full JSON/YAML details)

@@ -228,7 +237,9 @@ multiple at once:

resources:
   - <cluster 1>
-  - <cluster 2>

Or:

<cluster 1>
+ - <cluster 2> +

Or:

+
<cluster 1>

Make sure every cluster includes the required type identifier: "@type": type.googleapis.com/envoy.config.cluster.v3.Cluster, which allows the parser to recognize your configuration. diff --git a/static/tools/cert_issuer.html b/static/tools/cert_issuer.html new file mode 100644 index 0000000..9b60d68 --- /dev/null +++ b/static/tools/cert_issuer.html @@ -0,0 +1,365 @@ + + + + + + SSL Certificate Issuance Tool 🛡️ + + + + +

+

SSL Certificate Issuance Tool 🛡️

+ +
+
+ + +
+ +
+ + +
+ +
+ + +
+ + + + +
+ + + +
+ + + + \ No newline at end of file