By: Alex Kaiser user 02 Oct 2019 at 9:53 a.m. CDT

4 Responses
Alex Kaiser gravatar
In your README https://github.com/GluuFederation/gluu-docker/tree/3.1.6/examples/single-host, you ask to obtain ans configure Cloud Platform KMS credentials. Could you explain why these are required for a single vm install?

By Isman Firmansyah staff 02 Oct 2019 at 5:11 p.m. CDT

Isman Firmansyah gravatar
Hi Alex, > In your README https://github.com/GluuFederation/gluu-docker/tree/3.1.6/examples/single-host, you ask to obtain ans configure Cloud Platform KMS credentials. The GCP KMS credentials are required for Vault [auto-unseal](https://www.vaultproject.io/docs/concepts/seal.html#auto-unseal). If you don't need auto-unseal feature or if you want to test the docker version of Gluu Server, you can use https://github.com/GluuFederation/gluu-docker/tree/3.1.6/test-drive instead.

By Alex Kaiser user 03 Oct 2019 at 3:16 a.m. CDT

Alex Kaiser gravatar
Thanks Isman! its clear now, I found some info in your docs at https://www.gluu.org/docs/de/operation/vault/. A link in the README would be nice. Also, I found that the run_all.sh scrip as it is does not run on docker Mac due to a number of problems around networking, but also unsupported commands. I got to run it after all, nice exercise, but will switch to CentOS now, to keep it as vanilla as possible during evaluation.

By Isman Firmansyah staff 03 Oct 2019 at 10:25 p.m. CDT

Isman Firmansyah gravatar
Hi Alex, Glad it worked. > Also, I found that the run_all.sh scrip as it is does not run on docker Mac due to a number of problems around networking, but also unsupported commands. There are issues with Mac support in v3 which supposed to be fixed in v4 (repository at https://github.com/GluuFederation/community-edition-containers/tree/4.0.0/examples/single-host).

By Alex Kaiser user 04 Oct 2019 at 12:30 a.m. CDT

Alex Kaiser gravatar
Thanks for your reply!