@sasha I tried setting up opscenter on AWS node, and configure DNS, OIDC and SSL but nothing seems to be loading, I put --ops-advertise-addr=server:443 but nothing seems to be listening on 443 and even gravity-site:3009 stop working and I thought may be issue with endpoints config but there seems to be no endpoints definition, am I missing something?
Gravity Installed using below command
sudo ./gravity install --debug --advertise-addr=serverip --token=token --flavor=standalone --cluster=clustername --ops-advertise-addr=server:443 --cloud-provider=generic
Trying to access portal
curl -k https://localhost:3009
curl: (16) SSL_write() returned SYSCALL, errno = 32
curl -k https://localhost:443
curl: (7) Failed to connect to localhost port 443: Connection refused`
Endpoint resource also did not work
2019-03-03T02:54:52Z DEBU got search paths: [/var/lib/gravity assets/local] processconfig/config.go:47
2019-03-03T02:54:52Z DEBU look up configs in /var/lib/gravity processconfig/config.go:60
2019-03-03T02:54:52Z DEBU /var/lib/gravity/gravity.yaml not found in search path processconfig/config.go:67
2019-03-03T02:54:52Z DEBU look up configs in assets/local processconfig/config.go:60
2019-03-03T02:54:52Z DEBU assets/local/gravity.yaml not found in search path processconfig/config.go:67
2019-03-03T02:54:52Z DEBU [LOCAL] Creating local env: localenv.LocalEnvironmentArgs{LocalKeyStoreDir:"", StateDir:"/var/lib/gravity/local", Insecure:false, Silent:false, Debug:true, EtcdRetryTimeout:0, Reporter:(pack.ProgressReporterFn)(0x1d18c60), DNS:localenv.DNSConfig{Addrs:[]string(nil), Port:0}}. localenv/localenv.go:148
2019-03-03T02:54:52Z DEBU dialing gravity-site.kube-system.svc.cluster.local:3009 httplib/client.go:216
2019-03-03T02:54:52Z DEBU Resolve gravity-site.kube-system.svc.cluster.local took 165.78µs. utils/dns.go:39
2019-03-03T02:54:52Z DEBU Resolved gravity-site.kube-system.svc.cluster.local to 10.100.197.55. utils/dns.go:52
2019-03-03T02:54:52Z DEBU dialing 10.100.197.55:3009 httplib/client.go:253
2019-03-03T02:54:52Z ERRO "\nERROR REPORT:\nOriginal Error: *trace.NotImplementedError unsupported resource \"endpoints\", supported are: [cluster_auth_preference github auth_connector user token logforwarder smtp alert alerttarget tlskeypair runtimeenvironment role oidc saml trusted_cluster endpoints]\nStack Trace:\n\t/gopath/src/github.com/gravitational/gravity/lib/ops/resources/gravity/gravity.go:214 github.com/gravitational/gravity/lib/ops/resources/gravity.(*Resources).Create\n\t/gopath/src/github.com/gravitational/gravity/e/lib/ops/resources/gravity/gravity.go:116 github.com/gravitational/gravity/e/lib/ops/resources/gravity.(*Resources).Create\n\t/gopath/src/github.com/gravitational/gravity/lib/ops/resources/resources.go:167 github.com/gravitational/gravity/lib/ops/resources.(*ResourceControl).Create\n\t/gopath/src/github.com/gravitational/gravity/e/tool/gravity/cli/resources.go:59 github.com/gravitational/gravity/e/tool/gravity/cli.createResource.func1\n\t/gopath/src/github.com/gravitational/gravity/lib/ops/resources/resources.go:253 github.com/gravitational/gravity/lib/ops/resources.ForEach\n\t/gopath/src/github.com/gravitational/gravity/e/tool/gravity/cli/resources.go:49 github.com/gravitational/gravity/e/tool/gravity/cli.createResource\n\t/gopath/src/github.com/gravitational/gravity/e/tool/gravity/cli/run.go:135 github.com/gravitational/gravity/e/tool/gravity/cli.execute\n\t/gopath/src/github.com/gravitational/gravity/e/tool/gravity/cli/run.go:39 github.com/gravitational/gravity/e/tool/gravity/cli.Run\n\t/gopath/src/github.com/gravitational/gravity/e/tool/gravity/main.go:33 main.run\n\t/gopath/src/github.com/gravitational/gravity/e/tool/gravity/main.go:24 main.main\n\t/go/src/runtime/proc.go:207 runtime.main\n\t/go/src/runtime/asm_amd64.s:2362 runtime.goexit\nUser Message: unsupported resource \"endpoints\", supported are: [cluster_auth_preference github auth_connector user token logforwarder smtp alert alerttarget tlskeypair runtimeenvironment role oidc saml trusted_cluster endpoints]\n" gravity/main.go:24
[ERROR]: unsupported resource "endpoints", supported are: [cluster_auth_preference github auth_connector user token logforwarder smtp alert alerttarget tlskeypair runtimeenvironment role oidc saml trusted_cluster endpoints]`