Connection - Attributes
Table of Contents
Attribute
A connection attribute is a property of a connection that:
- define how to connect to a system connection via its URL attribute
- and configure the behavior of this connection.
Type
Mandatory
The only mandatory attributes are:
- the connection name
- and the URL
Built-in Attribute
Built-in attributes modifies the behavior Tabulify. See Built-in Connection Attributes
Management
See
You can see the attribute of your connection with the connection info command.
Set
You can set the attribute of your connection:
- with the connection upsert command.
- or by editing manually the connection vault
Configuration
Automatic Encryption
The connection.encrypted_attributes configuration lists the connection attributes that should be automatically encrypted.
Example, the conf set command will make all user and url attribute encrypted.
tabli conf set connection.encrypted_attributes user,url
The password attribute when present is always encrypted