eso-server
namespace.
Distribute Between Locations
sourceLocation
(secretlocation
): The source secret to be distributed.targetLocations
(array[secretlocation]
): A list of destination locations.Generate and Distribute
generator
(generator[any]
): The generator to use for creating the secret.storesToDistribute
(array[secretstore]
): A list of SecretStore
destinations.keyToDistribute
(string
): The name of the secret key to be created in the destination stores.JSON Distribution
SecretStore
to multiple destination SecretStore
s.Use this Workflow when you want to distribute a JSON secret to multiple locations - preserving the JSON format.Mandatory Parameters:store
(secretstore
): The source SecretStore
.keyToDistribute
(string
): The key of the JSON secret to distribute.storesToDistribute
(array[secretstore]
): A list of destination SecretStore
s.Multiple Distribution
SecretStore
that match a regular expression and distributes them to multiple other SecretStore
s.Use this Workflow when you want to distribute multiple secrets to multiple locations on a raw value.Mandatory Parameters:store
(secretstore
): The source SecretStore
.pattern
(string
): The regular expression to match secret names.storesToDistribute
(array[secretstore]
): A list of destination SecretStore
s.Simple Distribution
SecretStore
to many others.Mandatory Parameters:store
(secretstore
): The source SecretStore
.keyToDistribute
(string
): The key of the secret to distribute.storesToDistribute
(array[secretstore]
): A list of destination SecretStore
s.