Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
  • Blog
  • Pricing
  • Documentation
Yandex project
© 2025 Yandex.Cloud LLC
Yandex Managed Service for OpenSearch
  • Getting started
  • Access management
  • Pricing policy
  • Terraform reference
    • Authentication with the API
      • Overview
        • Overview
        • Get
        • List
        • Create
        • Update
        • Delete
        • Backup
        • DeleteBackup
        • Restore
        • RescheduleMaintenance
        • ListBackups
        • Move
        • Start
        • Stop
        • ListLogs
        • StreamLogs
        • ListOperations
        • ListHosts
        • AddOpenSearchNodeGroup
        • DeleteOpenSearchNodeGroup
        • UpdateOpenSearchNodeGroup
        • AddDashboardsNodeGroup
        • DeleteDashboardsNodeGroup
        • UpdateDashboardsNodeGroup
        • GetAuthSettings
        • UpdateAuthSettings
        • RestartOpenSearch
        • SwitchMaster
  • Monitoring metrics
  • Audit Trails events
  • Public materials
  • Release notes
  • FAQ

In this article:

  • gRPC request
  • GetAuthSettingsRequest
  • AuthSettings
  • SAMLSettings
  1. API reference
  2. gRPC
  3. Cluster
  4. GetAuthSettings

Managed Service for OpenSearch API, gRPC: ClusterService.GetAuthSettings

Written by
Yandex Cloud
Updated at November 26, 2024
  • gRPC request
  • GetAuthSettingsRequest
  • AuthSettings
  • SAMLSettings

Retrieves auth settings for specified cluster.

gRPC requestgRPC request

rpc GetAuthSettings (GetAuthSettingsRequest) returns (AuthSettings)

GetAuthSettingsRequestGetAuthSettingsRequest

{
  "cluster_id": "string"
}

Field

Description

cluster_id

string

Required field. Required. ID of the OpenSearch cluster.

AuthSettingsAuthSettings

{
  "saml": {
    "enabled": "bool",
    "idp_entity_id": "string",
    "idp_metadata_file": "bytes",
    "sp_entity_id": "string",
    "dashboards_url": "string",
    "roles_key": "string",
    "subject_key": "string",
    "jwt_default_expiration_timeout": "google.protobuf.Int64Value"
  }
}

Field

Description

saml

SAMLSettings

SAML settings

SAMLSettingsSAMLSettings

Field

Description

enabled

bool

idp_entity_id

string

Required. The entity ID of your IdP.

idp_metadata_file

bytes

Required. The SAML 2.0 metadata file of your IdP.

sp_entity_id

string

Required. The entity ID of the service provider.

dashboards_url

string

Required. The OpenSearch Dashboards base URL.

roles_key

string

Optional. The attribute in the SAML response where the roles are stored. If not configured, no roles are used.

subject_key

string

Optional. The attribute in the SAML response where the subject is stored. If not configured, the NameID attribute is used.

jwt_default_expiration_timeout

google.protobuf.Int64Value

default jwt expiration timeout.

Was the article helpful?

Previous
UpdateDashboardsNodeGroup
Next
UpdateAuthSettings
Yandex project
© 2025 Yandex.Cloud LLC