File tree Expand file tree Collapse file tree 3 files changed +4
-10
lines changed Expand file tree Collapse file tree 3 files changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ applications:
10
10
API_ENDPOINT :
11
11
API_USER :
12
12
API_PASSWORD :
13
+ CLIENT_ID :
14
+ CLIENT_SECRET :
13
15
SPLUNK_HOST :
14
16
SPLUNK_TOKEN :
15
17
SPLUNK_INDEX :
Original file line number Diff line number Diff line change 6
6
sed -i ' s@API_ENDPOINT:.*@' " API_ENDPOINT: $API_ENDPOINT " ' @' .circleci/ci_nozzle_manifest.yml
7
7
sed -i ' s@API_USER:.*@' " API_USER: $API_USER " ' @' .circleci/ci_nozzle_manifest.yml
8
8
sed -i ' s@API_PASSWORD:.*@' " API_PASSWORD: $API_PASSWORD " ' @' .circleci/ci_nozzle_manifest.yml
9
+ sed -i ' s@CLIENT_ID:.*@' " CLIENT_ID: $CLIENT_ID " ' @' .circleci/ci_nozzle_manifest.yml
10
+ sed -i ' s@CLIENT_SECRET:.*@' " CLIENT_SECRET: $CLIENT_SECRET " ' @' .circleci/ci_nozzle_manifest.yml
9
11
sed -i ' s@SPLUNK_HOST:.*@' " SPLUNK_HOST: $SPLUNK_HOST " ' @' .circleci/ci_nozzle_manifest.yml
10
12
sed -i ' s@SPLUNK_TOKEN:.*@' " SPLUNK_TOKEN: $SPLUNK_TOKEN " ' @' .circleci/ci_nozzle_manifest.yml
11
13
sed -i ' s@SPLUNK_INDEX:.*@' " SPLUNK_INDEX: $SPLUNK_INDEX " ' @' .circleci/ci_nozzle_manifest.yml
Original file line number Diff line number Diff line change @@ -60,16 +60,6 @@ forms:
60
60
type : secret
61
61
label : Client Secret
62
62
description : CF UAA client secret
63
- - name : api_user
64
- type : string
65
- label : API User
66
- description : API username
67
- optional : true
68
- - name : api_password
69
- type : secret
70
- label : API Password
71
- description : Password for API user
72
- optional : true
73
63
- name : skip_ssl_validation_cf
74
64
type : boolean
75
65
label : Skip SSL Validation
You can’t perform that action at this time.
0 commit comments