Skip to content

Commit

Permalink
clarify pam documentation section
Browse files Browse the repository at this point in the history
  • Loading branch information
colearendt committed Nov 4, 2021
1 parent f947b22 commit 0ab2e59
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion charts/rstudio-workbench/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -142,14 +142,19 @@ the `XDG_CONFIG_DIRS` environment variable
- `supervisord` service / unit definition `.conf` files
- Located at `config.startupCustom.<< name of file >>` helm values
- Will use the `.ini` file format, by default
- Mounted at `/startup/custom`
- As with all config files above, can override with a verbatim string if desired, like so:
```yaml
config:
startupCustom:
myfile.conf: |
file-used-verbatim
```

- PAM configuration
- `pam` configuration files
- Located at `config.pam.<< name of file >>` helm values
- Will be mounted verbatim as individual files (using `subPath` mounts) at `/etc/pam.d/<< name of file >>`

## User Provisioning

Provisioning users in RStudio Workbench containers is challenging. Session images have users created automatically (with
Expand Down

0 comments on commit 0ab2e59

Please sign in to comment.