From 4ec1aeb1a240a6bfaaeb708cfe519a0496739222 Mon Sep 17 00:00:00 2001 From: Mihaela Mihalescu Date: Wed, 7 Feb 2024 11:47:13 +0200 Subject: [PATCH] docs: add Basic Auth deprecation notice (#101) * docs: add Basic Auth deprecation notice * Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index e71841e7..a27266a7 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,14 @@ Docker Machine Driver is the official driver for Docker Machine to use with IONO [Docker Machine](https://github.com/docker/machine) lets you create Docker hosts on your computer and inside your own data center. It creates servers, installs Docker on them, then configures the Docker client to talk to them. For more information about Docker Machine, check the official [GitHub Repository](https://github.com/docker/machine). +--- +### Warning: API Basic Authentication Deprecation Notice +Effective March 15, 2024, IONOS account holders using 2-Factor Authentication will no longer be able to utilize Basic Authentication for accessing our APIs, SDKs, and all related tools. Token creation and deletion via APIs and ionosCTL will also be restricted. + +Affected users are required to switch to token-based authorization. These tokens will be accessible through our new Token Manager in the Data Center Designer, launching at the beginning of February 2024. More information can be found [here](https://docs.ionos.com/cloud/getting-started/basic-tutorials/deprecation-basic-authentication/basic-authentication-deprecation-faqs). + +--- + ## Getting started ## Setup