Parent Directory
|
Revision Log
Add mysql dump and restore scripts plus cronjob for the former. Move 00-httpoxy from templates to file (it's not a template) Update the oauth2 war and jar files.
1 | --- |
2 | |
3 | ### ENVIRONMENT SPECIFIC INFORMATION ### |
4 | ### ### |
5 | ### Usually you would override these using a variables include ### |
6 | ### file, using the vars_files include in your play. These ### |
7 | ### varabales include, for example, passwords, secrets and other ### |
8 | ### environment specific information ### |
9 | |
10 | # httpd |
11 | |
12 | webroot_redirect: "https://www.rcauth.eu/" |
13 | |
14 | server_aliases: |
15 | - "kaasvat.nikhef.nl" |
16 | - "pilot-ca1.rcauth.eu" |
17 | |
18 | # shibboleth |
19 | |
20 | # DIY IdP from AARC |
21 | |
22 | #shib_idp_id: "https://diy-idp.pilots.aarc-project.eu/simplesaml/saml2/idp/metadata.php" |
23 | #shib_idp_metadata: "https://diy-idp.pilots.aarc-project.eu/simplesaml/saml2/idp/metadata.php" |
24 | |
25 | # SurfConnext Test Instance |
26 | |
27 | #shib_idp_id: "https://engine.connect.surfconext.nl/authentication/idp/metadata" |
28 | #shib_idp_metadata: "https://engine.connect.surfconext.nl/authentication/idp/metadata" |
29 | |
30 | # RCauth WAYF |
31 | |
32 | shib_idp_id: "https://wayf.rcauth.eu/wayf/saml2/idp/metadata.php" |
33 | shib_idp_metadata: "https://wayf.rcauth.eu/wayf/saml2/idp/metadata.php" |
34 | |
35 | shib_meta_name: "RCAuth Pilot Delegation Service" |
36 | shib_meta_desc: "RCAuth Pilot Delegation Service for providing end-user proxy certificates to Science Gateways and other portals" |
37 | shib_meta_url: "https://wiki.nikhef.nl/grid/CILogon_Pre-Pilot_Work" |
38 | shib_meta_org: "Nikhef" |
39 | shib_meta_org_link: "http://www.nikhef.nl" |
40 | |
41 | shib_meta_contact_name: "Operator" |
42 | shib_meta_contact_surname: "RCAuth" |
43 | shib_meta_contact_mail: "ca@rcauth.eu" |
44 | |
45 | # make these optional |
46 | #shib_meta_contact_name_2: "Mischa" |
47 | #shib_meta_contact_surname_2: "Salle" |
48 | #shib_meta_contact_mail_2: "msalle@nikhef.nl" |
49 | |
50 | shib_meta_sec_contact_name: "Operator" |
51 | shib_meta_sec_contact_surname: "RCAuth" |
52 | shib_meta_sec_contact_mail: "ca@rcauth.eu" |
53 | |
54 | # contact in case of errors |
55 | |
56 | contact: "ca@rcauth.eu" |
grid.support@nikhef.nl | ViewVC Help |
Powered by ViewVC 1.1.28 |