Обсуждение: pgadmin4 in Cloud Foundry

Поиск
Список
Период
Сортировка

pgadmin4 in Cloud Foundry

От
Tom C
Дата:
Hello,

I am able to run pgadmin4 in a Docker Container. I have been trying to take the same docker image and run it as a Cloud Foundry Docker enabled app. My problem is this Docker image requires certificates and private key mapped to a Docker volume as explained here

I can't pass these files into the Docker container when it's hosted in Cloud Foundry. Is there a way to pass the cert and key in as environment variables instead?

Thanks.

-Tom

Re: pgadmin4 in Cloud Foundry

От
Murtuza Zabuawala
Дата:
Hi,

Right now it is not possible to pass cert and key via variables.
Please create a feature request for the same HERE

--
Regards,
Murtuza Zabuawala
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


On Fri, Apr 20, 2018 at 7:22 AM, Tom C <barteri@gmail.com> wrote:
Hello,

I am able to run pgadmin4 in a Docker Container. I have been trying to take the same docker image and run it as a Cloud Foundry Docker enabled app. My problem is this Docker image requires certificates and private key mapped to a Docker volume as explained here

I can't pass these files into the Docker container when it's hosted in Cloud Foundry. Is there a way to pass the cert and key in as environment variables instead?

Thanks.

-Tom


Re: pgadmin4 in Cloud Foundry

От
Dave Cramer
Дата:


On 20 April 2018 at 06:02, Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com> wrote:
Hi,

Right now it is not possible to pass cert and key via variables.
Please create a feature request for the same HERE


Alternatively you can just use.

 

Dave Cramer 

Re: pgadmin4 in Cloud Foundry

От
Robert Eckhardt
Дата:
Tom, 

Are you just trying to get something up on CF or are you trying to make it a 'proper' CF app? 

Currently we build pgAdmin in CF multiple times a day, however, we aren't building the proper server application we are only building the desktop app in the cloud. We'd be happy to show you what we are doing if you'd like to play around with it and perhaps make a more proper deployment. 

If you're just looking for something that works you can throw up a docker container and run pgAdmin in that. 

-- Rob

On Fri, Apr 20, 2018 at 6:04 AM, Dave Cramer <davecramer@gmail.com> wrote:


On 20 April 2018 at 06:02, Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com> wrote:
Hi,

Right now it is not possible to pass cert and key via variables.
Please create a feature request for the same HERE


Alternatively you can just use.

 

Dave Cramer 

Re: pgadmin4 in Cloud Foundry

От
Tom C
Дата:
Hello,

I was able to successfully load pgadmin4 into CF with a different docker image. 

docker image: fenglc/pgadmin4

-Tom

On Thu, Apr 19, 2018 at 9:52 PM, Tom C <barteri@gmail.com> wrote:
Hello,

I am able to run pgadmin4 in a Docker Container. I have been trying to take the same docker image and run it as a Cloud Foundry Docker enabled app. My problem is this Docker image requires certificates and private key mapped to a Docker volume as explained here

I can't pass these files into the Docker container when it's hosted in Cloud Foundry. Is there a way to pass the cert and key in as environment variables instead?

Thanks.

-Tom