-
Notifications
You must be signed in to change notification settings - Fork 606
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
feat(plugins): adjust content-type explanation for new charset option #5325
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
✅ Deploy Preview for kongdocs ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
version the description for the RLA plugin
So that it pulls the latest changes from master and creates a PR against main.
* Update Kuma submodule * [mesh] Add community section to navigation bar (#5275) update mesh nav bar --------- Co-authored-by: Angel <[email protected]>
* chore(*): docker read-only mode docs * Apply suggestions from code review --------- Co-authored-by: Diana <[email protected]>
fix kic manifest links
Done using the following regex in VSCode. It avoids images using the leading [^!] ([^!]\[.+\]\(\/[^#\s]+[^/])\) Replaced with: $1/)
* Update index.md * format note, fix link, grammar --------- Co-authored-by: lena-larionova <[email protected]>
* split plugin instructions into kong vs third-party * code block best practices; split notes into their own topic; move screenshot info * draft of user interfaces * slight adjustments to templates * improvements to the plugin doc + user interfaces * Apply suggestions from code review Co-authored-by: Angel <[email protected]> * use consistent formatting; fix typo; add supporting links * fix links * vale --------- Co-authored-by: Angel <[email protected]>
* 3.2.2.0 Changelog https://konghq.atlassian.net/browse/DOCU-3047 * Update changelog.md * Update changelog.md * Update changelog.md * Apply suggestions from code review Co-authored-by: Diana <[email protected]> * Update changelog.md adding known issue from slack * Update changelog.md * Update changelog.md * Apply suggestions from code review Co-authored-by: lena-larionova <[email protected]> --------- Co-authored-by: Diana <[email protected]> Co-authored-by: lena-larionova <[email protected]>
Bumps [activesupport](https://github.com/rails/rails) from 7.0.4.1 to 7.0.4.3. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.4.3/activesupport/CHANGELOG.md) - [Commits](rails/rails@v7.0.4.1...v7.0.4.3) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
* Added aws-request-signing. * Rename _index.yaml to _index.md correcting file extension * Delete versions.yml Removing version file as only required for Kong plug-ins * Update _index.md removing instances of " minimum_version: 1.0.0", not required. * Fixed config. * Better examples. * Removed extra 'config:' * Update auto-ignore.txt adding new variables to linting * Apply suggestions from code review Co-authored-by: lena-larionova <[email protected]> * fix bad indent --------- Co-authored-by: Amy Goldsmith <[email protected]> Co-authored-by: lena-larionova <[email protected]>
* Add system accounts UI description. * Update app/konnect/org-management/system-accounts.md * Update app/konnect/org-management/system-accounts.md --------- Co-authored-by: Angel <[email protected]>
* space out navbar to fit search; minor adjustments for matching konghq style * center vertically * fix colour flashing
use `--form-string` for curl
mark consumer groups as supported in 1.17.x and later
* default rl strategy in konnect is now local * fix links and remove outdated text * accurate limitations for rate limiting strategies * revert one of the links * fix typo
* add enterprise plugin priority changes to 3.0 changelog * fix broken links
add passphrase parameter to certificates object
909d5bd
to
b0a71cf
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
ci:check-skipped:generated-files
review:general
Review for general accuracy and presentation. Does the doc work? Does it output correctly?
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Added config schema explanation, as per PR Kong/kong#10533
The PR adds just one config option to the restricted list available for http-log's "content_type" schema entry.
Target is for it to end up at this page, upon the next Kong minor release: https://docs.konghq.com/hub/kong-inc/http-log/
Testing instructions
Netlify link:
Checklist
main
for immediate publishing, or a release branch: e.g.release/gateway-3.2
,release/deck-1.17
)