Skip to content

Commit

Permalink
fix(vault): warn about special characters
Browse files Browse the repository at this point in the history
If the s3 credentials contain special characters, the backup and restore will fail.
Add a description to warn the user about this.

This is a workaround for molgenis#199
  • Loading branch information
fdlk committed Aug 26, 2019
1 parent 9a8690a commit 969317b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/molgenis-vault/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "1.0"
description: MOLGENIS vault
name: molgenis-vault
version: 0.1.5
version: 0.1.6
sources:
- https://github.com/molgenis/molgenis-ops-helm.git
icon: https://raw.githubusercontent.com/molgenis/molgenis-ops-helm/master/charts/molgenis-vault/catalogIcon-molgenis-vault.png
Expand Down
2 changes: 2 additions & 0 deletions charts/molgenis-vault/questions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@ questions:
required: true
- variable: aws.secretAccessKey
label: Backup S3 secret
description: Backups fail if this contains special characters!
group: backup
type: string
required: true
- variable: aws.endpoint
label: Backup S3 endpoint
description: Backups fail if this contains special characters!
group: backup
type: string
required: true
Expand Down

0 comments on commit 969317b

Please sign in to comment.