Skip to content

Commit

Permalink
Merge pull request #231 from derek63/add-all-access-ou
Browse files Browse the repository at this point in the history
Add security domain config for allAccessOu
  • Loading branch information
derek63 authored Nov 20, 2017
2 parents e6608b9 + 07bc2d7 commit 573ca7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions manifests/authentication/certificate.pp
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
$ldap_use_tls=false,
$ldap_pool_size,
$environment,
$all_access_ou,
$keystore_password,
$keystore_url,
$truststore_password,
Expand Down
1 change: 1 addition & 0 deletions templates/lightblue-security-domain-cert.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"trustStore" => expression "<%= @truststore_url %>",
"trustStorePassword" => "<%= @truststore_password %>",
"environment" => "<%= @environment %>",
"allAccessOu" => "<%= @all_access_ou %>",
"debug" => "<%= @debug %>",
"keepAlive" => "<%= @keepAlive %>",
"connectionTimeoutMS" => "<%= @connectionTimeoutMS %>",
Expand Down

0 comments on commit 573ca7a

Please sign in to comment.