Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OP 22248 | Bugfix | Password id is null | ISD-Argo #475

Merged
merged 9 commits into from
Jun 17, 2024

Conversation

utkarsh-opsmx
Copy link
Collaborator

Bugfix for Password id is null.

Cause: Wrong authentication manager being hit instead of configured one in basic auth.

Jira : https://devopsmx.atlassian.net/browse/OP-22248

Intructions to test:

  1. Get session cookie by hitting login endpoint with creds via curl.
    curl -v https://isd418.argocd.opsmx.net/login\?username\=admin\&password\=basicadmin\&submit\=Login

  2. Hit required endpoint with creds and session cookie to get the required output.
    curl -v -u : --cookie "SESSION=YWJhYWY1MTItMmQ2ZC00YWRlLTk0NjItZWMzYWM2MWIxNTVk" -X GET 'https:///gate/platformservice/v7/argo/doesExist?argoName=dso-platform-test-eks'

@utkarsh-opsmx utkarsh-opsmx changed the title Bugfix/basicauth rahul v4.1 OP 22248 | Bugfix | Password id is null for ISD-Argo Jun 17, 2024
@utkarsh-opsmx utkarsh-opsmx changed the title OP 22248 | Bugfix | Password id is null for ISD-Argo OP 22248 | Bugfix | Password id is null | ISD-Argo Jun 17, 2024
@rahul-chekuri rahul-chekuri merged commit b81d77d into 4.1.8.1 Jun 17, 2024
1 check failed
@rahul-chekuri rahul-chekuri deleted the bugfix/basicauth-rahul-v4.1 branch June 17, 2024 06:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants