You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to integrate github-authorized-keys with bastion. It's working without the etcd caching. When I enable caching I get the following error (it still works just the key is always requested from github):
etcd is installed on the host Ubuntu 18.04 and is visible in github-authorized-keys docker when running docker exec -it github-authorized-keys netstat -tlpn
output:
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 127.0.0.1:2379 0.0.0.0:* LISTEN -
tcp 0 0 127.0.0.1:2380 0.0.0.0:* LISTEN -
Running etcdctl --endpoints=http://localhost:2379 set foo bar works and returns bar
What am I missing?
The text was updated successfully, but these errors were encountered:
I'm trying to integrate github-authorized-keys with bastion. It's working without the etcd caching. When I enable caching I get the following error (it still works just the key is always requested from github):
etcd is installed on the host Ubuntu 18.04 and is visible in github-authorized-keys docker when running
docker exec -it github-authorized-keys netstat -tlpn
output:
Running
etcdctl --endpoints=http://localhost:2379 set foo bar
works and returnsbar
What am I missing?
The text was updated successfully, but these errors were encountered: