AWS released Cognito authentication integration to Kibana.
https://forums.aws.amazon.com/ann.jspa?annID=5602
Sample configuration I suppose; may change
resource "aws_elasticsearch_domain" "es-test" {
# other configurations...
kibana_authentication {
cognito_region = "us-east-1"
cognito_user_pool = ""
cognito_identity_pool = ""
iam_role = ""
}
}
Possible to set, update, and remove authentication configuration
Not implemented yet
Initial support has been merged into master via #5346 and will release with version 1.30.0 of the AWS provider, later today. Great work, @aoggz!
This has been released in version 1.30.0 of the AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.
I'm going to lock this issue because it has been closed for _30 days_ โณ. This helps our maintainers find and focus on the active issues.
If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks!
Most helpful comment
This has been released in version 1.30.0 of the AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.