Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] authored and lianhao committed Aug 27, 2024
1 parent b2d2783 commit 16dbb7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions authN-authZ/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ Access to enterprise AI workloads requires robust authentication and authorizati

Here we provide different options for user to implement authentication and authorization according to their needs:

## Istio based implementation for cloud native environments ##
## Istio based implementation for cloud native environments

Utilize Istio, a well-known and widely adopted cloud-native tool, to enhance authentication and authorization processes. This ensures secure, efficient, and reliable enterprise operations by managing access controls effectively. This solution can integrate directly with OIDC providers like Keycloak or utilize an authentication proxy such as oauth2-proxy, enhancing its flexibility and scalability. We provide support for both helm chart and GMC based GenAI workload deployment to handle the authentication and authorization with either strict or flexible policies, adapting to various security requirements and operational needs. Please refer the documentation [here](./auth-istio/README.md) for more information.
Utilize Istio, a well-known and widely adopted cloud-native tool, to enhance authentication and authorization processes. This ensures secure, efficient, and reliable enterprise operations by managing access controls effectively. This solution can integrate directly with OIDC providers like Keycloak or utilize an authentication proxy such as oauth2-proxy, enhancing its flexibility and scalability. We provide support for both helm chart and GMC based GenAI workload deployment to handle the authentication and authorization with either strict or flexible policies, adapting to various security requirements and operational needs. Please refer the documentation [here](./auth-istio/README.md) for more information.
2 changes: 1 addition & 1 deletion authN-authZ/auth-istio/keycloak_install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ spec:
targetPort: 8080
selector:
app: keycloak
type: LoadBalancer
type: LoadBalancer

0 comments on commit 16dbb7e

Please sign in to comment.