Service Account
Steps to Create Service Accounts for Spinnaker
Overview
Steps to Create Service Accounts
FRONT50=http://front50.url:8080 curl -X POST \ -H "Content-type: application/json" \ -d '{ "name": "sekret-service-account@spinnaker-test.net", "memberOf": ["myApp- prod","myApp-qa"] }' \ $FRONT50/serviceAccountscurl $FRONT50/serviceAccountsFIAT=http://fiat.url:7003 curl -X POST $FIAT/roles/synccurl $FIAT/authorize/myApp-svc-account
How to use Service Accounts
Last updated