Merge branch 'master' into add-remark-lint

pull/5542/head
Jason Stirnaman 2024-07-31 09:19:00 -05:00 committed by GitHub
commit 1755bcf268
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 23 additions and 4 deletions

View File

@ -605,8 +605,8 @@ following fields in your `myinfluxdb.yml` configuration file:
_If using Microsoft Entra ID (formerly Azure Active Directory), set the name
to `azure`_.
- `jwksEndpoint`: JWKS endpoint provide by your identity provider.
- `users`: List of OAuth2 user IDs to grant administrative access to
your InfluxDB cluster. IDs are provided by your identity provider.
- `users`: List of OAuth2 users to grant administrative access to your
InfluxDB cluster. IDs are provided by your identity provider.
Below are examples for **Keycloak**, **Auth0**, and **Microsoft Entra ID**, but
other OAuth2 providers should work as well:
@ -634,7 +634,12 @@ spec:
jwksEndpoint: |-
https://KEYCLOAK_HOST/auth/realms/KEYCLOAK_REALM/protocol/openid-connect/certs
users:
- KEYCLOAK_USER_ID
# All fields are required but `firstName`, `lastName`, and `email` can be
# arbitrary values. However, `id` must match the user ID provided by Keycloak.
- id: KEYCLOAK_USER_ID
firstName: Marty
lastName: McFly
email: mcfly@influxdata.com
```
{{% /code-placeholders %}}

View File

@ -8,6 +8,20 @@ menu:
weight: 101
---
## v2.7.8 {date="2024-07-25"}
### Bug Fixes
- Prevent an infinite loop in write path.
- Fix `range()` filter behavior for timestamps before 1970-01-01 (UNIX time 0).
- Update to latest `influxdb-templates`.
### Maintenance
- Update user interface (UI) with various improvements.
---
## v2.7.7 {date="2024-07-12"}
### Features

View File

@ -21,7 +21,7 @@ influxdb:
- v1.7
latest: v2.7
latest_patches:
v2: 2.7.7
v2: 2.7.8
v1: 1.8.10
latest_cli:
v2: 2.7.5