...

Text file src/github.com/GoogleCloudPlatform/cloudsql-proxy/examples/k8s-service/server_csr.json

Documentation: github.com/GoogleCloudPlatform/cloudsql-proxy/examples/k8s-service

     1{
     2    "hosts": [
     3        "pgbouncersvc.default.svc.cluster.local",
     4        "localhost"
     5    ],
     6    "key": {
     7        "algo": "rsa",
     8        "size": 2048
     9    },
    10    "names": [
    11        {
    12            "C":  "US",
    13            "L":  "Boulder",
    14            "O":  "My Cool Kubernetes Cluster",
    15            "OU": "WWW",
    16            "ST": "Colorado"
    17        }
    18    ]
    19}

View as plain text