Skip to content

Instantly share code, notes, and snippets.

@PG2000
Last active July 4, 2019 22:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PG2000/61eb1e0d42cff018f2b28b680dbc464c to your computer and use it in GitHub Desktop.
Save PG2000/61eb1e0d42cff018f2b28b680dbc464c to your computer and use it in GitHub Desktop.
uaac target --skip-ssl-validation https://uaa.dev.cfdev.sh
uaac token client get admin -s admin-client-secret
uaac client add uaa-credentials-broker \
--name uaa-credentials-broker \
--authorized_grant_types client_credentials \
--authorities scim.write,uaa.admin,cloud_controller.admin \
--scope uaa.none
git clone https://github.com/cloudfoundry-community/uaa-credentials-broker.git
# manifest anpassen
---
applications:
- name: uaa-credentials-broker
command: uaa-credentials-broker
buildpacks:
- https://github.com/cloudfoundry/go-buildpack#v1.8.40
env:
GOVERSION: go1.12
UAA_ADDRESS: https://uaa.dev.cfdev.sh
UAA_CLIENT_ID: uaa-credentials-broker
UAA_CLIENT_SECRET: xxxxxx
#UAA_ZONE: uaa
CF_ADDRESS: https://api.dev.cfdev.sh
BROKER_USERNAME: selber
BROKER_PASSWORD: ausgedacht
EMAIL_ADDRESS: info@example.local
#####
cf push
cf create-service-broker uaa.credentials selber ausgedacht https://uaa-credentials-broker.dev.cfdev.sh
cf enable-service-access cloud-gov-service-account
#cf enable-service-access cloud-gov-identity-provider
cf cs cloud-gov-service-account space-deployer service-account
cf create-service-key service-account access-key
cf service-key service-account access-key
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment