← Back to Kairo Docs|API Reference (Dokka)

GcpSecretSupplier

abstract class GcpSecretSupplier

Lightweight and coroutine-friendly Google Secret Manager wrapper for Kotlin. Use DefaultGcpSecretSupplier in production.

Inheritors

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract suspend operator fun get(id: String): ProtectedString?

Fetches a secret by its fully-qualified resource name. Returns null if the secret does not exist.