wso2 / wso2/docs-apim

Missing configs in doc for setting up IS as KM

Open
#6,641 0 comments 0 reactions 1 assignee View on GitHub

@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.

  1. User store should be changed to JDBC user store.
[user_store]
type = "database_unique_id"
  1. 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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.