Skip to content

Commit e671b62

Browse files
authored
update ci pipeline per token refresh change (#202)
* update ci pipeline per token refresh change * removed api_user and api_password fields from the tile
1 parent 8f37045 commit e671b62

File tree

3 files changed

+4
-10
lines changed

3 files changed

+4
-10
lines changed

.circleci/ci_nozzle_manifest.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ applications:
1010
API_ENDPOINT:
1111
API_USER:
1212
API_PASSWORD:
13+
CLIENT_ID:
14+
CLIENT_SECRET:
1315
SPLUNK_HOST:
1416
SPLUNK_TOKEN:
1517
SPLUNK_INDEX:

.circleci/update_manifest.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ set -e
66
sed -i 's@API_ENDPOINT:.*@'"API_ENDPOINT: $API_ENDPOINT"'@' .circleci/ci_nozzle_manifest.yml
77
sed -i 's@API_USER:.*@'"API_USER: $API_USER"'@' .circleci/ci_nozzle_manifest.yml
88
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
911
sed -i 's@SPLUNK_HOST:.*@'"SPLUNK_HOST: $SPLUNK_HOST"'@' .circleci/ci_nozzle_manifest.yml
1012
sed -i 's@SPLUNK_TOKEN:.*@'"SPLUNK_TOKEN: $SPLUNK_TOKEN"'@' .circleci/ci_nozzle_manifest.yml
1113
sed -i 's@SPLUNK_INDEX:.*@'"SPLUNK_INDEX: $SPLUNK_INDEX"'@' .circleci/ci_nozzle_manifest.yml

tile/tile.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -60,16 +60,6 @@ forms:
6060
type: secret
6161
label: Client Secret
6262
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
7363
- name: skip_ssl_validation_cf
7464
type: boolean
7565
label: Skip SSL Validation

0 commit comments

Comments
 (0)