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
Attempting to instantiate the opensearch provider plugin to create opensearch_roles and opensearch_roles_mappings over SSH tunnel results in the plugin crashing with the following error:
Plan/apply Opensearch over SSH using host override in the plugin provider:
provider "opensearch" {
url = "https://localhost:1053"
host_override = local.opensearch_domain
username = module.searchcluster[0].admin_username
password = module.searchcluster[0].admin_password
# Must be disabled for basic auth
sign_aws_requests = false
insecure = true
}
What is the expected behavior?
A clear and concise description of what you expected to happen.
Apply goes through successfully.
What is your host/environment?
Operating system, version.
Do you have any screenshots?
If applicable, add screenshots to help explain your problem.
Do you have any additional context?
I am able to connect over this SSH tunnel to the opensearch cluster, so I'm doubtful the tunnel is the issue here. I do get the same error when trying to connect without a tunnel.
The text was updated successfully, but these errors were encountered:
What is the bug?
Attempting to instantiate the opensearch provider plugin to create
opensearch_role
s andopensearch_roles_mapping
s over SSH tunnel results in the plugin crashing with the following error:How can one reproduce the bug?
Plan/apply Opensearch over SSH using host override in the plugin provider:
What is the expected behavior?
A clear and concise description of what you expected to happen.
Apply goes through successfully.
What is your host/environment?
Operating system, version.
Do you have any screenshots?
If applicable, add screenshots to help explain your problem.
Do you have any additional context?
I am able to connect over this SSH tunnel to the opensearch cluster, so I'm doubtful the tunnel is the issue here. I do get the same error when trying to connect without a tunnel.
The text was updated successfully, but these errors were encountered: