ansible / azure-aap-deployment-driver

Apache License 2.0
2 stars 13 forks source link

AAP-19729 Fix logout/login for SSO session #113

Closed bhavenst closed 9 months ago

bhavenst commented 9 months ago

Description

This PR fixes the bug preventing logout/login due to SSO session collision in the DB.

Commit message reminder

Commit messages are important because they will be used to build list of items included in Errata when the deployment driver container image is built and QE will use that list to figure out what to test before the image is published.

PR task checklist

Jira

This PR is for JIRA item: https://issues.redhat.com/browse/AAP-19729

Testing

Steps to test

  1. Pull down the PR
  2. Start deployment
  3. Log in. Log out. Log in.

Expected result

With the changes in this PR you will see subsequent logins do not hit SSO related DB error.