Skip to content

Commit

Permalink
feat: addition of new feature key for entreprise-secret-manager pack
Browse files Browse the repository at this point in the history
 this feature key is about the CloudHSM plugin in AccessManagement

fixes AM-4162
  • Loading branch information
leleueri committed Dec 5, 2024
1 parent e4199e2 commit 483543f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions gravitee-node-license/src/main/resources/license-model.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ packs:
- gravitee-en-secretprovider-vault
- gravitee-en-secretprovider-aws
- am-certificate-aws
- am-certificate-aws-cloudhsm
enterprise-alert-engine:
features:
- alert-engine
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
package io.gravitee.node.license;

import static io.gravitee.node.api.license.License.*;
import static io.gravitee.node.api.license.License.REFERENCE_ID_PLATFORM;
import static io.gravitee.node.api.license.License.REFERENCE_TYPE_ORGANIZATION;
import static io.gravitee.node.api.license.License.REFERENCE_TYPE_PLATFORM;
import static org.assertj.core.api.Assertions.assertThat;
import static org.junit.Assert.assertThrows;
import static org.junit.jupiter.api.Assertions.assertDoesNotThrow;
Expand Down Expand Up @@ -338,6 +340,7 @@ private void assertUniverseLicense(License license) {
"gravitee-en-secretprovider-vault",
"gravitee-en-secretprovider-aws",
"am-certificate-aws",
"am-certificate-aws-cloudhsm",
"apim-policy-graphql-ratelimit",
"apim-policy-interops-a-idp",
"apim-policy-interops-r-idp",
Expand Down

0 comments on commit 483543f

Please sign in to comment.