refactor: remove admin-ui manifests from core #1297
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
The
janssenproject/auth-server
andjanssenproject/config-api
images are updated to support the new deployment strategy where admin-ui manifests are no longer shipped with core.Implementation Details
admin-ui
plugin integration injanssenproject/config-api
, thegluufederation/admin-ui
image container must be deployed upfront (contains required manifests i.e. persistence entry and application properties)Documentation
The following environment variables to populate admin-ui credentials are removed (in favor of user inputs via
admin-ui
interface)CN_LICENSE_ADMIN_UI_API_KEY
CN_LICENSE_ADMIN_UI_PRODUCT_CODE
CN_LICENSE_ADMIN_UI_SHARED_KEY
CN_LICENSE_ADMIN_UI_MANAGEMENT_KEY
The following environment variables to configure admin-ui clients are removed (should be configured in admin-ui image)
CN_TOKEN_SERVER_BASE_HOSTNAME
CN_TOKEN_SERVER_AUTHZ_ENDPOINT
CN_TOKEN_SERVER_TOKEN_ENDPOINT
CN_TOKEN_SERVER_INTROSPECTION_ENDPOINT
CN_TOKEN_SERVER_USERINFO_ENDPOINT
CN_TOKEN_SERVER_CLIENT_ID
CN_TOKEN_SERVER_CERT_FILE