Skip to content

Commit 7b669e3

Browse files
feat(blog): add July 2024 Fine Grained News (#801)
Co-authored-by: Andrés Aguiar <[email protected]>
1 parent 32954ed commit 7b669e3

File tree

4 files changed

+114
-1
lines changed

4 files changed

+114
-1
lines changed

.gitattributes

+2
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@
55
*.png filter=lfs diff=lfs merge=lfs -text
66
*.gif filter=lfs diff=lfs merge=lfs -text
77
*.jpeg filter=lfs diff=lfs merge=lfs -text
8+
*jpeg filter=lfs diff=lfs merge=lfs -text
9+
*jpg filter=lfs diff=lfs merge=lfs -text

blog/authors.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,8 @@ eharris:
1010
miparnisari:
1111
name: Maria Ines Parnisari
1212
url: https://github.com/miparnisari
13-
image_url: /img/blog/authors/miparnisari.jpg
13+
image_url: /img/blog/authors/miparnisari.jpg
14+
hello-caleb:
15+
name: Caleb Hunter
16+
title: Community Engagement
17+
url: https://github.com/hello-caleb

blog/fine-grained-news-2024-07.md

+104
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,104 @@
1+
---
2+
title: Fine Grained News - July 2024
3+
description: Fine Grained News
4+
slug: fine-grained-news-2024-07
5+
date: 2024-07-31
6+
authors: hello-caleb
7+
tags: [newsletter]
8+
image: https://openfga.dev/img/og-rich-embed.png
9+
hide_table_of_contents: false
10+
---
11+
# Fine Grained News
12+
13+
14+
Welcome to the July 2024 edition of Fine Grained News! We are thrilled to bring you the latest updates, features, and community highlights from OpenFGA. This month has included releases, performance improvements, and insights shared through our community meetings and presentations.
15+
16+
17+
We value your feedback and invite you to participate in our [2024 OpenFGA Community Survey](https://www.surveymonkey.com/r/OPENFGA2024). Your insights help us understand your needs better and improve our offerings. Please take a few minutes to complete the survey and let your voice be heard.
18+
19+
20+
## Improvements
21+
22+
23+
**Latest Features**
24+
25+
26+
- We’ve introduced consistency options for query requests. This new, experimental, feature provides more flexibility and control over how queries are executed, enhancing the accuracy and reliability of query results. [Learn more about this update](https://openfga.dev/blog/stronger-consistency-options-announcement).
27+
28+
29+
- We’re now publishing images to `ghcr.io/openfga/openfga` as an alternative to DockerHub, thanks to the contribution from [@JAORMX](https://github.com/JAORMX). This provides an additional option for accessing and deploying our containers. [Read more](https://github.com/openfga/openfga/pull/1775).
30+
31+
32+
**Performance Improvements**
33+
34+
35+
- We've improved our Check latency up to 20X in some scenarios in OpenFGA [v1.5.7](https://github.com/openfga/openfga/releases/tag/v1.5.7) and [v1.5.6](https://github.com/openfga/openfga/releases/tag/v1.5.6).
36+
37+
38+
If you have any feedback, or want to try a feature early, or are interested to learn more, please reach out!
39+
40+
41+
## Breaking Changes
42+
43+
44+
Several breaking changes related to the storage interface [have been introduced](https://github.com/openfga/openfga/releases/tag/v1.5.7). These changes should not impact your usage of OpenFGA unless you are implementing a custom storage adapter for OpenFGA.
45+
46+
47+
## In Progress
48+
49+
50+
- [Additional Consistency Options for OpenFGA queries](https://github.com/openfga/roadmap/issues/54): We've just shipped the first iteration of this feature, we're working on adding support for it in more SDKs. We’ll also be working on adding a consistency token in the future.
51+
52+
53+
- [Telemetry for SDKs](https://github.com/openfga/roadmap/issues/41): We shipped OpenTelemetry Metrics support for Python and Javascript. We’ll be adding metrics support to the rest of the SDKs and then add support for tracing and logging. If you have feedback regarding our OpenTelemetry support, please do reach out on any of our community channels.
54+
55+
56+
- We’ll keep working on [Performance Improvements](https://github.com/openfga/roadmap/issues/61) for Check, List Objects and List Users APIs.
57+
58+
59+
- We’ll be adding additional [authorization options for OpenFGA](https://github.com/openfga/roadmap/issues/30) to restrict API credentials to performing specific actions in OpenFGA stores.
60+
61+
62+
- We collaborated with members of the CNCF [TAG-Security team](https://github.com/cncf/tag-security) for a few weeks to get it wrapped up (thanks [Krishna Krishna](https://github.com/krishnakv) and [Eddie](https://github.com/eddie-knight) for your help).
63+
64+
65+
## Community Highlights
66+
67+
68+
- Check out [July’s Community Meeting](https://www.youtube.com/watch?v=GvgeQcQlUuU&t=212s&pp=ygUHT3BlbkZHQQ%3D%3D)! It's a great opportunity to stay updated with the latest developments, ask questions, and engage with the OpenFGA community.
69+
70+
71+
- [Maria Ines Parnisari](https://www.linkedin.com/in/miparnisari/) from the OpenFGA team and [Evan Anderson](https://www.linkedin.com/in/evankanderson/) from Stacklok presented on Implementing a Multi-Tenant, Relationship-Based Authorization Model with OpenFGA at CloudNative SecurityCon North America. If you didn’t attend the conference in June, the presentation recording is now [live](https://www.youtube.com/watch?v=zIJOBLbaZOc).
72+
73+
74+
- This month, [Andres Aguiar](https://www.linkedin.com/in/aaguiar/) and [Damian Schenkelman](https://www.linkedin.com/in/damianschenkelman/) appeared in the [Identerati Office Hours](https://www.youtube.com/watch?v=Ups1FFxK3VE&pp=ygUHT3BlbkZHQQ%3D%3D) livestream for an in-depth exploration of OpenFGA. This video covers advanced topics and provides valuable insights into the capabilities and implementation of OpenFGA. Whether you're a seasoned user or new to OpenFGA, this deep dive is packed with information that will enhance your understanding and usage of the platform.
75+
76+
77+
- Andres Aguiar sat down with Open at Intel host Katherine Druckman during KubeCon Europe to discuss OpenFGA. You can hear that podcast <!-- markdown-link-check-disable -->
78+
[here](https://www.intel.com/content/www/us/en/developer/articles/community/fine-grained-authorization-with-openfga.html).
79+
<!-- markdown-link-check-enable -->
80+
81+
82+
## New Adopters
83+
84+
85+
We’re happy to share that [Bump](https://www.bump-charge.com/) is now an OpenFGA adopter! If you are using OpenFGA in production, please consider adding your company or project to our [list](https://github.com/openfga/community/blob/main/ADOPTERS.md). Your contribution will be greatly appreciated!
86+
87+
88+
## Announcements
89+
90+
91+
Join us for our monthly Community Meetings, held on the second Thursday of every month at 11am Eastern Time (US). Our next meeting is on Thursday, August 8, 2024. These meetings are a fantastic opportunity to stay updated with the latest developments, ask questions, and engage with the OpenFGA community. You can find the link to the meeting invite [here](https://openfga.dev/docs/community#monthly-community-meetings). We look forward to seeing you there!
92+
93+
94+
## Transitioning from Discord to CNCF's Slack
95+
96+
97+
As a reminder, we transitioned out from Discord for OpenFGA and are now using the CNCF [#openfga Slack channel](https://cloud-native.slack.com/archives/C06G1NNH47N). If you are not part of the CNCF Slack workspace, you need to join the [CNCF Slack](https://slack.cncf.io) first.
98+
99+
100+
## See You Next Month!
101+
102+
103+
Fine Grained News is published every month. If you have any feedback, want to share your OpenFGA story, or have a noteworthy update, please let us know on any of our [community channels](https://openfga.dev/community) or at [[email protected]](mailto:[email protected]).
104+

static/img/blog/authors/caleb.jpg

+3
Loading

0 commit comments

Comments
 (0)