File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/com/uid2/shared/secure/azurecc Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 77@ Builder (toBuilder = true )
88public class MaaTokenPayload {
99 public static final String SEV_SNP_VM_TYPE = "sevsnpvm" ;
10- public static final String AZURE_CC_PROTOCOL = "azure-cc" ;
10+ public static final String AZURE_CC_ACI_PROTOCOL = "azure-cc" ;
1111 public static final String AZURE_CC_AKS_PROTOCOL = "azure-cc-aks" ;
1212 // the `x-ms-compliance-status` value for ACI CC
1313 public static final String AZURE_COMPLIANT_UVM = "azure-compliant-uvm" ;
@@ -27,7 +27,7 @@ public boolean isSevSnpVM(){
2727 }
2828
2929 public boolean isUtilityVMCompliant (){
30- if (azureProtocol == AZURE_CC_PROTOCOL ) {
30+ if (azureProtocol == AZURE_CC_ACI_PROTOCOL ) {
3131 return AZURE_COMPLIANT_UVM .equalsIgnoreCase (complianceStatus );
3232 } else if (azureProtocol == AZURE_CC_AKS_PROTOCOL ) {
3333 return AZURE_COMPLIANT_UVM_AKS .equalsIgnoreCase (complianceStatus );
You can’t perform that action at this time.
0 commit comments