Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: ca-gip/kubi

Tags

v1.30.2

Toggle v1.30.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix ldap search with pagination bug (#73)

When making a ldap search, the pagination was managed both by the ldap search library and the calling code.
This lead to a fatal error when the number of results exceeded the page size.
This issue has been fixed by removing the pagination management in the calling code. The pagination is thus managed only by the ldap library

v1.30.2-testing

Toggle v1.30.2-testing's commit message
fix test

v1.30.1

Toggle v1.30.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Expose CN instead of DN (#71)

Co-authored-by: Joël-Franck HOSSIE <[email protected]>

1.30.1-beta2

Toggle 1.30.1-beta2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix random ldap processing error (#67)

In order to assign cluster rights, kubi splits ldap groups into several categories (admin, project, customerops, etc).
This operation is currently performed in a random order, the order in which the pair (key, value) is returned by the for_range loop. This led to erroneous behaviour in some cases, because the project category 'encompasses'  other "special" categories and can 'steal' group from those categories.
This has been fixed by better managing such cases.

Co-authored-by: Joël-Franck HOSSIE <[email protected]>

v1.30.1-beta3

Toggle v1.30.1-beta3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix ldap groups processing (#68)

Missing else conditions caused projects ldap groups to also be added to non-specific.
This did not cause any bug, but is not the expected behaviour

v1.30.1-beta2

Toggle v1.30.1-beta2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix random ldap processing error (#67)

In order to assign cluster rights, kubi splits ldap groups into several categories (admin, project, customerops, etc).
This operation is currently performed in a random order, the order in which the pair (key, value) is returned by the for_range loop. This led to erroneous behaviour in some cases, because the project category 'encompasses'  other "special" categories and can 'steal' group from those categories.
This has been fixed by better managing such cases.

Co-authored-by: Joël-Franck HOSSIE <[email protected]>

v1.30.1-beta1

Toggle v1.30.1-beta1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Disable build-test dependency from release action

The tests, while working and functional, are currently unstable in Github CI.
And with the release action being dependant upon the tests in the CI, it is not possible to publish a new, tested, release.
While work on fixing CI in ongoing, we want to continue to be able to release new versions

1.30.0-beta1

Toggle 1.30.0-beta1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #59 from evrardjp-cagip/fix-another-dash

Remove dashes in the dockerhub repositories

v1.30.0-beta1

Toggle v1.30.0-beta1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #59 from evrardjp-cagip/fix-another-dash

Remove dashes in the dockerhub repositories

v1.28.1

Toggle v1.28.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #40 from ca-gip/fixBlackWhiteList_1.28

🔨 fix blackWhiteList feature