Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The Access Key Id you provided does not exist #16

Open
knogbe opened this issue Dec 15, 2020 · 2 comments
Open

The Access Key Id you provided does not exist #16

knogbe opened this issue Dec 15, 2020 · 2 comments

Comments

@knogbe
Copy link

knogbe commented Dec 15, 2020

I try to use your app but this is what I get when deploy in the api log and the ui complain of backend reacheability.

2020/12/15 02:34:31 The Access Key Id you provided does not exist in our records.
2020/12/15 02:34:31 The Access Key Id you provided does not exist in our records.
2020/12/15 02:34:31 The Access Key Id you provided does not exist in our records.

@rzrbld
Copy link
Owner

rzrbld commented Dec 15, 2020

Hi @knogbe can you please provide more details:

  • version of adminio
  • version of minio
  • how it running: docker, docker-compose, k8s, binary stand alone?
  • do you provide minio "admin credentials" for adminio-api or create a new user with custom policy

@knogbe
Copy link
Author

knogbe commented Dec 15, 2020

Below is the docker-compose manifest that I deployed.

version: '3'
services:
adminio-ui:
image: rzrbld/adminio-ui:release-1.7
environment:
API_BASE_URL: "http://10.99.x.x:8080"
ADMINIO_MULTI_BACKEND: "false"
ADMINIO_BACKENDS: '[{"name":"myminio","url":"http://10.99.0.126:8080"},{"name":"10.99.x.x","url":"http://10.99.x.x:8081"},{"name":"error","url":"http://10.99.x.x:8082"}]'
NGX_ROOT_PATH: "/"
ports:
- "80:80"
adminio-api:
image: rzrbld/adminio-api:release-1.6
environment:
MINIO_ACCESS: "XZfg2rq9xUQfEuyQfQ=="
MINIO_SECRET: "6sM+9847hwuojZYFHBuQEzmpdFGd55sUan+WrA="
MINIO_HOST_PORT: 10.200.x.x:9000
ADMINIO_HOST_PORT: 0.0.0.0:8080
depends_on:
- adminio-ui
ports:
- "8080:8080"

This is straight docker deployment using docker-compose.
Minio version:
/ # minio --version
minio version RELEASE.2020-09-05T07-14-49Z
I provided minio admin credentials through the environment variable as shown in the docker compose manifest and I was able to see the env in the docker container as well see below:

root@nex-nfs01:~/adminio-ui# docker exec -ti a77e183300e0 env
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
HOSTNAME=a77e183300e0
TERM=xterm
ADMINIO_HOST_PORT=0.0.0.0:8080
MINIO_ACCESS=XZfg2rq9xUQfEuyQfQ==
MINIO_HOST_PORT=10.200.0.126:9000
MINIO_SECRET=6sM+9847hwuojZYFHBuQEzmpdFGd55sUan+WrA=
HOME=/root

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants