-
Notifications
You must be signed in to change notification settings - Fork 80
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
can't authenticate oracle account anymore #56
Comments
I know these credentials are correct |
the problem is the storage- isn't required for one type of Oracle account. See these two oracle account API endpoints: |
I think the solution is to add Endpoint URL: |
@Xercoy can you look at this? |
There are two different types of storage subscriptions which have different endpoint conventions. The metered subscription includes the One simple solution what @matryer mentioned: having the auth endpoint field in the config. That was how I originally did it, but I was annoyed at how unfriendly that was. The only way the auth url can be obtained is by reference from the dev documentation + mangling information included int he endpoint. Another solution I thought of was having a dropdown list for the user to specify whether the account is of the metered or unmetered type. We could then be clever and format the auth endpoint for both subscription types... I didn't want to go on this route because of how much the frontend work would have delayed a merge. I'll work on a fix to modify the implementation so that both subscriptions types are compatible with stow. |
thanks Corey |
Is this fixed now? |
This used to work. But stopped working.
The text was updated successfully, but these errors were encountered: