Class AwsEc2Authentication

java.lang.Object
org.springframework.vault.authentication.AwsEc2Authentication
All Implemented Interfaces:
AuthenticationStepsFactory, ClientAuthentication

public class AwsEc2Authentication extends Object implements ClientAuthentication, AuthenticationStepsFactory
AWS-EC2 login implementation.

AWS-EC2 login uses the EC2 identity document and a nonce to login into Vault. AWS-EC2 login obtains the PKCS#7 signed EC2 identity document and generates a nonce. Instances of this class are immutable once constructed.

Author:
Mark Paluch
See Also: