Svelixir.Config.Security (svelixir v0.1.0)

Copy Markdown

Security tooling configuration within the container.

Summary

Functions

Builds and validates a Security struct from a raw string-keyed map.

Types

t()

@type t() :: %Svelixir.Config.Security{cloak: boolean(), openbao: boolean()}

Functions

from_map(data)

@spec from_map(map()) :: {:ok, t()} | {:error, String.t()}

Builds and validates a Security struct from a raw string-keyed map.