Credential Import

Important

As 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 credential_import resource allows you to bulk import credentials from other systems & formats. credential_import is a top-level block defined in config files (*.fpc) like credential and workspace.

Imported credentials are converted to the native Flowpipe credential type - Steampipe aws connections become aws credentials, slack connections are slack credentials, etc.

The imported credentials are merged into the map of all credentials like any other credential, and they are referenced the same way. For example, if you have connections defined as:

and import with:

Then they will be available in Flowpipe as:

and they will have the same attributes as the native Flowpipe credential types:

If you specify a prefix, the credential names will be prepended with it:

Results in:

If there is a name conflict for any credentials, Flowpipe will throw an error when loading.

At this time, you may only use a single import_credential block.