-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcredentials_template.yaml
95 lines (78 loc) · 2.21 KB
/
credentials_template.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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
## this file has a template in which you should store credentials in your dev environment
## you should create a copy of this file with the name credentials.yaml
## All keys will be written with sample values in it
aws_logs:
client_type: sample_type
region: sample_region
aws_access_key: sample_access_key
aws_secret_key: sample_secret_key
aws_metrics:
client_type: sample_type
region: sample_region
aws_access_key: sample_access_key
aws_secret_key: sample_secret_key
kubectl_connector:
api_server: sample_api_server
token: sample_token
bash_command_server:
remote_server: sample_user@sample_ip
pem_path: sample_pem_path
postgres_db:
host: sample_host
user: sample_user
password: sample_password
database: sample_database
port: sample_port_int
grafana_loki:
host: sample_host
port: sample_port
protocol: sample_protocol
x_scope_org_id: sample_scope
grafana_promql:
host: sample_host
port: sample_port
protocol: sample_protocol
api_key: sample_key
ssl_verify: ssl_status
grafana_mimir:
host: sample_host
port: sample_port
protocol: sample_protocol
x_scope_org_id: sample_scope
ssl_verify: ssl_status
clickhouse:
protocol: sample_protocol
host: sample_host
port: sample_port_str
user: sample_user
password: sample_password
database: sample_database
datadog:
dd_app_key: sample_dd_app_key
dd_api_key: sample_dd_api_key
dd_api_domain: sample_dd_api_domain
db_connection_string:
connection_string: sample_connection_string
eks:
region: sample_region
aws_access_key: sample_access_key
aws_secret_key: sample_secret_key
k8_role_arn: sample_role_arn
gke:
project_id: sample_project_id
service_account_json:
type: "service_account"
project_id: sample_project_id
private_key_id: sample_private_key_id
private_key: sample_private_key_stringified
client_email: sample_client_email
client_id: sample_client_id
auth_uri: sample_auth_uri
token_uri: sample_token_uri
auth_provider_x509_cert_url: sample_auth_provider_x509_cert_url
client_x509_cert_url: sample_client_x509_cert_url
universe_domain: "googleapis.com"
new_relic:
api_key: sample_api_key
account_id: sample_account_id_str
nr_api_domain: sample_nr_api_domain