Skip to content

Commit f3b8997

Browse files
authored
Merge pull request #316 from RADAR-base/bugfix/generate-random-minio-credentials
bugfix/generate-random-minio-credentials
2 parents 085385b + 55d7acc commit f3b8997

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

etc/base-secrets.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@ radar_integration:
152152
# --------------------------------------------------------- 20-s3-connector.yaml ---------------------------------------------------------
153153
# The access keys and secret keys of object storage services should match.
154154
# If AWS S3 is used as a storage medium instead of minio, then fill in those.
155-
s3_access_key: change_me
156-
s3_secret_key: change_me
155+
s3_access_key: secret
156+
s3_secret_key: secret
157157

158158
# --------------------------------------------------------- 20-upload.yaml ---------------------------------------------------------
159159
radar_upload_postgres_password: secret

0 commit comments

Comments
 (0)