Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/security / / setLiteralAllowed
Function: setLiteralAllowed()
ts
function setLiteralAllowed(allowed): void;Defined in: packages/security/src/secrets/resolvers/literal.ts:23
Programmatic gate — set from secrets.allowLiteral: true in user config. Must be combined with the env gate to actually unlock the literal: scheme.
Parameters
| Parameter | Type |
|---|---|
allowed | boolean |
Returns
void