Closed GoebelL closed 5 years ago
Check if it's possible to update the the user credentials via docker using var.env.
As for now changing shell adapter related settings is possible with updating following values in var.env file:
CONTROLLER_ORG_ID CONTROLLER_USER_KEY CONTROLLER_USER_NAME CONTROLLER_USER_PASS
and then recreating the init-db container with:
docker-compose -f docker-compose-initdb.yml up oscm-initdb-controller-shell
After this restarting oscm-app container is needed.
Described in the Shell Integration Guide, chapter 3.2 "Updating Service Controller Settings in the Database".
The responsible provider for each adapter can be set in the APP UI. The shell adapter needs an interface for setting the technology manager credentials of the provider. At least it must be possible to update the the user credentials via docker using var.env.