final case class Elasticsearch(description: String, config: TuneOptions, options: Map[String, String] = Map.empty, local: Boolean = false, sealWrap: Boolean = false, externalEntropyAccess: Boolean = false) extends SecretEngine with Product with Serializable
- Alphabetic
- By Inheritance
- Elasticsearch
- Serializable
- Product
- Equals
- SecretEngine
- Mount
- AnyRef
- Any
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new Elasticsearch(description: String, config: TuneOptions, options: Map[String, String] = Map.empty, local: Boolean = false, sealWrap: Boolean = false, externalEntropyAccess: Boolean = false)
Type Members
- type Out[F[_]] = databases.Elasticsearch[F]
- Definition Classes
- Elasticsearch → Mount
Value Members
- val config: TuneOptions
Specifies configuration options for this mount; if set on a specific mount, values will override any global defaults (e.g.
Specifies configuration options for this mount; if set on a specific mount, values will override any global defaults (e.g. the system TTL/Max TTL)
- Definition Classes
- Elasticsearch → Mount
- val description: String
Specifies a human-friendly description of this mount.
Specifies a human-friendly description of this mount.
- Definition Classes
- Elasticsearch → Mount
- val externalEntropyAccess: Boolean
Enable the mount to access Vault's external entropy source.
Enable the mount to access Vault's external entropy source.
- Definition Classes
- Elasticsearch → Mount
- val local: Boolean
Specifies if this is a local mount only.
Specifies if this is a local mount only. Local mounts are not replicated nor (if a secondary) removed by replication.
- Definition Classes
- Elasticsearch → Mount
- def mounted[F[_]](vaultClient: VaultClient[F], path: String): Out[F]
- Definition Classes
- Elasticsearch → Mount
- val options: Map[String, String]
Specifies mount type specific options that are passed to the backend.
Specifies mount type specific options that are passed to the backend.
- Definition Classes
- Elasticsearch → Mount
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val sealWrap: Boolean
Enable seal wrapping for the mount, causing values stored by the mount to be wrapped by the seal's encryption capability.
Enable seal wrapping for the mount, causing values stored by the mount to be wrapped by the seal's encryption capability.
- Definition Classes
- Elasticsearch → Mount
- val type: String
Specifies the type of this mount, such as "approle" (authentication method) or "pki" (secret engine).
Specifies the type of this mount, such as "approle" (authentication method) or "pki" (secret engine).
- Definition Classes
- Elasticsearch → Mount