Skip to content

Commit

Permalink
adding API Read Only Mode configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
CrowleyRajapakse committed Mar 22, 2024
1 parent b8537f8 commit 9d36969
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions modules/distribution/product/src/main/conf/deployment.toml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,9 @@ enable_apikey_subscription_validation = true
#enable_cross_tenant_subscriptions = true
#default_reserved_username = "apim_reserved_user"

#[apim.publisher]
#enable_portal_configuration_only_mode = false

[apim.cors]
allow_origins = "*"
allow_methods = ["GET","PUT","POST","DELETE","PATCH","OPTIONS"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@
"apim.webhooks.https.trust_store.type": "$ref{truststore.type}",
"apim.webhooks.https.trust_store.password": "$ref{truststore.password}",
"apim.publisher.subscriber_claims": "http://wso2.org/claims/givenname,http://wso2.org/claims/lastname,http://wso2.org/claims/emailaddress,http://wso2.org/claims/organization",
"apim.publisher.enable_portal_configuration_only_mode": false,
"apim.jwt_authenitcation.subscription_validation_via_km": true,
"keystore.ssl_profile.default.servers": "*",
"keystore.listener_profile.ssl_verify_client" : "optional",
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1282,7 +1282,7 @@
<carbon.apimgt.ui.version>9.1.10</carbon.apimgt.ui.version>

<!-- APIM Component Version -->
<carbon.apimgt.version>9.29.60</carbon.apimgt.version>
<carbon.apimgt.version>9.29.72</carbon.apimgt.version>

<carbon.apimgt.imp.pkg.version>[9.0.0, 10.0.0)</carbon.apimgt.imp.pkg.version>

Expand Down

0 comments on commit 9d36969

Please sign in to comment.