You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "The external id for the aws account",
7
+
"stringField": {}
8
+
},
9
+
{
10
+
"name": "global-access-key-id",
11
+
"displayName": "Global Access Key",
12
+
"description": "The global-access-key-id for the aws account",
13
+
"stringField": {}
14
+
},
15
+
{
16
+
"name": "global-aws-orgs-enabled",
17
+
"displayName": "Global AWS Orgs Enabled",
18
+
"description": "Enable support for AWS Organizations",
19
+
"boolField": {}
20
+
},
21
+
{
22
+
"name": "global-aws-sso-enabled",
23
+
"displayName": "Global AWS SSO Enabled",
24
+
"description": "Enable support for AWS IAM Identity Center",
25
+
"boolField": {}
26
+
},
27
+
{
28
+
"name": "global-aws-sso-region",
29
+
"displayName": "Global AWS SSO Region",
30
+
"description": "The region for the sso identities",
31
+
"stringField": {
32
+
"defaultValue": "us-east-1"
33
+
}
34
+
},
35
+
{
36
+
"name": "global-binding-external-id",
37
+
"displayName": "Global Binding External ID",
38
+
"description": "The global external id for the aws account",
39
+
"stringField": {}
40
+
},
41
+
{
42
+
"name": "global-region",
43
+
"displayName": "Global Region",
44
+
"description": "The region for the aws account",
45
+
"stringField": {}
46
+
},
47
+
{
48
+
"name": "global-role-arn",
49
+
"displayName": "Global Role ARN",
50
+
"description": "The role arn for the aws account",
51
+
"stringField": {}
52
+
},
53
+
{
54
+
"name": "global-secret-access-key",
55
+
"displayName": "Global Secret Access Key",
56
+
"description": "The global-secret-access-key for the aws account",
57
+
"stringField": {}
58
+
},
59
+
{
60
+
"name": "iam-assume-role-name",
61
+
"displayName": "IAM Assume Role Name",
62
+
"description": "Role name for the IAM role to assume when using the AWS connector",
63
+
"stringField": {
64
+
"defaultValue": "OrganizationAccountAccessRole"
65
+
}
66
+
},
67
+
{
68
+
"name": "log-level",
69
+
"description": "The log level: debug, info, warn, error",
70
+
"isOps": true,
71
+
"stringField": {
72
+
"defaultValue": "info"
73
+
}
74
+
},
75
+
{
76
+
"name": "log-level-debug-expires-at",
77
+
"description": "The timestamp indicating when debug-level logging should expire",
78
+
"isOps": true,
79
+
"stringField": {}
80
+
},
81
+
{
82
+
"name": "otel-collector-endpoint",
83
+
"description": "The endpoint of the OpenTelemetry collector to send observability data to (used for both tracing and logging if specific endpoints are not provided)",
84
+
"isOps": true,
85
+
"stringField": {}
86
+
},
87
+
{
88
+
"name": "otel-collector-endpoint-tls-cert",
89
+
"description": "A PEM-encoded certificate to use as a CA for TLS connections to the OpenTelemetry collector",
90
+
"isOps": true,
91
+
"stringField": {}
92
+
},
93
+
{
94
+
"name": "otel-collector-endpoint-tls-cert-path",
95
+
"description": "Path to a file containing a PEM-encoded certificate to use as a CA for TLS connections to the OpenTelemetry collector",
96
+
"isOps": true,
97
+
"stringField": {}
98
+
},
99
+
{
100
+
"name": "otel-collector-endpoint-tls-insecure",
101
+
"description": "Allow insecure connections to the OpenTelemetry collector",
102
+
"isOps": true,
103
+
"boolField": {}
104
+
},
105
+
{
106
+
"name": "otel-logging-disabled",
107
+
"description": "Disable OpenTelemetry logging",
108
+
"isOps": true,
109
+
"boolField": {}
110
+
},
111
+
{
112
+
"name": "otel-tracing-disabled",
113
+
"description": "Disable OpenTelemetry tracing",
114
+
"isOps": true,
115
+
"boolField": {}
116
+
},
117
+
{
118
+
"name": "role-arn",
119
+
"displayName": "Role ARN",
120
+
"description": "The role arn for the aws account",
121
+
"stringField": {}
122
+
},
123
+
{
124
+
"name": "scim-enabled",
125
+
"displayName": "SCIM Enabled",
126
+
"description": "Enable support for pulling SSO User status from the AWS SCIM API",
127
+
"boolField": {}
128
+
},
129
+
{
130
+
"name": "scim-endpoint",
131
+
"displayName": "SCIM Endpoint",
132
+
"description": "The SCIMv2 endpoint for aws identity center",
133
+
"stringField": {}
134
+
},
135
+
{
136
+
"name": "scim-token",
137
+
"displayName": "SCIM Token",
138
+
"description": "The SCIMv2 token for aws identity center",
0 commit comments