Skip to content

Commit

Permalink
Support use of EC keys to secure cluster API servers
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson committed Jan 7, 2024
1 parent c737e63 commit 9466554
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ dependencies {
implementation group: 'com.google.code.gson', name: 'gson', version: '2.10.1'
implementation project.deps.kubernetesClientApi
runtimeOnly group: 'io.fabric8', name: 'kubernetes-client', version: project.versions.kubernetesClientApi
runtimeOnly group: 'org.bouncycastle', name: 'bcpkix-jdk18on', version: '1.77'
implementation group: 'com.github.spullara.mustache.java', name: 'compiler', version: '0.9.11'
implementation group: 'org.freemarker', name: 'freemarker', version: '2.3.32'

Expand Down

0 comments on commit 9466554

Please sign in to comment.