Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.01 KB

EsmCreate.md

File metadata and controls

22 lines (14 loc) · 1.01 KB

EsmCreate

esmCreate is a command that creates a new secret in an External Secrets Manager

Properties

Name Type Description Notes
binaryValue Boolean Use this option if the external secret value is a base64 encoded binary [optional]
description String Description of the external secret [optional]
esmName String Name of the External Secrets Manager item
json Boolean Set output format to JSON [optional]
secretName String Name for the new external secret
tags Map<String, String> Tags for the external secret [optional]
token String Authentication token (see `/auth` and `/configure`) [optional]
uidToken String The universal identity token, Required only for universal_identity authentication [optional]
value String Value of the external secret item, either text or base64 encoded binary