SaaS Dependencies
First of all we want to give some more details about using SaaS from the selected cloud provider.
Parameters
After adding a dependency it is necessary to configure some parameters, so the dependency can be deployed in the cloud. One example of a PostgreSQL database on GCP:
These parameters can be different for each stage and as said, have to be configured first to have a working e.g. database.
Depending Components
Of course not every component in your cluster needs access to all of your dependencies. Therefore you can configure on component level which dependency it can use.
Please be aware, that a SaaS dependency will be only deployed when at least one component is using it.
Variables
To be able to use a dependency in your component, you will get environment variables e.g.
- URL to the dependency
- Username to login
- Password to login
- Database name
Naming: ODJ_DEP_ DEPENDENCY_NAME _ DEPENDENCY_VARIABLE
Messaging
Will be documented soon...
Other capabilities
Will be documented soon...