You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prior using the OVH provider, one need first create an API token IMHO it should be noted where to get the application_key, application_secret and consumer_key
The URL /createToken is hard to find and poorly documented. At lest be a bit kind with dev who now TF but not the specific Cloud Provider procedures.
In addition to that it should also be documented what access rights are needed from this plugin. Right its /* on GET,POST,DELETE. After of hours of trying I couldn't find all the URL and requests.
Btw. There is even an option where you could create a URL with arguments that would prefill the form with the right access rights:
Prior using the OVH provider, one need first create an API token IMHO it should be noted where to get the application_key, application_secret and consumer_key
The URL /createToken is hard to find and poorly documented. At lest be a bit kind with dev who now TF but not the specific Cloud Provider procedures.
In addition to that it should also be documented what access rights are needed from this plugin. Right its /* on GET,POST,DELETE. After of hours of trying I couldn't find all the URL and requests.
Btw. There is even an option where you could create a URL with arguments that would prefill the form with the right access rights:
e.g https://api.ovh.com/createToken/?GET=/*&POST=/*&PUT=/*&DELETE=/*
The text was updated successfully, but these errors were encountered: