wso2 / product-ei

An open source, a high-performance hybrid integration platform that allows developers quick integration with any application, data, or system.
https://wso2.com/integration/
Apache License 2.0
375 stars 280 forks source link

[Docs][Kerberos Mediator]Doc needs to be updated #4017

Closed keerthu closed 1 month ago

keerthu commented 5 years ago

Description: Doc seems outdated. Needs to be updated according to the current implementation as in https://github.com/wso2/product-ei/issues/2539

Nirothipan commented 5 years ago

@keerthu / @Drifftr Shall we provide the conf need to be updated please. The issue pointed doesn't have information on what to be updated

keerthu commented 5 years ago

The following details need to be added in the doc: In order to use this mediator with the "Username Auth" flow, create the krb5.conf file and place it under {EI_HOME}/repository/resources/security folder. This file should contain the following minimal configuration:

` [libdefaults] default_realm = REALM

[realms] REALM = { kdc = 192.1xx.xx.158:88 }

[domain_realm] .wso2.test = REALM wso2.test = REALM `

Sample file is given bellow: ` [libdefaults] default_realm = WSO2.TEST [realms] WSO2.TEST = { kdc = 192.1xx.xx.158:88 }

[domain_realm] .wso2.test = WSO2.TEST wso2.test = WSO2.TEST `

nilminiwso2 commented 5 years ago

Reducing the priority of this task and putting it on hold as discussed with the team. We will complete the docs for the Kerberos mediator when it is supported by WSO2 Integration Studio. The existing docs for kerberos mediator (in EI 6.4.0 and 6.5.0) is now hidden.