dependabot[bot] on npm_and_yarn
Bump follow-redirects from 1.14… (compare)
dependabot[bot] on npm_and_yarn
Bump ajv from 6.10.2 to 6.12.3 … (compare)
hi, has somebody an answer to this: https://stackoverflow.com/questions/59753630/is-there-a-simple-way-to-generate-api-documentation-from-express-gateway-service ?
bump!
apiEndpoints:
- auth
policies:
- cors:
- action:
origin: [http://www.example.com]
methods: "OPTIONS,POST"
optionsSuccessStatus: 204
hello everyone, I want to know if we can change remote express gateway config from outside. Is there a api exposed for admins, to enable changing config without having to change the docker image of eg?
Our use case is we have an infrastructure based on tenants and want to change the config in run time without having container restarts or image changes
http:
port: 9000
admin:
port: 9876
hostname: localhost
apiEndpoints:
cust:
host: localhost
paths:- '/delete' - '/update'
serviceEndpoints:
custsurv:
url: 'http://localhost:3000'
policies:
- basic-auth
- cors
- expression
- key-auth
- log
- oauth2
- proxy
- rate-limit
pipelines:
default:
apiEndpoints:
- cust
policies:- rate-limit:
- action:
Limit to 1 per minute
max: 1
windowMs: 100000- proxy:
- action:
serviceEndpoint: custsurv
changeOrigin: true