Skip to content

Commit

Permalink
docs: add Basic Auth deprecation notice (#101)
Browse files Browse the repository at this point in the history
* docs: add Basic Auth deprecation notice

* Update README.md
  • Loading branch information
mimihalescu authored Feb 7, 2024
1 parent 3fa24b4 commit 4ec1aeb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4ec1aeb

Please sign in to comment.