diff --git a/sdk/pom.xml b/sdk/pom.xml index af609709..1ced4176 100644 --- a/sdk/pom.xml +++ b/sdk/pom.xml @@ -16,7 +16,7 @@ 2.1.0 0.7.2 4.12.0 - protocol/go/v0.5.0 + protocol/go/v0.11.0 diff --git a/sdk/src/main/java/io/opentdf/platform/sdk/Autoconfigure.java b/sdk/src/main/java/io/opentdf/platform/sdk/Autoconfigure.java index e17b69cd..ffe9e239 100644 --- a/sdk/src/main/java/io/opentdf/platform/sdk/Autoconfigure.java +++ b/sdk/src/main/java/io/opentdf/platform/sdk/Autoconfigure.java @@ -4,7 +4,6 @@ import io.opentdf.platform.policy.Algorithm; import io.opentdf.platform.policy.Attribute; import io.opentdf.platform.policy.AttributeRuleTypeEnum; -import io.opentdf.platform.policy.AttributeValueSelector; import io.opentdf.platform.policy.KeyAccessServer; import io.opentdf.platform.policy.SimpleKasKey; import io.opentdf.platform.policy.Value; @@ -873,7 +872,6 @@ static Granter newGranterFromAttributes(KASKeyCache keyCache, Value... attrValue static Granter newGranterFromService(AttributesServiceClientInterface as, KASKeyCache keyCache, AttributeValueFQN... fqns) throws AutoConfigureException { GetAttributeValuesByFqnsRequest request = GetAttributeValuesByFqnsRequest.newBuilder() .addAllFqns(Arrays.stream(fqns).map(AttributeValueFQN::toString).collect(Collectors.toList())) - .setWithValue(AttributeValueSelector.newBuilder().setWithKeyAccessGrants(true).build()) .build(); GetAttributeValuesByFqnsResponse av = ResponseMessageKt.getOrThrow(