Missing configs in doc for setting up IS as KM
Open
@shnrndk is already working on this.
Since Mar 3, 2023.
API-M-4.1.0
- Dominant language
- CSS
- Stars
- 99
- Forks
- 708
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 22
Description
Description:
When setting up IS 5.11.0 as KM in APIM following deployment.toml configs should be also changed which are missing in the doc.
- User store should be changed to JDBC user store.
[user_store]
type = "database_unique_id"
- Encryption algorithm should be changed as follows.
[keystore]
userstore_password_encryption = "InternalKeyStore"
[system.parameter]
"org.wso2.CipherTransformation"="RSA/ECB/OAEPwithSHA1andMGF1Padding"
[encryption]
internal_crypto_provider = "org.wso2.carbon.crypto.provider.KeyStoreBasedInternalCryptoProvider"
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.