gravitee-io / issues

Gravitee.io - API Platform - Issues
64 stars 26 forks source link

[docker] Externalize gravitee.yml configuration from Dockerfile #93

Closed Tony-Proum closed 8 years ago

Tony-Proum commented 8 years ago

In order to deploy gravitee using docker, we should use env-file to configure private datas like user/password and other parameters.

we should be able to override all parameters in the same way as ES or Mongo parameters

NicolasGeraud commented 8 years ago

Are you ok for variable names like: GRAVITEEIO_MONGODB_HOST GRAVITEEIO_USERS_ADMIN_NAME GRAVITEEIO_USERS_ADMIN_PWD ?

Tony-Proum commented 8 years ago

Yes, I think this names are explicit enough.

brasseld commented 8 years ago

Waiting for docker test campaign.

kwiky commented 7 years ago

Hi !

Is GRAVITEEIO_USERS_ADMIN_PWD working ?

I'm using your docker image and launch the manager with GRAVITEEIO_USERS_ADMIN_PWD env variable but it's not working, i always have the password "admin" and i can't change it threw the management ui...

NicolasGeraud commented 7 years ago

Hi @kwiky , as you can see in https://github.com/gravitee-io/gravitee-management-rest-api/pull/99/files we have only variabilize mongo and elastic configurations.

Because we think that our gravitee images are not "production ready" yet. Nobody use the default configuration in production, specially considering users (all of our customers use LDAP as identity provider).

Is it ok for you ?