Skip to content

Commit

Permalink
Merge pull request #32506 from vespa-engine/revert-32496-revert-32494…
Browse files Browse the repository at this point in the history
…-revert-32490-lesters/inject-asm-secret-store

Revert "Revert "Revert "Inject AsmSecretStore""" MERGEOK
  • Loading branch information
gjoranv authored Oct 2, 2024
2 parents 11a528a + ccc07f1 commit e07a459
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 40 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,6 @@ private void addSecrets(ApplicationContainerCluster cluster, Element spec, Deplo
secretsConfig.addSecret(key, name, vault);
}
cluster.addComponent(secretsConfig);
cluster.addComponent(new CloudAsmSecrets(deployState.getProperties().ztsUrl()));
}
}

Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package ai.vespa.secret.aws;

import ai.vespa.secret.config.aws.AsmSecretConfig;
import ai.vespa.secret.internal.TypedSecretStore;
import ai.vespa.secret.model.Key;
import ai.vespa.secret.model.Role;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Config for AsmSecretStore

package=ai.vespa.secret.config.aws
package=ai.vespa.secret.aws

ztsUri string

0 comments on commit e07a459

Please sign in to comment.