Skip to content

Commit

Permalink
Update docs/fence_usersync_job.md
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander VanTol <[email protected]>
  • Loading branch information
EliseCastle23 and Avantol13 authored Mar 4, 2024
1 parent efc7dbb commit bcc1c5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/fence_usersync_job.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ User lists can be synced from three sources:
# S3 user.yaml Setup {#s3-setup}
Please see [this](https://github.com/uc-cdis/fence/blob/master/docs/user.yaml_guide.md) documentation that details user.yaml formatting.

You can pull this file from an S3 bucket that is set in the `.Values.usersync.userYamlS3Path` field. Then input the iam credentials for a user that has read access to the specified S3 bucket in the `.Values.secrets.awsAccessKeyId` and `.Values.secrets.awsSecretAccessKey` fields.
You can pull this file from an S3 bucket that is set in the `.Values.usersync.userYamlS3Path` field. Then input the IAM credentials for a user that has read access to the specified S3 bucket in the `.Values.secrets.awsAccessKeyId` and `.Values.secrets.awsSecretAccessKey` fields.

You can utilize a local secret to avoid pasting credentials in the values.yaml file. Just set `.global.aws.useLocalSecret.enabled` to true and supply your secret name.

Expand Down

0 comments on commit bcc1c5d

Please sign in to comment.