Skip to content

Commit

Permalink
Doc updates gcs5 (#118)
Browse files Browse the repository at this point in the history
* Update docs

* Update chart version
  • Loading branch information
sthapa authored May 12, 2023
1 parent 8d96937 commit e6443b9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 17 deletions.
2 changes: 1 addition & 1 deletion charts/globus-connect-v5/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v1
appVersion: "0.2"
description: Globus Connect data transfer service
name: globus-connect-v5
version: "0.3"
version: "0.4"
22 changes: 7 additions & 15 deletions charts/globus-connect-v5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,28 +50,20 @@ $ slate secret create <secret-name> --group <group> --cluster <cluster> \
--from-env-file <filename>
```

To add the admin credentials, Create a new file with the contents:

```
GLOBUS_USER=<username>
GLOBUS_PASSWORD=<password>
```

And then create the credential with:

```
slate secret create <secret-name> --group <group> --cluster <cluster> --from-env-file <filename>
```

### Generating the passwd(5) file (MyProxy authentication)
### Generating the passwd(5) file
This chart will consume a file in the format of /etc/passwd, with the notable
exception that the second field must contain an encrypted password hash. This
hash will be stored as a SLATE secret (re-encrypted in DynamoDB) and the
encrypted hash be visible to any user of your namespace and the administrator
of the SLATE cluster upon which you are deploying GCSv5.

This chart requires UNIX passwords in order to allow MyProxy to authenticate
users who wish to transfer files against the SLATE-deployed endpoint.
You will need to provide an extended passwd(5)-format file with the
users' X509 distinguished name (DN) in the final field, e.g.:

```
slateci:x:1001:1001:SLATE CI:/home/slateci:/DC=org/DC=cilogon/C=US/O=UNIX University/CN=Charlie Root A1234
```

The encrypted password hash can be generated via:

Expand Down
2 changes: 1 addition & 1 deletion charts/globus-connect-v5/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ NodeSetupArgs: ""
# The file must follow passwd(5) format.
#
# **IMPORTANT**
# OTHERWISE, if you are using CILogon authentication (default) you will need to
# You will need to
# provide an extended passwd(5)-format file with the users' X509 distinguished
# name (DN) in the final field, e.g.:
#
Expand Down

0 comments on commit e6443b9

Please sign in to comment.