The Unicon IAM team did a code review and suggested several small adjustments. This is one of those adjustments:
The init script can be called to initialize a new IdP deployment. It creates a basic config, keys, metadata, etc and exports it to the Docker host. It would be helpful to deployers to also export the views, css, images, and js directories as these usually are modified shortly after spinning up the new IdP.
If deployers want to use the baseline assets, the local files can just be removed from the local Docker image source.
The Unicon IAM team did a code review and suggested several small adjustments. This is one of those adjustments:
The init script can be called to initialize a new IdP deployment. It creates a basic config, keys, metadata, etc and exports it to the Docker host. It would be helpful to deployers to also export the
views
,css
,images
, andjs
directories as these usually are modified shortly after spinning up the new IdP.If deployers want to use the baseline assets, the local files can just be removed from the local Docker image source.