By: carl dev user 25 Apr 2019 at 4:54 p.m. CDT

2 Responses
carl dev gravatar
Hi, I'm trying to follow the instructions listed here to create a simple Gluu setup: https://github.com/GluuFederation/gluu-docker/tree/3.1.6/examples/single-host However, I'm wanting to do this with AWS instead of GCP. I have created a key in AWS KMS and have downloaded it to my server, but the format is not the same as described in the docs here: https://gluu.org/docs/de/operation/vault/ for GCP. I'm wondering, how do I use AWS credentials instead of GCP credentials with this documentation. I noticed the docker commands explicitly reference gcp_kms_creds.json and the like - while this is easy to change, I'm not sure if there's other things going on in the backend that I would need to also modify to get it to read my AWS credentials. Here's an example of what AWS returns when I describe my key: ``` { "KeyMetadata": { "AWSAccountId": "<id>", "KeyId": "<keyid>", "Arn": "<arn>", "CreationDate": <date>, "Enabled": true, "Description": "mytest for gluu", "KeyUsage": "ENCRYPT_DECRYPT", "KeyState": "Enabled", "Origin": "AWS_KMS", "KeyManager": "CUSTOMER" } } ``` Basically, I need assistance in creating a stanza.hcl and creds.json for AWS keys, as the docs only describe GCP. Thanks in advance!

By Mohammad Abudayyeh staff 26 Apr 2019 at 3:05 a.m. CDT

Mohammad Abudayyeh gravatar
Hi Carl, Our Docker support is extended to licensed agreements only. You are not following the right doc for AWS. We will be posting a doc soon but in the mean time please consider that the Docker Edition of Gluu is subject to a license agreement. Thanks, Mohammad

By Michael Schwartz Account Admin 26 Apr 2019 at 4:33 a.m. CDT

Michael Schwartz gravatar
Yes, see docs on [https://gluu.org/docs](https://gluu.org/docs) for Docker Edition. We will not support community docker questions--we only support customers using Docker Edition on Linux Containers. If you want to use a free version of Gluu, use the Gluu Server CE VM packages.