Open adiroiban opened 2 years ago
Merging #681 (6975965) into master (e2ff275) will decrease coverage by
0.01%
. The diff coverage is0.00%
.
@dumol not urgent. When you have time, can you check why the docker tests are failing
looks like this fails due to our github checkout process
looks like this fails due to our github checkout process
Known issue, documented at https://github.com/chevah/compat/blob/master/.github/workflows/docker.yml#L105.
This was deployed to customer, but the issue was not fixed.
This is complicated, as this is a multi-domain Windows VM, with one-way trust for one of the domain.... complicated stuff and I have no idea how to setup such a Windows domain.
Scope
Authentication doesn't fully work for users from a secondary domain.
The credentials are validated, but then getting the groups fails.
Changes
Run the group opration in impersonation mode as the newly authenticated user.
Drive-by changes:
python-package
repo, bringing support for more Alpine versions and RHEL 9.How to try and test the changes
reviewers: @danuker
FYI