Skip to content

Commit

Permalink
fix: add interops policy in ee license features
Browse files Browse the repository at this point in the history
  • Loading branch information
Okhelifi committed Nov 21, 2024
1 parent 8ef06de commit 3272d40
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions gravitee-node-license/src/main/resources/license-model.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ packs:
- apim-policy-transform-avro-protobuf
- am-policy-mfa-challenge
- am-policy-account-linking
- apim-policy-interops-a-idp
- apim-policy-interops-r-idp
- apim-policy-interops-a-sp
- apim-policy-interops-r-sp
enterprise-identity-provider:
features:
- am-idp-salesforce
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,11 @@ void shouldReturnTierFeatures() {
"am-policy-account-linking",
"am-resource-sfr",
"gravitee-en-secretprovider-vault",
"alert-engine"
"alert-engine",
"apim-policy-interops-a-idp",
"apim-policy-interops-r-idp",
"apim-policy-interops-a-sp",
"apim-policy-interops-r-sp"
);
}

Expand Down

0 comments on commit 3272d40

Please sign in to comment.