We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The wasm configuration has changed. Still WIP in branch external-auth and related PR:
New configuration, based on extensions, looks like the following:
--- extensions: limitador: type: ratelimit endpoint: limitador-cluster failureMode: deny policies: - name: rlp-ns-A/rlp-name-A hostnames: - '*.toystore.com' - example.com rules: - conditions: - allOf: - selector: request.path operator: eq value: /admin/toy - selector: request.method operator: eq value: POST - selector: request.host operator: eq value: cars.toystore.com actions: - extension: limitador scope: rlp-ns-A/rlp-name-A data: - static: key: rlp-ns-A/rlp-name-A value: "1" - selector: selector: auth.metadata.username
The wasm controllers should be updated to generate the configuration scheme expected by the wasm module.
The scope of this issue is limited to rate limiting. External auth using wasm will be covered in following up tasks.
Related issues: Kuadrant/wasm-shim#58
The text was updated successfully, but these errors were encountered:
eguzki
Successfully merging a pull request may close this issue.
The wasm configuration has changed. Still WIP in branch external-auth and related PR:
New configuration, based on extensions, looks like the following:
The wasm controllers should be updated to generate the configuration scheme expected by the wasm module.
The scope of this issue is limited to rate limiting. External auth using wasm will be covered in following up tasks.
Related issues: Kuadrant/wasm-shim#58
The text was updated successfully, but these errors were encountered: