FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix(minio): Fixed port forward script to fit change to bitnami minio charts by Ilyesbdlala · Pull Request #1401 · secureCodeBox/secureCodeBox · GitHub

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

Merged
Weltraumschaf merged 1 commit into
mainfrom
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 into
mainfrom
fix/minio-port-foward-script

Conversation

Ilyesbdlala commented Oct 12, 2022
edited
Loading

Copy link
Copy Markdown
Member

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 added the bug Bugs label Oct 12, 2022
Ilyesbdlala self-assigned this Oct 12, 2022

github-actions Bot commented Oct 12, 2022
edited
Loading

Copy link
Copy Markdown

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 self-requested a review October 12, 2022 08:13

Weltraumschaf left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

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 force-pushed the fix/minio-port-foward-script branch from ce8c631 to 15570d8 Compare October 12, 2022 09:35
Weltraumschaf merged commit f6f7a18 into main Oct 12, 2022
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL