Class BastionConfig
- java.lang.Object
-
- com.netflix.spinnaker.kork.aws.bastion.BastionConfig
-
@Configuration @ConditionalOnProperty("bastion.enabled") @EnableConfigurationProperties(BastionProperties.class) public class BastionConfig extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BastionConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.amazonaws.auth.AWSCredentialsProviderbastionCredentialsProvider(BastionProperties bastionConfiguration)
-
-
-
Method Detail
-
bastionCredentialsProvider
@Bean public com.amazonaws.auth.AWSCredentialsProvider bastionCredentialsProvider(BastionProperties bastionConfiguration)
-
-