Config
This class defines the configuration structure for storage. It specifies the storage type, a prefix for secret files, and a prefix for environment variables.
Attributes
| Attribute | Type | Description |
|---|---|---|
| Type | [Type](type.md?sid=flyteplugins_go_tasks_pluginmachinery_secretmanager_type) | Sets the type of storage to configure [local]. |
| SecretFilePrefix | string | Prefix where to look for secrets file. |
| EnvironmentPrefix | string | Prefix for environment variables. |