Bump code.cloudfoundry.org/debugserver from 0.90.0 to 0.91.0 (#368)
Bumps code.cloudfoundry.org/debugserver from 0.90.0 to 0.91.0.
updated-dependencies:
- dependency-name: code.cloudfoundry.org/debugserver dependency-version: 0.91.0 dependency-type: direct:production update-type: version-update:semver-minor …
Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802032778号
CC Uploader
Note: This repository should be imported as
code.cloudfoundry.org/cc-uploader.CC Bridge component to enable Diego to upload files to Cloud Controller’s blobstore
Uploading Droplets & Build Artifacts
Uploading droplets & build artifacts via CC involves crafting a correctly-formed multipart request. For Droplets we also poll until the async job completes.
Testing
To specify a remote cloud controller to test against, use the following environment variables:
CC_ADDRESS the hostname for a deployed CC CC_USERNAME, CC_PASSWORD the basic auth credentials for the droplet upload endpoint CC_APPGUID a valid app guid on that deployed CC
Learn more about Diego and its components at diego-design-notes
Generating cert fixtures
First generate certs for mTLS connection between cc_uploader (client) and cloud_controller (server)
and once you’ve generated those, generate certs mTLS connection between the Diego cell (client) and cc_uploader (server)