blob: 20a4354ec2d20ef15a371a578038e0a8a2716d10 [file] [log] [blame]
#
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#
---
vhost_servername: "seagrid.org"
vhost_ssl: True
vhost_timeout: 300
vhost_aliases:
- url: /seagrid-rich-client/
path: "{{ doc_root_dir }}/static/seagrid-rich-client/"
ssl_certificate_file: "/etc/letsencrypt/live/seagrid.org/cert.pem"
ssl_certificate_chain_file: "/etc/letsencrypt/live/seagrid.org/fullchain.pem"
ssl_certificate_key_file: "/etc/letsencrypt/live/seagrid.org/privkey.pem"
django_file_upload_max_file_size_mb: 5500
## Keycloak related variables
tenant_domain: "seagrid"
oauth_client_key: "{{ vault_oauth_client_key }}"
oauth_client_secret: "{{ vault_oauth_client_secret }}"
auth_options:
password:
name: "SEAGrid"
external:
- name: "CILogon"
idp_alias: "cilogon"
idp_token_url: "{{ oauth_service_url }}/realms/{{ tenant_domain }}/broker/cilogon/token"
userinfo_url: "{{ cilogon_userinfo_url }}"
gateway_id: "seagrid"
experiment_data_dir: "{{ user_data_dir }}/seagrid"
gateway_data_store_ssh_public_key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCApfdud3cJ7rx44M41gEKVgRfefk/Vd/7dIp9Xr9juX4jqmGuLoZR+hk287Hmbps6hZv23Av97XkCLldH0pueDekthcBDo4cRiQMDBp9NLz/9muqYVBl985psEbazYygagy/q/3ebi4CVEYVd4cHBee1V3GYyuJS2RklF0s/Otyf8x8auJSMniHGbTbVqtFlEOYuPdXlRBfH37k55N7+2iXKsIVvgn1MDweHEbQWJMx2LDCkLfJitreTiwcuST55w6N/n8WYZM2t+ie3BJEr6tcGAVIuyxj7CbMYMziM/hM5J+oQGPY/IBtiNZoxiZ0DeAC9SiEvE9fbTEW2iRWnQL"
django_extra_settings:
GATEWAY_DATA_SHARED_DIRECTORIES:
Shared:
path: /var/www/portals/gateway-user-data/seagrid/Shared
admin_emails: "[('SGRC', 'sgrc-iu-group@iu.edu'), ('Sudhakar Pamidighantam', 'pamidigs@iu.edu'), ('Eroma Abeysinghe', 'eabeysin@iu.edu')]"
portal_title: "SEAGrid Portal"
django_google_analytics_tracking_id: "UA-110457476-1"
...