Add providers

In this section, you will find how to add providers.

You can configure Ritchie to add new providers on your workspace.

To do that:

  1. Choose “Add a new” option when running the rit set credential command:
? Select your provider Add a new
? Define your provider name: Provider_Name
? Define your field name: (ex.:token, secretAccessKey) token
? Select your field type: secret
? Add more credentials to this provider? no
? token: *
✔ Provider_Name credential saved!

The informations that will be requested are:

  • Provider name: Name of the new provider. You name it according to your preference.
  • Field name: Name of a credential from this provider.
  • Field type: Value type of this credential. It can be: plain text or secret.

After this configuration, you set up this credentials following the same instructions above.


Last modified October 29, 2021: Doc review (#161) (ef9c57d8)