Skip to content

Commit

Permalink
Fixed name of the CNCF (#787)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamct committed Jul 9, 2024
1 parent c89f494 commit 33d4be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { ProductName, ProductNameFormat, RelatedSection } from '@components/Doc

# Introduction to <ProductName format={ProductNameFormat.LongForm}/>

<ProductName format={ProductNameFormat.ShortForm}/> is a scalable open source authorization system for developers that allows implementing authorization for any kind of application and smoothly evolve as complexity increases over time. It is owned by the [Cloud Native Foundation](https://cncf.io).
<ProductName format={ProductNameFormat.ShortForm}/> is a scalable open source authorization system for developers that allows implementing authorization for any kind of application and smoothly evolve as complexity increases over time. It is owned by the [Cloud Native Computing Foundation](https://cncf.io).

Inspired by [Google’s Zanzibar](https://zanzibar.academy), Google’s internal authorization system, <ProductName format={ProductNameFormat.ShortForm}/> relies on Relationship-Based Access Control, which allows developers to easily implement Role-Based Access Control and provides additional capabilities to implement Attribute-Based Access Control. You can [learn more about different authorization concepts here](./authorization-concepts.mdx).

Expand Down

0 comments on commit 33d4be0

Please sign in to comment.