Skip to content
Snippets Groups Projects
Commit 52d078e0 authored by Eesaan Atluri's avatar Eesaan Atluri
Browse files

feat: Set origin to OOD for shell app to avoid CORS

parent 2c831af8
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,11 @@ ...@@ -9,6 +9,11 @@
url: https://s3.lts.rc.uab.edu/ood-proxy-file/ood-proxy.conf url: https://s3.lts.rc.uab.edu/ood-proxy-file/ood-proxy.conf
dest: /var/www/ood/apps/sys/shell/app.js dest: /var/www/ood/apps/sys/shell/app.js
- name: Shell app configuration env
ansible.builtin.template:
src: shell_app.env.j2
dest: /etc/ood/config/apps/shell/env
- name: Point shell app to login node - name: Point shell app to login node
ansible.builtin.replace: ansible.builtin.replace:
path: /etc/ood/config/clusters.d/SLURM_CLUSTER.yml path: /etc/ood/config/clusters.d/SLURM_CLUSTER.yml
......
OOD_SHELL_ORIGIN_CHECK='{{ ood_domain }}'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment