Skip to content
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

Add nginx api gateway template #425

Open
3 tasks
kylinsoong opened this issue Mar 30, 2023 · 2 comments
Open
3 tasks

Add nginx api gateway template #425

kylinsoong opened this issue Mar 30, 2023 · 2 comments

Comments

@kylinsoong
Copy link

NGINX was be used to build modern api gateway can we add nginx config template for api gateway?

the template may including:

  • HTTP Route - Host Based Route, URL Based Route, Canary Rule Based Route
  • Rate Limit - request limit
  • JWT authentication
@kylinsoong
Copy link
Author

I have hit the following error while build on my Mac, any one can give some advices?

It seems I don't have enough rights to access the do-vue, my npm version is 6.13.6.

$ npm ci
npm WARN prepare removing existing node_modules/ before installation
Warning: the ECDSA host key for 'github.com' differs from the key for the IP address '20.205.243.166'rc/nginxconfig.io/node_modules/@jest/fake-timers (462ms)
Offending key for IP in /Users/ksong/.ssh/known_hosts:99
Matching host key in /Users/ksong/.ssh/known_hosts:227
Warning: the ECDSA host key for 'github.com' differs from the key for the IP address '20.205.243.166'
Offending key for IP in /Users/ksong/.ssh/known_hosts:99
Matching host key in /Users/ksong/.ssh/known_hosts:227
Are you sure you want to continue connecting (yes/no)? ⸨░░░░░░░░░░░░░░░░░░⸩ ⠦ extractTree: sill extract minimatch@3.1.2 extracted to /Users/ksong/src/nginxconfig.io/node_modules/minimat⸨               ░░░⸩ ⠧ extractTree: sill extract core-js@3.26.1 extracted to /Users/ksong/src/nginxconfig.io/node_modules/core-js (8566ms)
npm ERR! Error while executing:
npm ERR! /usr/bin/git ls-remote -h -t ssh://git@github.com/do-community/do-vue.git
npm ERR! 
npm ERR! Host key verification failed.
npm ERR! fatal: Could not read from remote repository.
npm ERR! 
npm ERR! Please make sure you have the correct access rights
npm ERR! and the repository exists.
npm ERR! 
npm ERR! exited with error code: 128


npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/ksong/.npm/_logs/2023-03-30T03_22_02_982Z-debug.log

@MattIPv4
Copy link
Member

MattIPv4 commented Jun 2, 2023

@kylinsoong I'm not familiar with that error -- do-vue is hosted in a public GitHub repository. Perhaps you're seeing that error due to GitHub's RSA SSH key change: https://github.blog/2023-03-23-we-updated-our-rsa-ssh-host-key/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants