[java-identity-provider] branch master updated: Move secrets.properties into credentials.
Scott Cantor
cantor.2 at osu.edu
Fri Dec 20 13:32:44 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=a0d74233d566086f9fc4e1aaa9ac39d6d1a006b1
The following commit(s) were added to refs/heads/master by this push:
new a0d7423 Move secrets.properties into credentials.
a0d7423 is described below
commit a0d74233d566086f9fc4e1aaa9ac39d6d1a006b1
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Dec 20 13:32:41 2019 -0500
Move secrets.properties into credentials.
---
idp-conf/src/main/resources/conf/idp.properties | 2 +-
idp-conf/src/main/resources/{conf => credentials}/secrets.properties | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-conf/src/main/resources/conf/idp.properties b/idp-conf/src/main/resources/conf/idp.properties
index 5480d17..d56e0ff 100644
--- a/idp-conf/src/main/resources/conf/idp.properties
+++ b/idp-conf/src/main/resources/conf/idp.properties
@@ -1,5 +1,5 @@
# Load any additional property resources from a comma-delimited list
-idp.additionalProperties = /conf/ldap.properties, /conf/saml-nameid.properties, /conf/services.properties, /conf/authn/duo.properties, /conf/secrets.properties
+idp.additionalProperties = /conf/ldap.properties, /conf/saml-nameid.properties, /conf/services.properties, /conf/authn/duo.properties, /credentials/secrets.properties
# In most cases (and unless noted in the surrounding comments) the
# commented settings in the distributed files document default behavior.
diff --git a/idp-conf/src/main/resources/conf/secrets.properties b/idp-conf/src/main/resources/credentials/secrets.properties
similarity index 100%
rename from idp-conf/src/main/resources/conf/secrets.properties
rename to idp-conf/src/main/resources/credentials/secrets.properties
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list