-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Critical
-
None
-
Environment:Amazon EC2 plugin -> 1.53
AWS Secrets Manager Credentials Provider -> 0.4.2
A recent change to the EC2 plugin is incompatible with CasC setup for it. Specifically, the `EC2 Key Pair's Private Key` field has changed from a text entry into a select list from a credentials provider.Â
Â
The EC2 provider is expecting secrets of type "SSH Username with Private key" but the AWS SecretsManager credential provider only supports "SSH User private key".
Â
The net result is that I can launch runner nodes because I can't access my private keys in AWS SecretsManager, and the old text entry format is gone.