Authentication
Credentials
Before you use Ionos Cloud Docker Machine Driver, you need to authenticate with your Ionos Cloud credentials. These would be the same username and password that you use to log into the Ionos Cloud DCD.
It is possible to pass your credentials:
using environment variables:
or
on command-line using
--ionoscloud-username
and--ionoscloud-password
:
or
on command-line using
--ionoscloud-token
:
or
on Rancher UI, when creating a new Node Template.
API Endpoint
If you want to authenticate against a different API endpoint, you can set that:
on command-line using
--ionoscloud-endpoint
using environment variable:
on Rancher UI, when creating a new Node Template.
It is recommended to use api.ionos.com
as IONOSCLOUD_ENDPOINT
, for flexibility across versions.
Note: SDK Go will check if the /cloudapi/v6
suffix is set at the end of the API endpoint, and if not set, it will set it automatically.
Last updated