Skip to content

Commit

Permalink
Merge branch 'release/gateway-3.0' of https://github.com/Kong/docs.ko…
Browse files Browse the repository at this point in the history
…nghq.com into release/gateway-3.0
  • Loading branch information
Guaris committed Sep 9, 2022
2 parents 04711df + 39611de commit 56f2989
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 71 deletions.
2 changes: 0 additions & 2 deletions app/_data/docs_nav_gateway_3.0.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -326,8 +326,6 @@ items:
url: /kong-enterprise/consumer-groups
- text: Event Hooks
url: /kong-enterprise/event-hooks
- text: FIPS 140-2
url: /kong-enterprise/fips-support
- title: Kong Manager
icon: /assets/images/icons/documentation/icn-manager-color.svg
items:
Expand Down
6 changes: 1 addition & 5 deletions app/_data/tables/features/gateway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,6 @@ features:
tooltip: Encrypt sensitive keys, certificates, and passwords
oss: false
enterprise: true
- name: FIPS 140-2 Compliance
tooltip: Generally available (GA) version coming soon. Kong Gateway in a FIPS 140-2 compliant mode.
oss: false
enterprise: true
- name: Observability
items:
- name: Simple logging
Expand Down Expand Up @@ -125,4 +121,4 @@ features:
- name: Customer Success Packages - Add-on
tooltip: Accelerate time to value with dedicated Technical Account Managers and Field Engineers
oss: false
enterprise: true
enterprise: true
5 changes: 0 additions & 5 deletions app/gateway/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ no_version: true
You can change a plugin's static priority by specifing the order in which plugins run.
This lets you run plugins such as `rate-limiting` before authentication plugins.

* Kong Gateway now offers a FIPS package. The package replaces the primary library, OpenSSL, with [BoringSSL](https://boringssl.googlesource.com/boringssl/), which at its core uses the FIPS 140-2 compliant BoringCrypto for cryptographic operations.

To enable FIPS mode, set [`fips`](/gateway/3.0.x/reference/configuration/#fips) to `on`.
FIPS mode is only supported in Ubuntu 20.04.

* Kong Gateway now includes WebSocket validation functionality. Websockets are a type of persistent connection that works on top of HTTP.

Previously, Kong Gateway 2.x supported limited WebSocket connections, where plugins only ran during the initial connection phase instead of for each frame.
Expand Down
42 changes: 0 additions & 42 deletions src/gateway/kong-enterprise/fips-support.md

This file was deleted.

6 changes: 0 additions & 6 deletions src/gateway/kong-enterprise/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,6 @@ You can configure event hooks through the Admin API.

[Learn more about event hooks →](/gateway/{{page.kong_version}}/admin-api/event-hooks/reference/)

## FIPS support

With version 3.0.0.0, {{site.base_gateway}} provides built-in support for the Federal Information Processing Standard (FIPS 140-2). Compliance with this standard is typically required for working with U.S. federal government agencies and their contractors.

[Learn more about FIPS support →](/gateway/{{page.kong_version}}/kong-enterprise/fips-support/)

## More information

See [Plugin Compatibility](/hub/plugins/compatibility/) for more information about Enterprise-only plugins.
13 changes: 2 additions & 11 deletions src/gateway/reference/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -789,11 +789,10 @@ total memory Kong uses to cache entities might be double this value.

Defines the TLS ciphers served by Nginx.

Accepted values are `modern`, `intermediate`, `old`, `fips` or `custom`.
Accepted values are `modern`, `intermediate`, `old`, or `custom`.

See https://wiki.mozilla.org/Security/Server_Side_TLS for detailed descriptions
of each cipher suite. `fips` cipher suites are as decribed in
https://wiki.openssl.org/index.php/FIPS_mode_and_TLS.
of each cipher suite.

**Default:** `intermediate`

Expand Down Expand Up @@ -1858,14 +1857,6 @@ See: https://docs.konghq.com/gateway/latest/admin-api/event-hooks/reference/
**Default:** `on`



### fips

Turn on FIPS mode; this mode is only available on a FIPS build.

**Default:** `off`


---

## Kong Manager section
Expand Down

0 comments on commit 56f2989

Please sign in to comment.