[php-src] Issue #21466: PDO: Support IAM Authentication Tokens via Clear Text
[email protected] (Videotapes)
| Newsgroups | php.bugs |
|---|---|
| Message-ID | <[email protected]> |
Issue: https://github.com/php/php-src/issues/21466 Author: Videotapes ### Description In order to make an RDS connection with an AWS IAM authentication token, it must be sent in clear/plain text. PDO does not currently support this (though it seems someone took a stab at it here: https://github.com/php/php-src/pull/18252 and the PR has been abandoned). I believe the lack of clear text support may also be problematic for other token-based authentication methods.