layout | title | category |
---|---|---|
default |
CAS - Configuration Server |
Configuration |
{% include variables.html %}
CAS is also able to use DynamoDb to locate properties and settings.
Support is provided via the following dependency in the WAR overlay:
{% include_cached casmodule.html group="org.apereo.cas" module="cas-server-support-configuration-cloud-dynamodb" %}
The configuration modules provided here may also be used verbatim inside a CAS server overlay and do not exclusively belong to a Spring Cloud Configuration server. While this module is primarily useful when inside the Spring Cloud Configuration server, it nonetheless may also be used inside a CAS server overlay directly to fetch settings from a source.
The DynamoDbCasProperties
table is automatically created by CAS with the following structure:
{
"id": "primary-key",
"name": "the-setting-name",
"value": "the-setting-value"
}
{% include_cached casproperties.html properties="cas.spring.cloud.dynamo-db" %}