Skip to content

Access Key Credentials

Creates an access key credential object from an Access Key ID and a Secret Access Key.

Outputs#

Port Description
invalid port type: credentials
The resulting access key credential object.

Addendum#

This data node securely holds an access key and its secret/password, outputting them as a structured credential object.

This is commonly used for service-to-service authentication, like with AWS S3.

Security

Always use the secret input type for keys and passwords to ensure they are handled securely.

ID: core/credentials-accesskey@v1