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

Environment variables don't work #435

Closed
YannickTeKulve opened this issue Mar 13, 2023 · 1 comment · Fixed by #436
Closed

Environment variables don't work #435

YannickTeKulve opened this issue Mar 13, 2023 · 1 comment · Fixed by #436

Comments

@YannickTeKulve
Copy link
Contributor

YannickTeKulve commented Mar 13, 2023

Prerequisites

The latest provider and environment variables

Description

The documentation states that you can set enviroment variables for minio user credentials:

You can provide your configuration via the environment variables representing your minio credentials:


export MINIO_ENDPOINT="http://myendpoint"
export MINIO_ROOT_USER="something"
export MINIO_ROOT_PASSWORD="something"

But this does not work. This should be removed from the docs or fixed.

Steps to Reproduce

  1. Set MINIO_ROOT_USER and MINIO_ROOT_PASSWORD

  2. Run terraform apply
    Expected behavior: [What you expect to happen]
    Apply works
    Actual behavior: [What actually happens]
    You get access denied
    Reproduces how often: [What percentage of the time does it reproduce?]
    always

Versions

latest

@YannickTeKulve YannickTeKulve changed the title Enviroment variables don't work Environment variables don't work Mar 13, 2023
@YannickTeKulve
Copy link
Contributor Author

Apparently the documentation wasn't updated. Made a pr to fix this.

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

Successfully merging a pull request may close this issue.

1 participant