|
|
9/12/2017 9:20:11 PM
use case where we try to create 2 bundles for the same tenant and the same external Key. This fix does not handle yet the case of a race condition. We will keep open the issue in `0.20.x` to revisit this specific use case.
|
|
|
|
|
9/6/2017 6:22:46 PM
Kill Bill core team <contact@killbill.io>
|
|
|
9/5/2017 9:34:32 PM
internal __PARK__ ControlTag.
The __PARK__ ControlTag should only be set in case of data corruption and was previously removed from the TagUserApi#getTagDefinitions because it is an internal tag. However, in scenario where such tag is set, we need
a way for users to resolve the tagDefinitionId using the TagUserApi#getTagDefinitions api. See for instance the
issue reported in the analytics plugin : killbill/killbill-analytics-plugin#69.
|
8/28/2017 2:34:10 AM
don't log any Okta / LDAP credentials.
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
8/28/2017 2:30:21 AM
authentication: this is useful when a static
DN search template isn't enough in case of multiple OU for example (e.g.
uid=bob,ou=Operations,dc=acme,dc=com and uid=alice,ou=Engineering,dc=acme,dc=com)
* Disable JNDI referrals by default (org.killbill.security.ldap.followReferrals=true to enable)
* Add support for groups in DN format (escape = as in cn\\=finance,dc\\=acme,dc\\=com)
* Make sure to parse all group attributes in LDAP
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
8/25/2017 8:02:34 AM
https://github.com/killbill/killbill-admin-ui/issues/93.
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|