-
Notifications
You must be signed in to change notification settings - Fork 324
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
Unable to access the web admin account #207
Comments
@tinu85: Did you happen to edit the If it's not that, then I'd maybe check the formatting and indentation of your web:
admin:
initial_superusers:
- tinu.elizabeth@quest-global.com |
I am also getting this error, I have made sure the file like above (Except for the # in front of the lines) is the same |
@mitchellfranklin: So do you mean that you do have
If so, those
You'll then need to restart API Umbrella after making any changes to this file ( But if I'm misunderstanding, or you're still running into any issues with those lines uncommented, let us know. |
No that is perfect - I thought it might be the case however the doco from what I can see does not state removing the # just to add in your email - thanks heaps |
it's give me same error API key signup unexpectedly failed `services:
|
I'm having the same issue. I'm using Docker on Windows but I do have the correct entry in /etc/api-umbrella/api-umbrella.yml
when I access https://127.0.0.1/admin I don't get an option to login. |
Thanks, that worked. The app_env: development parameter should probably be added to the setup section at https://api-umbrella.readthedocs.io/en/latest/getting-started.html#setup. I only say that because the default "initial_superusers" parameters don't seem to work at the moment. |
v0.14.0 is released with a local login option, which should make this setup easier. |
I have followed the installation instructions for Ubuntu 14.04(Trusty),however i am unable to login to the web admin using https://10.1.114.64/admin/ where 10.1.114.64 is my API Umbrella host,i tried to login with Mozilla Persona ,i got verified in Mozilla ,but i get the following error message finally :
The account for 'tinu.elizabeth@quest-global.com' is not authorized to access the admin. Please contact us for further assistance.
Please Note: I have added the email id in the api-umbrella.yml config file as well
The text was updated successfully, but these errors were encountered: