Configurations
Learn about Configurations in Laminar
Last updated
Was this helpful?
Learn about Configurations in Laminar
Last updated
Was this helpful?
Configurations in Laminar manage environment-specific settings, credentials, and properties for workflows. They enable you to run the same workflow with different settings across environments or customers.
A configuration is defined as a set of key-value pairs
You can reference a configuration variable by using the syntax {{props.<configuration_property_key>}}
The same workflow can be executed with different configurations by specifying the configuration_id
:
The workflow will use the appropriate credentials and properties based on the configuration_id provided.
Store sensitive data like credentials in the configuration store
Rotate credentials regularly
Use different configurations per environment/customer
Use meaningful property names
Keep configurations focused and organized
Document configuration requirements