Skip to content

fix(minio): Fixed port forward script to fit change to bitnami minio charts#1401

Merged
Weltraumschaf merged 1 commit intomainfrom
fix/minio-port-foward-script
Oct 12, 2022
Merged

fix(minio): Fixed port forward script to fit change to bitnami minio charts#1401
Weltraumschaf merged 1 commit intomainfrom
fix/minio-port-foward-script

Conversation

@Ilyesbdlala
Copy link
Member

@Ilyesbdlala Ilyesbdlala commented Oct 12, 2022

Fixed port forward script to fit change to bitnami minio charts in #1340.
In #1340 we changed from using official minio helm charts to the bitnami minio charts.
This is done because we deemed them more stable and mature
As a result the secrets json file has a different schema:

.data.accesskey --> .data.root-user
.data.secretkey --> .data.root-password

The exposed ports are also now divided into API:9000 and Console:9001
src: https://artifacthub.io/packages/helm/bitnami/minio

Signed-off-by: Ilyes Ben Dlala ilyes.bendlala@iteratec.com

Description

Checklist

  • Test your changes as thoroughly as possible before you commit them. Preferably, automate your test by unit/integration tests.
  • Make sure that all your commits are signed-off and that you are added to the Contributors file.
  • Make sure that all CI finish successfully.
  • Optional (but appreciated): Make sure that all commits are Verified.

@Ilyesbdlala Ilyesbdlala added the bug Bugs label Oct 12, 2022
@Ilyesbdlala Ilyesbdlala self-assigned this Oct 12, 2022
@github-actions
Copy link

github-actions bot commented Oct 12, 2022

MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ BASH shfmt 1 0 0.01s
✅ JSON eslint-plugin-jsonc 2 0 1.51s
✅ SPELL misspell 6 0 0.05s
✅ YAML prettier 3 0 0.6s

See errors details in artifact MegaLinter reports on CI Job page
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

@Weltraumschaf Weltraumschaf self-requested a review October 12, 2022 08:13
Copy link
Member

@Weltraumschaf Weltraumschaf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

But you should describe in the commit message why you did this:

  • Why is the port changed? did qe changed something or did Minio changed something?
  • Why is accesskey renamed to root-user?

You can do this with amend commit && force push

…charts in #1340

In #1340 we changed from using official minio helm charts to the bitnami minio charts.
This is done because we deemed them more stable and mature
As a result the secrets json file has a different schema:
.data.accesskey --> .data.root-user
.data.secretkey --> .data.root-password
The exposed ports are also now divided into API:9000 and Console:9001
src: https://artifacthub.io/packages/helm/bitnami/minio

Signed-off-by: Ilyes Ben Dlala <ilyes.bendlala@iteratec.com>
@Ilyesbdlala Ilyesbdlala force-pushed the fix/minio-port-foward-script branch from ce8c631 to 15570d8 Compare October 12, 2022 09:35
@Weltraumschaf Weltraumschaf merged commit f6f7a18 into main Oct 12, 2022
@Weltraumschaf Weltraumschaf deleted the fix/minio-port-foward-script branch October 12, 2022 12:41
Ilyesbdlala added a commit to secureCodeBox/documentation that referenced this pull request Oct 12, 2022
Related to secureCodeBox/secureCodeBox#1401

Signed-off-by: Ilyes Ben Dlala <ilyes.bendlala@iteratec.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Bugs

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

2 participants