[java-redshift] branch master updated: Update README with link to real docs.

Scott Cantor cantor.2 at osu.edu
Wed May 22 09:29:56 EDT 2019


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch master
in repository java-redshift.

View the commit online:
http://git.shibboleth.net/view/?p=java-redshift.git;a=commit;h=9f0fe80530a15e8ba3b01f7ec72069466b130b60

The following commit(s) were added to refs/heads/master by this push:
       new  9f0fe80   Update README with link to real docs.
9f0fe80 is described below

commit 9f0fe80530a15e8ba3b01f7ec72069466b130b60
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed May 22 09:29:53 2019 -0400

    Update README with link to real docs.
---
 doc/README.txt | 30 +++---------------------------
 1 file changed, 3 insertions(+), 27 deletions(-)

diff --git a/doc/README.txt b/doc/README.txt
index d56bd8b..adc5450 100644
--- a/doc/README.txt
+++ b/doc/README.txt
@@ -1,28 +1,4 @@
-More docs coming, but basics:
+This code is unsupported and made available as-is.
 
-The JDBC class for the AWS driver is "com.amazon.redshift.jdbc.Driver", same as always.
-
-This is a plugin to the driver and has to be configured with a number of key-value property pairs
-that can be supplied in a number of ways, usually via the connection string or inside a JDBC client
-as part of the definition of a custom data source type.
-
-With most tools, you'll need to define that custom data source so that the additional jar containing
-the plugin can be loaded along with the main driver jar from Amazon.
-
-Required key/value pairs:
-
-plugin_name=net.shibboleth.utilities.amazon.redshift.ECPCredentialsProvider
-idp_host=idp.example.org
-
-Optional:
-
-idp_port=443
-user=myusername
-password=mypassword
-ecp_path=/idp/profile/SAML2/SOAP/ECP
-
-Rarely needed:
- 
-ecp_template
-ecp_tag
-ecp_headers
+Some documentation available at
+https://wiki.shibboleth.net/confluence/display/KB/Amazon+Redshift+ECP+Plugin+for+JDBC

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list