-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcluster-init-secrets.yaml
81 lines (80 loc) · 2.4 KB
/
cluster-init-secrets.yaml
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
# This is a StackRox cluster init bundle.
# This bundle can be used for setting up any number of StackRox secured clusters.
# NOTE: This file contains secret data and needs to be handled and stored accordingly.
#
# name: "accounting-erp-cluster"
# createdAt: 2022-01-08T06:12:55.742039919Z
# expiresAt: 2023-01-08T06:13:00Z
# id: 96cc46a6-e943-4a40-961c-f7c39fa26b64
#
apiVersion: v1
kind: Secret
metadata:
annotations:
init-bundle.stackrox.io/created-at: "2022-01-08T06:12:55.742039919Z"
init-bundle.stackrox.io/expires-at: "2023-01-08T06:13:00Z"
init-bundle.stackrox.io/id: 96cc46a6-e943-4a40-961c-f7c39fa26b64
init-bundle.stackrox.io/name: accounting-erp-cluster
creationTimestamp: null
name: collector-tls
stringData:
ca.pem: |
-----BEGIN CERTIFICATE-----
mockkkkkkkkkkk
-----END CERTIFICATE-----
collector-cert.pem: |
-----BEGIN CERTIFICATE-----
mockkkkkkkkkkk
-----END CERTIFICATE-----
collector-key.pem: |
-----BEGIN EC PRIVATE KEY-----
mockkkkkkkkkkk
-----END EC PRIVATE KEY-----
---
apiVersion: v1
kind: Secret
metadata:
annotations:
init-bundle.stackrox.io/created-at: "2022-01-08T06:12:55.742039919Z"
init-bundle.stackrox.io/expires-at: "2023-01-08T06:13:00Z"
init-bundle.stackrox.io/id: 96cc46a6-e943-4a40-961c-f7c39fa26b64
init-bundle.stackrox.io/name: accounting-erp-cluster
creationTimestamp: null
name: sensor-tls
stringData:
ca.pem: |
-----BEGIN CERTIFICATE-----
mockkkkkkkkkkk
-----END CERTIFICATE-----
sensor-cert.pem: |
-----BEGIN CERTIFICATE-----
mockkkkkkkkkkk
-----END CERTIFICATE-----
sensor-key.pem: |
-----BEGIN EC PRIVATE KEY-----
mockkkkkkkkkkk
-----END EC PRIVATE KEY-----
---
apiVersion: v1
kind: Secret
metadata:
annotations:
init-bundle.stackrox.io/created-at: "2022-01-08T06:12:55.742039919Z"
init-bundle.stackrox.io/expires-at: "2023-01-08T06:13:00Z"
init-bundle.stackrox.io/id: 96cc46a6-e943-4a40-961c-f7c39fa26b64
init-bundle.stackrox.io/name: accounting-erp-cluster
creationTimestamp: null
name: admission-control-tls
stringData:
admission-control-cert.pem: |
-----BEGIN CERTIFICATE-----
mockkkkkkkkkkk
-----END CERTIFICATE-----
admission-control-key.pem: |
-----BEGIN EC PRIVATE KEY-----
mockkkkkkkkkkk
-----END EC PRIVATE KEY-----
ca.pem: |
-----BEGIN CERTIFICATE-----
mockkkkkkkkkkk
-----END CERTIFICATE-----