Closed bbung closed 12 months ago
Hello and thank you for the issue! There shouldn't have been any breaking changes; we're looking into it!
Best regards, Mweya
Hey, sorry to ask. Any Updates on the issue?
Hello, I haven't been able to reproduce this error so far, I'm still looking into it. I've just pushed an update to otc-auth, does this issue still happen on version 2.0.8?
Hey, no. The error is still there with 2.0.8.
otc-auth version 2.0.8 built on 2023-11-21T11:32:16Z
❯ ./login
2023/11/21 13:55:40 info: cloud OTC00000000001000092830 loaded successfully and set to active.
2023/11/21 13:55:40 info: retrieving unscoped token for active cloud...
2023/11/21 13:55:42 fatal: status 403 Forbidden, body:
{"error":{"code":403,"message":"You are not authorized to perform the requested action.","title":"Forbidden"}}```
Any chance to enable debug loggin or anything?
Not yet! I'll look into adding a debug flag. Thank you!
Does removing your $HOME/.otc-auth-config file and trying to log in again also still result in the 403? And also, just for confirmation's sake, do you not see this issue with version 2.0.0?
Hey, i just tested again the different version with deleting the otc-auth-config each time. It breaks with version 2.0.2 2.0.0 works 2.0.1 works 2.0.2 403 forbidden error.
Maybe this helps pinpointing the error. Thanks for looking into it.
I think we've found the issue! We were overwriting the scopes supplied by accident. Would you mind giving it a try with version 2.0.9 sometime later?
Thanks, that fixed the issue. 2.0.9 works!
Hey,
we updated from Verison 2.0.0 to Version 2.0.7 and now do get the following error message:
We do not see any breaking changes in the changelog nor does the version number indicate any. We are using the command: otc-auth login idp-oidc and the following env vars (no command line arguments):
Are there any changes that we missed?
Thanks and best regards, Björn