Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add setting of MyProxy CaSubjectDN #3

Merged
merged 2 commits into from
May 14, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions manifests/config.pp
Expand Up @@ -90,6 +90,7 @@
globus_connect_config { 'MyProxy/ServerBehindNAT': value => $globus::myproxy_server_behind_nat }
globus_connect_config { 'MyProxy/CADirectory': value => $globus::myproxy_ca_directory }
globus_connect_config { 'MyProxy/ConfigFile': value => $globus::myproxy_config_file }
globus_connect_config { 'MyProxy/CaSubjectDN': value => $globus::myproxy_ca_subject_dn }
treydock marked this conversation as resolved.
Show resolved Hide resolved
}

# OAuth Configs
Expand Down
1 change: 1 addition & 0 deletions manifests/init.pp
Expand Up @@ -56,6 +56,7 @@
$myproxy_server_behind_nat = false,
$myproxy_ca_directory = '/var/lib/globus-connect-server/myproxy-ca',
$myproxy_config_file = '/var/lib/globus-connect-server/myproxy-server.conf',
$myproxy_ca_subject_dn = undef,
Array $myproxy_firewall_sources = ['174.129.226.69', '54.237.254.192/29'],

# OAuth Config
Expand Down