Skip to content

Instantly share code, notes, and snippets.

View aravindputrevu's full-sized avatar
🧠
Fine-tuning my mind!

Aravind Putrevu aravindputrevu

🧠
Fine-tuning my mind!
View GitHub Profile
@aravindputrevu
aravindputrevu / auth0-sso-elasticsearch.md
Created May 10, 2022 17:29
How to configure Auth0 SSO with Elasticsearch

How to configure Auth0 SSO with Elasticsearch

Elastic cloud supports three types of SSO protocols.

  1. SAML
  2. OpenID
  3. Kerberos

I'm using Auth0 as an identity provider here to configure SAML login with a Elastic Cloud Deployment.

@aravindputrevu
aravindputrevu / azure-pvt-link.tf
Created May 4, 2022 12:57
A Simple Terraform Script for creating a Azure Private Link Endpoint & A Private DNS Zone

#list all indices GET _cat/indices

#Creating Data stream PUT _data_stream/first-data-stream

GET _index_template/

GET my-data-stream/_search