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="This role for access customer s3 bucket on control plane."
16
+
type=list(string)
17
+
}
18
+
19
+
variable"additional_federated_identifiers" {
20
+
default=[]
21
+
description="This federated identified list for access customer s3 bucket on data plane."
22
+
type=list(string)
23
+
}
24
+
25
+
variable"streamnative_principal_ids" {
26
+
default=[]
27
+
description="When set, this applies an additional check for certain StreamNative principals to futher restrict access to which services / users can access an account."
28
+
type=list(string)
29
+
}
30
+
31
+
variable"source_identities" {
32
+
default=[]
33
+
description="Place an additional constraint on source identity, disabled by default and only to be used if specified by StreamNative"
34
+
type=list(any)
35
+
}
36
+
37
+
variable"source_identity_test" {
38
+
default="ForAnyValue:StringLike"
39
+
description="The test to use for source identity"
40
+
type=string
41
+
}
42
+
43
+
variable"external_id" {
44
+
default=""
45
+
description="A external ID that correspond to your Organization within StreamNative Cloud, used for all STS assume role calls to the IAM roles created by the module. This will be the organization ID in the StreamNative console, e.g. \"o-xhopj\"."
46
+
type=string
47
+
}
48
+
49
+
variable"tags" {
50
+
default={}
51
+
description="Extra tags to apply to the resources created by this module."
52
+
type=map(string)
53
+
}
54
+
55
+
variable"enforce_vendor_federation" {
56
+
default=false
57
+
description="Do not enable this unless explicitly told to do so by StreamNative. Restrict access for the streamnative_vendor_access_role_arns to only federated Google accounts. Intended to be true by default in the future."
0 commit comments