Skip to content

Commit 04b69a8

Browse files
author
Konstantin Semenov
committed
1 parent 86494a8 commit 04b69a8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/java_buildpack/framework/cloud_sql_security_provider.rb

-5
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ def detect
5858

5959
protected
6060

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

93-
def ext_dir
94-
@droplet.sandbox + 'ext'
95-
end
96-
9792
def keystore
9893
@droplet.sandbox + 'cloud-sql-keystore.jks'
9994
end

0 commit comments

Comments
 (0)