Class S3SecretEngine

  • All Implemented Interfaces:
    com.netflix.spinnaker.kork.secrets.SecretEngine

    @Component
    public class S3SecretEngine
    extends com.netflix.spinnaker.kork.secrets.engines.AbstractStorageSecretEngine
    • Field Summary

      • Fields inherited from class com.netflix.spinnaker.kork.secrets.engines.AbstractStorageSecretEngine

        cache, STORAGE_BUCKET, STORAGE_FILE_URI, STORAGE_PROP_KEY, STORAGE_REGION
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.io.InputStream downloadRemoteFile​(com.netflix.spinnaker.kork.secrets.EncryptedSecret encryptedSecret)  
      java.lang.String identifier()  
      • Methods inherited from class com.netflix.spinnaker.kork.secrets.engines.AbstractStorageSecretEngine

        clearCache, decrypt, encrypt, getParsedValue, parseAsYaml, readAll, validate
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • identifier

        public java.lang.String identifier()
      • downloadRemoteFile

        protected java.io.InputStream downloadRemoteFile​(com.netflix.spinnaker.kork.secrets.EncryptedSecret encryptedSecret)
                                                  throws java.io.IOException
        Specified by:
        downloadRemoteFile in class com.netflix.spinnaker.kork.secrets.engines.AbstractStorageSecretEngine
        Throws:
        java.io.IOException