blob: 76fec5534d1fd4156f60c366f422af88800188a0 [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: "snowvision.scigap.org"
vhost_ssl: True
ssl_certificate_file: "/etc/letsencrypt/live/snowvision.scigap.org/cert.pem"
ssl_certificate_chain_file: "/etc/letsencrypt/live/snowvision.scigap.org/fullchain.pem"
ssl_certificate_key_file: "/etc/letsencrypt/live/snowvision.scigap.org/privkey.pem"
## Keycloak related variables
tenant_domain: "snowvision"
oauth_client_key: "{{ vault_oauth_client_key }}"
oauth_client_secret: "{{ vault_oauth_client_secret }}"
auth_options:
password:
name: "SnowVision Gateway"
external:
- name: "University Account"
idp_alias: "cilogon"
logo: "images/cilogon-logo-24x24-b.png"
gateway_id: "snowvision"
experiment_data_dir: "{{ user_data_dir }}/snowvision"
gateway_data_store_ssh_public_key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCovd8MvofK9SPJZiElqP4rd3xpaHZ7qXK0RFxRQxcCTcAJbDMGubZlo1+N0Io02ZIVkKfdtbee+sznpQ6ri6MMaK1xnYmfyMT5yj/pUZo+g/jIC0PMYQcHpnq49U7Fz2BBYqbc9EAAcU35X4ctof1/UwlWMFa+gegky8NngHBZmZSpgIzVb5jlgti14OD5ETVFG4YvZ2ZRhkQESSuZPFdjxiXoDqsJkF80cD+JTu5LWha1UwhAC2yrGZuI/16WABzx/zUGOS0NK0RYS/giIzVGQSYVp9S8GgZKuvJx3xk7nW6HOMbjpVeukjkWareIkVAWXgFIMptX0QRhL4mcjCIB"
admin_emails: "[('SGRC','sgrc-iu-group@iu.edu')]"
portal_title: "SnowVision Gateway"
...