Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin Semenov committed Feb 3, 2023
1 parent 86494a8 commit 04b69a8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/java_buildpack/framework/cloud_sql_security_provider.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ def detect

protected

# (see JavaBuildpack::Component::VersionedDependencyComponent#supports?)
def supports?
@application.services.one_service? FILTER, 'sslrootcert', 'sslcert', 'sslkey'
end
Expand Down Expand Up @@ -90,10 +89,6 @@ def add_trusted_certificate(trusted_certificate)
shell "#{keytool} -import -trustcacerts -cacerts -storepass changeit -noprompt -alias CloudSQLCA -file #{cert.path}"
end

def ext_dir
@droplet.sandbox + 'ext'
end

def keystore
@droplet.sandbox + 'cloud-sql-keystore.jks'
end
Expand Down

0 comments on commit 04b69a8

Please sign in to comment.