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 _If using Microsoft Entra ID (formerly Azure Active Directory), set the name
to `azure`_. to `azure`_.
- `jwksEndpoint`: JWKS endpoint provide by your identity provider. - `jwksEndpoint`: JWKS endpoint provide by your identity provider.
- `users`: List of OAuth2 user IDs to grant administrative access to - `users`: List of OAuth2 users to grant administrative access to your
your InfluxDB cluster. IDs are provided by your identity provider. InfluxDB cluster. IDs are provided by your identity provider.
Below are examples for **Keycloak**, **Auth0**, and **Microsoft Entra ID**, but Below are examples for **Keycloak**, **Auth0**, and **Microsoft Entra ID**, but
other OAuth2 providers should work as well: other OAuth2 providers should work as well:
@ -634,7 +634,12 @@ spec:
jwksEndpoint: |- jwksEndpoint: |-
https://KEYCLOAK_HOST/auth/realms/KEYCLOAK_REALM/protocol/openid-connect/certs https://KEYCLOAK_HOST/auth/realms/KEYCLOAK_REALM/protocol/openid-connect/certs
users: 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 %}} {{% /code-placeholders %}}

View File

@ -8,6 +8,20 @@ menu:
weight: 101 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"} ## v2.7.7 {date="2024-07-12"}
### Features ### Features

View File

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