Richard Lindner
Richard Lindner
I just came across some really odd behavior with version `2.0.0`. We pass in a port parameter from the commandline, so it ends up being a string, which used to...
**Please provide details on the following items. Failure to do so may result in deletion of your feature request.** **What's the user value of this feature request?** I use docker...
- [x] consolidate node-fetch to shared/request.js file (to be replaced with node native fetch when it's ready) - [x] timestamps for cds-list (fix #46) - [x] kick out very old...
our own afc-api app has two uaa services bound, one for communicating with our own services and one for the external facing api currently mtx tool implicitly selects the first...
Should lead to re-try without cache and cache-update behind the scenes...
We already access the service manager as part of the Hana container management, but other things, like the object-store can be managed through the service manager. For credential rotation it...
For the long list commands, it should be possible to suppress all non-json logging. To enable easy processing in scripts.
`PATCH /saas-manager/v1/application/subscriptions/batch` ... We currently do this concurrency in mtx-tool, but with the new batch API it could be done server-side. Link: https://saas-manager.cfapps.stagingaws.hanavlab.ondemand.com/api?urls.primaryName=Saas-Manager-Service-Api$cis-system&scope=cis-system#/a_ApplicationController%20API/batchUpdateApplicationAndTenantSubscriptionAsync_1 Also for subscription-manager `PATCH /subscription-manager/v1/subscriptions/batch` ... https://int.api.hana.ondemand.com/api/APISubscriptionManagerService/path/batchUpdateApplicationAndTenantSubscriptionAsync
For now pretty much all commands authenticate with `getCachedUaaToken()`, meaning they do an OAuth Flow with UAA to get a client credentials JWT. But for IAS-only setups this flow should...
So, in our big project we have been using mta and mbt for long time. Some time this year a feature was added on the https://github.com/cloudfoundry/multiapps-controller repo, where mta's are...