servicecatalog / oscm-app-shell

A script based framework adapter integrating OSCM with any type of cloud.
Apache License 2.0
1 stars 5 forks source link

Switch organization for shell adapter #63

Closed GoebelL closed 5 years ago

GoebelL commented 5 years ago

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.

GoebelL commented 5 years ago

Check if it's possible to update the the user credentials via docker using var.env.

kowalczyka commented 5 years ago

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.

GoebelL commented 5 years ago

Described in the Shell Integration Guide, chapter 3.2 "Updating Service Controller Settings in the Database".