Skip to content

Commit 9bf0232

Browse files
authored
Merge pull request #259 from IABTechLab/mkc-UID2-4963-remove-azure-cc-aks-attestation
Revert "UID2-4808 Use shared 8.1.0 version to get AksAttestationService (#213)"
2 parents 2e00362 + 74a14eb commit 9bf0232

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<vertx.verticle>com.uid2.core.vertx.CoreVerticle</vertx.verticle>
2525
<launcher.class>io.vertx.core.Launcher</launcher.class>
2626

27-
<uid2-shared.version>8.1.38</uid2-shared.version>
27+
<uid2-shared.version>9.0.0</uid2-shared.version>
2828
<image.version>${project.version}</image.version>
2929
</properties>
3030

src/main/java/com/uid2/core/Main.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,7 @@ public static void main(String[] args) {
142142
}
143143

144144
var maaServerBaseUrl = ConfigStore.Global.getOrDefault(com.uid2.core.Const.Config.MaaServerBaseUrlProp, "https://sharedeus.eus.attest.azure.net");
145-
attestationService.with("azure-cc", new AzureCCCoreAttestationService(maaServerBaseUrl, ConfigStore.Global.get(Const.Config.CorePublicUrlProp), "azure-cc"));
146-
attestationService.with("azure-cc-aks", new AzureCCCoreAttestationService(maaServerBaseUrl, ConfigStore.Global.get(Const.Config.CorePublicUrlProp), "azure-cc-aks"));
145+
attestationService.with("azure-cc", new AzureCCCoreAttestationService(maaServerBaseUrl, ConfigStore.Global.get(Const.Config.CorePublicUrlProp)));
147146

148147
attestationService.with("gcp-oidc", new GcpOidcCoreAttestationService(corePublicUrl));
149148

0 commit comments

Comments
 (0)