Section | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
Make a note of the database host name, e. This should be a CNAME in GoDaddy, not direct connection to RDS e.g. repo.c5sxx7pot9i8.us-east-1.rds.amazonaws.comsyndb-prod.sagebase.org
Download mysql-connector-java-5.1.16.tar.gz and copy it to /usr/local
...
Database: MySQL
JDBC URL: jdbc:mysql://repo.c5sxx7pot9i8.us-east-1.rds.amazonaws.comsyndb-prod.sagebase.org/crowd?autoReconnect=true&characterEncoding=utf8&useUnicode=true
...
curl -u platform:[password] -H "Accept: application/xml" -H "Content-Type: application/xml" -v -k -d "<?xml version='1.0' encoding='UTF-8'?> <authentication-context> <username>[username]</username></authentication-context>" -X POST https://crowd.sagebase.org:8443/crowd/rest/usermanagement/latest/session?validate-password=false
Response should include a HTTP status of 201 and a session token
...