Skip to content

Commit

Permalink
11.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SupportSDM committed Nov 12, 2024
1 parent 6e6fed4 commit 7334907
Show file tree
Hide file tree
Showing 10 changed files with 12,232 additions and 10,637 deletions.
31 changes: 31 additions & 0 deletions docs/data-sources/resource.md
Original file line number Diff line number Diff line change
Expand Up @@ -679,6 +679,37 @@ In addition to provided arguments above, the following attributes are returned b
* `secret_store_id` - ID of the secret store containing credentials for this resource, if any.
* `subdomain` - Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
* `tags` - Tags is a map of key, value pairs.
* gcp_console:
* `bind_interface` - The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
* `egress_filter` - A filter applied to the routing logic to pin datasource to nodes.
* `id` - Unique identifier of the Resource.
* `identity_alias_healthcheck_username` - The username to use for healthchecks, when clients otherwise connect with their own identity alias username.
* `identity_set_id` - The ID of the identity set to use for identity connections.
* `name` - Unique human-readable name of the Resource.
* `port_override` - The local port used by clients to connect to this resource.
* `proxy_cluster_id` - ID of the proxy cluster for this resource, if any.
* `secret_store_id` - ID of the secret store containing credentials for this resource, if any.
* `session_expiry` - The length of time in seconds console sessions will live before needing to reauthenticate.
* `subdomain` - Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
* `tags` - Tags is a map of key, value pairs.
* `workforce_pool_id` - The ID of the Workforce Identity Pool in GCP to use for federated authentication.
* `workforce_provider_id` - The ID of the Workforce Identity Provider in GCP to use for federated authentication.
* gcpwif:
* `bind_interface` - The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
* `egress_filter` - A filter applied to the routing logic to pin datasource to nodes.
* `id` - Unique identifier of the Resource.
* `identity_alias_healthcheck_username` - The username to use for healthchecks, when clients otherwise connect with their own identity alias username.
* `identity_set_id` - The ID of the identity set to use for identity connections.
* `name` - Unique human-readable name of the Resource.
* `port_override` - The local port used by clients to connect to this resource.
* `proxy_cluster_id` - ID of the proxy cluster for this resource, if any.
* `scopes` - Space separated scopes that this login should assume into when authenticating.
* `secret_store_id` - ID of the secret store containing credentials for this resource, if any.
* `session_expiry` - The length of time in seconds console sessions will live before needing to reauthenticate.
* `subdomain` - Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
* `tags` - Tags is a map of key, value pairs.
* `workforce_pool_id` - The ID of the Workforce Identity Pool in GCP to use for federated authentication.
* `workforce_provider_id` - The ID of the Workforce Identity Provider in GCP to use for federated authentication.
* google_gke:
* `allow_resource_role_bypass` - If true, allows users to fallback to the existing authentication mode (Leased Credential or Identity Set) when a resource role is not provided.
* `bind_interface` - The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
Expand Down
29 changes: 29 additions & 0 deletions docs/resources/resource.md
Original file line number Diff line number Diff line change
Expand Up @@ -665,6 +665,35 @@ The following arguments are supported by the Resource resource:
* `secret_store_id` - (Optional) ID of the secret store containing credentials for this resource, if any.
* `subdomain` - (Optional) Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
* `tags` - (Optional) Tags is a map of key, value pairs.
* gcp_console:
* `bind_interface` - (Optional) The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
* `egress_filter` - (Optional) A filter applied to the routing logic to pin datasource to nodes.
* `identity_alias_healthcheck_username` - (Optional) The username to use for healthchecks, when clients otherwise connect with their own identity alias username.
* `identity_set_id` - (Optional) The ID of the identity set to use for identity connections.
* `name` - (Required) Unique human-readable name of the Resource.
* `port_override` - (Optional) The local port used by clients to connect to this resource.
* `proxy_cluster_id` - (Optional) ID of the proxy cluster for this resource, if any.
* `secret_store_id` - (Optional) ID of the secret store containing credentials for this resource, if any.
* `session_expiry` - (Optional) The length of time in seconds console sessions will live before needing to reauthenticate.
* `subdomain` - (Required) Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
* `tags` - (Optional) Tags is a map of key, value pairs.
* `workforce_pool_id` - (Required) The ID of the Workforce Identity Pool in GCP to use for federated authentication.
* `workforce_provider_id` - (Required) The ID of the Workforce Identity Provider in GCP to use for federated authentication.
* gcpwif:
* `bind_interface` - (Optional) The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
* `egress_filter` - (Optional) A filter applied to the routing logic to pin datasource to nodes.
* `identity_alias_healthcheck_username` - (Optional) The username to use for healthchecks, when clients otherwise connect with their own identity alias username.
* `identity_set_id` - (Optional) The ID of the identity set to use for identity connections.
* `name` - (Required) Unique human-readable name of the Resource.
* `port_override` - (Optional) The local port used by clients to connect to this resource.
* `proxy_cluster_id` - (Optional) ID of the proxy cluster for this resource, if any.
* `scopes` - (Required) Space separated scopes that this login should assume into when authenticating.
* `secret_store_id` - (Optional) ID of the secret store containing credentials for this resource, if any.
* `session_expiry` - (Optional) The length of time in seconds console sessions will live before needing to reauthenticate.
* `subdomain` - (Optional) Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
* `tags` - (Optional) Tags is a map of key, value pairs.
* `workforce_pool_id` - (Required) The ID of the Workforce Identity Pool in GCP to use for federated authentication.
* `workforce_provider_id` - (Required) The ID of the Workforce Identity Provider in GCP to use for federated authentication.
* google_gke:
* `allow_resource_role_bypass` - (Optional) If true, allows users to fallback to the existing authentication mode (Leased Credential or Identity Set) when a resource role is not provided.
* `bind_interface` - (Optional) The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
Expand Down
200 changes: 200 additions & 0 deletions sdm/data_source_resource.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdm/internal/sdk/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7334907

Please sign in to comment.