Skip to content

Help to bring up fonoster docker environment #240

Answered by psanders
txrubel asked this question in Q&A
Discussion options

You must be logged in to vote

Did you use the docker-in-docker installer?

The important thing is to identify the correct endpoint information and disable TLS on the client-side(by default TLS is disabled on the server). To connect to the local instance you need to:

First, find your credentials at $(pwd)/fonoster/config. It will look like this:

{
   "accessKeyId":"fonoster",
   "accessKeySecret":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
}

Next, you must disable TLS on the client-side by setting the environment variable ALLOW_INSECURE to true.

Finally, connect your CLI using the following localhost:50051 as the endpoint.

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
4 replies
@txrubel
Comment options

@psanders
Comment options

@txrubel
Comment options

@txrubel
Comment options

Answer selected by psanders
Comment options

You must be logged in to vote
1 reply
@jneuendorf-i4h
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants