By: David Kamer user 02 Apr 2019 at 12:26 p.m. CDT

5 Responses
David Kamer gravatar
Expected to unseal vault for development environment during docker installation Actual Behavior: Gets weird URL during : ``` docker exec -ti vault vault login -no-print ``` ``` Error authenticating: error looking up token: Error making API request. URL: GET http://0.0.0.0:8200/v1/auth/token/lookup-self Code: 503. Errors: * Vault is sealed ``` I don't know what to put for the FQDN host name in a development environment. This might be the issue. I would like to be able to install gluu docker w/o connecting to the cloud so that I can do SCIM testing locally. Is that not possible with gluu? Do I need to install gluu's openLDAP and openSAML dependencies on their own in order to do any testing? EDIT: I tried to tag this as a docker issue, but the input for OS Version overwrites with -1 when I submit

By William Lowe user 02 Apr 2019 at 4:06 p.m. CDT

William Lowe gravatar
For FQDN on your local machine you need to add it to your host files: https://gluu.org/docs/ce/installation-guide/#fully-qualified-domain-name-fqdn You're also aware DE is licensed under Gluu Support License?

By David Kamer user 02 Apr 2019 at 5:07 p.m. CDT

David Kamer gravatar
Yes, I'm aware. We're still in development. Let me look into your answer further, thank you for your help.

By William Lowe user 02 Apr 2019 at 5:40 p.m. CDT

William Lowe gravatar
Sounds good, David.

By Michael Schwartz Account Admin 02 Apr 2019 at 9:22 p.m. CDT

Michael Schwartz gravatar
I would recommend evaluating the Gluu Server using the Community Edition--which is easier to install. Once you're confident with CE, then plan your Docker deployment. Jumping into containers will introduce a lot of deployment decisions you might not understand. Functionally, your applications will not care if they are connecting to a Docker container or a VM. So focus on the hard part--getting your applications to use OpenID, OAuth, UMA and SAML correctly. And then work out the deployment when you know the Gluu Server is right for you.

By William Lowe user 04 Apr 2019 at 7:51 p.m. CDT

William Lowe gravatar
Closing this ticket out for now. BTW, re: > EDIT: I tried to tag this as a docker issue, but the input for OS Version overwrites with -1 when I submit We haven't been able to replicate. I opened a test ticket without issue. If you can let us know how we might be able to reproduce, we'd be happy to investigate and fix. Thanks, Will