[java-identity-provider] branch master updated: Missed check-in of new file.
Scott Cantor
cantor.2 at osu.edu
Thu Dec 19 14:07:05 EST 2019
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=95f4e41682dccfcb7d7f9298c7635cdfe6502167
The following commit(s) were added to refs/heads/master by this push:
new 95f4e41 Missed check-in of new file.
95f4e41 is described below
commit 95f4e41682dccfcb7d7f9298c7635cdfe6502167
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Dec 19 14:05:46 2019 -0500
Missed check-in of new file.
---
idp-conf/src/main/resources/conf/secrets.properties | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/idp-conf/src/main/resources/conf/secrets.properties b/idp-conf/src/main/resources/conf/secrets.properties
new file mode 100644
index 0000000..bcc070a
--- /dev/null
+++ b/idp-conf/src/main/resources/conf/secrets.properties
@@ -0,0 +1,12 @@
+# This is a reserved spot for most properties containing passwords or other secrets.
+
+# Access to internal AES encryption key
+idp.sealer.storePassword = password
+idp.sealer.keyPassword = password
+
+# Default access to LDAP authn and attribute stores.
+idp.authn.LDAP.bindDNCredential = myServicePassword
+idp.attribute.resolver.LDAP.bindDNCredential = %{idp.authn.LDAP.bindDNCredential:undefined}
+
+# Salt used to generate persistent/pairwise IDs, must be kept secret
+#idp.persistentId.salt = changethistosomethingrandom
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list