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 21, 2024
1 parent b8537f8 commit a21158d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
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

0 comments on commit a21158d

Please sign in to comment.