generated from coop-cloud/example
Throw in an apt update
to get MSSQL goin' again
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
bde492472a
commit
0a3554d60d
2
abra.sh
2
abra.sh
@ -1,4 +1,4 @@
|
||||
export CUSTOM_ENTRYPOINT_VERSION=v12
|
||||
export CUSTOM_ENTRYPOINT_VERSION=v13
|
||||
export OIDC_CONF_VERSION=v1
|
||||
export PAM_EXEC_OAUTH2_YAML_VERSION=v1
|
||||
export PAM_SCRIPT_AUTH_VERSION=v4
|
||||
|
@ -30,6 +30,7 @@ echo 'auth-openid-base-uri=https://{{ env "DOMAIN" }}' >> /etc/rstudio/rserver.c
|
||||
{{ end }}
|
||||
|
||||
{{ if eq (env "KEYCLOAK_ENABLED") "1" }}
|
||||
apt update
|
||||
apt install -y libpam-script
|
||||
mkdir -p /opt/pam-exec-oauth2/
|
||||
wget https://github.com/WASHNote/pam-exec-oauth2/releases/download/v0.0.1/pam-exec-oauth2 -O /opt/pam-exec-oauth2/pam-exec-oauth2
|
||||
|
Loading…
x
Reference in New Issue
Block a user