aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/java/com/yahoo/vespa/model/container/IdentityProvider.java
diff options
context:
space:
mode:
authorMorten Tokle <morten.tokle@gmail.com>2023-04-26 12:51:14 +0200
committerGitHub <noreply@github.com>2023-04-26 12:51:14 +0200
commit7197a334e230fcc99109a10858922f95216ae0e9 (patch)
tree57d0a019d384d1bcd810cb0fa15aa5cf959cec8d /config-model/src/main/java/com/yahoo/vespa/model/container/IdentityProvider.java
parenta6c5b734b94d0239db9df0d37e390f82d3deabf1 (diff)
Revert "Write tenant service identity at same location as AthenzCredentialsService"
Diffstat (limited to 'config-model/src/main/java/com/yahoo/vespa/model/container/IdentityProvider.java')
-rw-r--r--config-model/src/main/java/com/yahoo/vespa/model/container/IdentityProvider.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-model/src/main/java/com/yahoo/vespa/model/container/IdentityProvider.java b/config-model/src/main/java/com/yahoo/vespa/model/container/IdentityProvider.java
index c791fea3a56..2b5dadf5512 100644
--- a/config-model/src/main/java/com/yahoo/vespa/model/container/IdentityProvider.java
+++ b/config-model/src/main/java/com/yahoo/vespa/model/container/IdentityProvider.java
@@ -17,7 +17,7 @@ import java.net.URI;
* @author mortent
*/
public class IdentityProvider extends SimpleComponent implements IdentityConfig.Producer {
- public static final String CLASS = "com.yahoo.vespa.athenz.identityprovider.client.AthenzIdentityProviderProvider";
+ public static final String CLASS = "com.yahoo.vespa.athenz.identityprovider.client.AthenzIdentityProviderImpl";
public static final String BUNDLE = "vespa-athenz";
private final AthenzDomain domain;