Skip to content

"AuthenticationFailed" Error in Dashboard when connecting to /api/management/ using MDS EDC Connector #1069

Answered by smartin314
smartin314 asked this question in Q&A
Discussion options

You must be logged in to vote

We found our problem, it was indeed the API-Key.
The problem is that our API-Key started with & and we therefore put quotation marks around the Key, so it looked like this:
EDC_API_AUTH_KEY: "&123456"
Without the quoatation marks we got an error from Docker. With a new API-Key only consisting of numbers and letters without any quotation marks everything works perfectly. If we add quotation marks to the API-Key in the docker-compose.yaml it doesn't work again.

A hint in the default docker-compose.yaml that quotation marks shouldn't be used and therefore the API-Key can't start with a special character may be useful that other users don't encounter the same problem :)

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@smartin314
Comment options

Answer selected by tmberthold
@tmberthold
Comment options

@tmberthold
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
2 participants