-
Notifications
You must be signed in to change notification settings - Fork 20
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
2.5.x ssc session login bug #584
Comments
Thanks for reporting this! Not sure what the |
Thank you, Ruud! I have no idea how that "bug" snuck in there, it should not be there. |
For improved user experience on SSC 24.2, we're calling an endpoint that didn't exist in earlier SSC versions. We're ignoring any 404 responses to cater for older SSC versions but apparently also need to catch 401 responses. Not sure why this didn't show up during testing. |
fix: Fix error on `fcli ssc session login` command on older SSC versions (fixes #584)
New fcli release 2.5.3 is ready now, can you please confirm whether this fixes the issue for you. |
Current Behavior
When executing the following session login command on fcli-linux 2.4.0 and 2.5.0/2.5.2 I get different results:
fcli ssc session login -t $PASSWORD --url $URL bug
2.4.0: login successful
2.5.x:
OS is ubuntu linux 20.04 and alpine:latest
Using a valid (works with 2.4.0), base64 encoded token CIToken
Fortify SSC server is version 23.2.1
Expected Behavior
I could not find any breaking changes on
ssc session login
so I would expact the syntax to keep working.Steps To Reproduce
On a Ubuntu linux 22.04 or alpine:latest with Fortify SSC 23.2.1:
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: