ncsa / docker_puppet

Test puppet agent runs in a local docker container and a local VM
0 stars 0 forks source link

Why does docker run a proxy for puppetdb container? #1

Open andylytical opened 3 years ago

andylytical commented 3 years ago

e.g.

[root@asd-pup ~]# docker ps
CONTAINER ID   IMAGE                        COMMAND                  CREATED        STATUS                            PORTS                                              NAMES
0fd6dbaf3c39   puppet/puppetdb:latest       "dumb-init /docker-e…"   3 months ago   Up 5 minutes (health: starting)   0.0.0.0:49154->8080/tcp, 0.0.0.0:49153->8081/tcp   pupperware_puppetdb_1
1f06d27498da   puppet/puppetserver:latest   "dumb-init /docker-e…"   3 months ago   Up 5 minutes (healthy)            0.0.0.0:8140->8140/tcp                             pupperware_puppet_1
64204d6cb8c9   postgres:9.6                 "docker-entrypoint.s…"   3 months ago   Up 5 minutes (healthy)            5432/tcp                                           pupperware_postgres_1

Does the proxy need to exist? Or can it run directly on ports 8080 & 8081 like the postgres container does?

SECURITY-1298 is where this issue originated.

andylytical commented 3 years ago

See also SVC-3253