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

Integration Secret Flow Shows Connected Status for Invalid Credentials #105

Closed
zmotso opened this issue Jul 31, 2024 · 0 comments · Fixed by #106 or #107
Closed

Integration Secret Flow Shows Connected Status for Invalid Credentials #105

zmotso opened this issue Jul 31, 2024 · 0 comments · Fixed by #106 or #107
Assignees
Labels
bug Something isn't working

Comments

@zmotso
Copy link
Contributor

zmotso commented Jul 31, 2024

Describe the bug
There is a bug in the integration secret flow where the annotation app.edp.epam.com/integration-secret-connected: 'true' is incorrectly set even when invalid credentials are provided. This issue needs to be investigated and fixed to ensure the annotation reflects the correct connection status based on the validity of the credentials provided.

To Reproduce

  1. Provide invalid credentials during the integration secret flow.
  2. Observe that the annotation app.edp.epam.com/integration-secret-connected is set to 'true'.

What did you expect to see?

The annotation app.edp.epam.com/integration-secret-connected should only be set to 'true' if valid credentials are provided.

What did you see instead? Under which circumstances?

The annotation app.edp.epam.com/integration-secret-connected is set to 'true' even when invalid credentials are provided.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment