Skip to content

Commit

Permalink
Revert "Revert "Revert "Inject AsmSecretStore"""
Browse files Browse the repository at this point in the history
  • Loading branch information
gjoranv authored Oct 2, 2024
1 parent 11a528a commit ccc07f1
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 ccc07f1

Please sign in to comment.