Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Login to the server or container running the YOUnite API microservice. 

YOUnite API

High Availability Topics

DB Initialization

 Flyway needs to be invoked to seed the database and it requires only one instance to be running for this to execute properly so be certain the YOUnite API service is instantiated in a rolling deployment.

Message Broker

Multiple instances OK.


YOUnite UI

Multiple Instances OK (Hari?)

Rancher

Other Topics

  • LDAP and the IDP is a non-issue since we talk to the IDP - We use it with docker so we can simulate the service


Application Properties

Settings for the following can be made in the application.properties file found at TODO

Database Configuration

AWS RDS

We will use this in production and QA.

This will take some effort for us to migrate from Postgres

Message Queue Configuration

Default Notification Settings

OAuth Configuration

Single SignOn Configuration (SSO)

SAML/Shiboleth


Additional settings for the Message Service can be made in the spring-activemq.xml file found at TODO

...