-
Notifications
You must be signed in to change notification settings - Fork 77
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
paramenter -t and -d is not working for cli comand edgemicro private configure #197
Comments
@srinandan we are also facing a similar issue in the public cloud. We are getting 401 when we pass the token to edgemicro configure command. Sample command: Error: edgemicro version: 2.5.27 |
Hi, I did look in to the code of version 2.5.27-beta and there are some functions missing the if statemen when a token is provided and not username/password |
Can you please try with 2.5.28? I believe this issue is now addressed. |
Even with 2.5.28 having the same issue. Please suggest if someone find the solution |
According to documentation https://docs.apigee.com/api-platform/microgateway/2.5.x/cli-reference-edge-microgateway section Configuring Edge Microgateway for Apigee Edge Private Cloud it should be possible to use a OAuth token for authentication instead of username/password.
But when using an error message: unknown option `-t' is thrown.
Using version: 2.5.26
I also tested with version 2.5.27-beta where to -t / --token is available. But it seams like it is not fully implemented for the edgemicro private configuration.
The text was updated successfully, but these errors were encountered: