forked from vchrisb/pcf-automation-gcp-paving
-
Notifications
You must be signed in to change notification settings - Fork 2
/
credhub-secrets.example.yml
38 lines (37 loc) · 1.15 KB
/
credhub-secrets.example.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
credentials:
# Add a deploy key to your repository with write access.
- name: /concourse/main/pcf-config_deploy_rsa
type: rsa
value:
private_key: |
-----BEGIN OPENSSH PRIVATE KEY-----
-----END OPENSSH PRIVATE KEY-----
public_key: |
ssh-rsa ...
- name: /concourse/main/opsman_decryption-passphrase
type: value
value: # String Generated
- name: /concourse/main/opsman_password
type: value
value: # String Generated
- name: /concourse/main/pivnet_api_token
type: value
value: # Retrieve from https://network.pivotal.io/users/dashboard/edit-profile
- name: /concourse/main/access_key_id
type: value
value: # Retrieve from AWS
- name: /concourse/main/secret_access_key
type: value
value: # Retrieve from AWS
- name: /concourse/main/installation_bucket_access_key_id
type: value
value: # Retrieve from AWS
- name: /concourse/main/installation_bucket_secret_access_key
type: value
value: # Retrieve from AWS
- name: /concourse/main/pivnet_products_bucket_access_key_id
type: value
value: # Retrieve from AWS
- name: /concourse/main/pivnet_products_bucket_secret_access_key
type: value
value: # Retrieve from AWS