Skip to content

Commit 3fca016

Browse files
authored
feat(chart): Document Dex users on README.md (#1192)
Signed-off-by: Javier Rodriguez <[email protected]>
1 parent f1f504d commit 3fca016

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

deployment/chainloop/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Chainloop is an open source software supply chain control plane, a
77

88
type: application
99
# Bump the patch (not minor, not major) version on each change in the Chart Source code
10-
version: 1.86.6
10+
version: 1.86.7
1111
# Do not update appVersion, this is handled automatically by the release process
1212
appVersion: v0.95.3
1313

deployment/chainloop/README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,18 @@ The Helm Chart in this mode includes
148148
- Chainloop [Artifact proxy](https://github.com/chainloop-dev/chainloop/tree/main/app/artifact-cas)
149149
- A PostgreSQL dependency enabled by default
150150
- **A pre-configured Hashicorp Vault instance running in development mode (unsealed, in-memory, insecure)**
151-
- **A pre-configured Dex OIDC instance. You can find pre-setup usernames in values.yaml file**
151+
- **A pre-configured Dex OIDC instance.**
152+
153+
The pre-setup users configuration on the Chart include two users, the information is as follows:
154+
```text
155+
156+
password: password
157+
158+
159+
password: password
160+
```
161+
162+
The overall OIDC configuration can be found at [dex-values.yaml](./charts/dex/values.yaml)
152163

153164
> **CAUTION**: Do not use this mode in production, for that, use the [standard mode](#standard-default) instead.
154165

deployment/chainloop/templates/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ Check for Development mode
400400
*/}}
401401
{{- define "chainloop.validateValues.development" -}}
402402
{{- if .Values.development }}
403-
{{- printf "\n###########################################################################\n DEVELOPMENT MODE\n###########################################################################\n\n██████╗ ███████╗██╗ ██╗ █████╗ ██████╗ ███████╗\n██╔══██╗██╔════╝██║ ██║██╔══██╗██╔══██╗██╔════╝\n██████╔╝█████╗ ██║ █╗ ██║███████║██████╔╝█████╗\n██╔══██╗██╔══╝ ██║███╗██║██╔══██║██╔══██╗██╔══╝\n██████╔╝███████╗╚███╔███╔╝██║ ██║██║ ██║███████╗\n╚═════╝ ╚══════╝ ╚══╝╚══╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝\n\nInstance running in development mode!\n\nDevelopment mode, by default\n\n- Runs an insecure, unsealed, non-persistent instance of Vault\n- Is configured with development authentication keys\n\nDO NOT USE IT FOR PRODUCTION PURPOSES" -}}
403+
{{- printf "###########################################################################\n DEVELOPMENT MODE\n###########################################################################\n\n██████╗ ███████╗██╗ ██╗ █████╗ ██████╗ ███████╗\n██╔══██╗██╔════╝██║ ██║██╔══██╗██╔══██╗██╔════╝\n██████╔╝█████╗ ██║ █╗ ██║███████║██████╔╝█████╗\n██╔══██╗██╔══╝ ██║███╗██║██╔══██║██╔══██╗██╔══╝\n██████╔╝███████╗╚███╔███╔╝██║ ██║██║ ██║███████╗\n╚═════╝ ╚══════╝ ╚══╝╚══╝ ╚═╝ ╚═╝╚═╝ ╚══════╝\n\nInstance running in development mode!\n\nDevelopment mode, by default\n\n- Runs an insecure, unsealed, non-persistent instance of Vault\n- Is configured with development authentication keys\n\n###########################################################################\nPre-configured static users\n###########################################################################\n\nDevelopment configuration comes with two pre-setup users:\n- username: [email protected]\n- password: password\n\n- username: [email protected]\n- password: password\n\nDO NOT USE IT FOR PRODUCTION PURPOSES" -}}
404404
{{- end -}}
405405
{{- end -}}
406406

0 commit comments

Comments
 (0)