Get Involved
steampipe
ImportantAs of Flowpipe 1.0.0, credential_import has been renamed to connection_import. The credential_import resource is deprecated and will be removed in a future version of Flowpipe. Use connection_import instead.
The steampipe credential import resource allows you to bulk import credentials from Steampipe connections. This allows you to import the plugin credentials from your Steampipe installation into Flowpipe.
Arguments
Name | Type | Required? | Description |
---|---|---|---|
source | String | Optional | Path to the config file(s) with the connections to import. Defaults to ~/.steampipe/config/*.spc. |
connections | List<String> | Optional | A list of connection names to import. You may use the * globbing wildcard in these entries. The default is ["*"] (all connections). |
prefix | String | Optional | A string to prepend to the connection name to create the credential name. |
Examples
Import ALL Steampipe connections
or