Skip to content

Commit 5e9e31a

Browse files
committed
Added RBAC to README
1 parent bbc1fff commit 5e9e31a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ builds:
5454
nfpms:
5555
- file_name_template: "{{.ProjectName}}-{{.Tag}}-{{.Arch}}{{if .Arm}}{{.Arm}}{{end}}"
5656
homepage: https://openrun.dev/
57-
description: Open source alternative to Google Cloud Run and AWS AppRunner.
57+
description: Open source alternative to Google Cloud Run and AWS App Runner.
5858
maintainer: Ajay Kidave <contact@clace.io>
5959
license: Apache 2.0
6060
vendor: ClaceIO LLC.

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<p align="center">
22
<img src="https://openrun.dev/openrun.png" alt="OpenRun-logo" width="300" height="250"/>
33

4-
<p align="center">App deployment simplified. Open source alternative to Google Cloud Run and AWS AppRunner. Easily deploy internal tools across a team.</p>
4+
<p align="center">App deployment simplified. Open source alternative to Google Cloud Run and AWS App Runner. Easily deploy internal tools across a team.</p>
55
</p>
66

77
<p>
@@ -32,9 +32,9 @@
3232

3333
## Overview
3434

35-
OpenRun is an Apache-2.0 licensed project building an open source alternative to Google Cloud Run and AWS AppRunner. OpenRun allows you to deploy containerized apps. OpenRun is cross-platform (Linux/Windows/OSX) and provides a GitOps workflow for managing web apps.
35+
OpenRun is an Apache-2.0 licensed project building an open source alternative to Google Cloud Run and AWS App Runner. OpenRun allows you to deploy containerized apps. OpenRun is cross-platform (Linux/Windows/OSX) and provides a GitOps workflow for managing web apps.
3636

37-
OpenRun apps are deployed directly from the git repo, no build step required. For example, OpenRun can be used to deploy Streamlit/Gradio apps, adding OAuth authentication for access control across a team.
37+
OpenRun apps are deployed directly from the git repo, no build step required. For example, OpenRun can be used to deploy Streamlit/Gradio/NiceGUI/FastHTML apps, adding OAuth/OIDC/SAML based authentication for access control across a team.
3838

3939
This repo hosts the source code for OpenRun. The source for the documentation site [openrun.dev](https://openrun.dev) is in the [docs](https://github.com/openrundev/docs) repo. App specifications, which are templates to create apps, are defined in the [appspecs](https://github.com/openrundev/appspecs) repo. Sample apps are in the [apps](https://github.com/openrundev/apps) repo.
4040

@@ -46,6 +46,7 @@ OpenRun can be used to:
4646

4747
- Deploy [containerized applications](https://openrun.dev/docs/container/overview/), OpenRun will build and manage the container lifecycle
4848
- Automatically generate a form based UI for backend [actions](https://openrun.dev/docs/actions/)
49+
- Add OAuth/OIDC/SAML based [auth](https://openrun.dev/docs/configuration/authentication/) and [RBAC](https://openrun.dev/docs/configuration/rbac/) for app access
4950

5051
OpenRun supports the following for all apps:
5152

@@ -54,7 +55,7 @@ OpenRun supports the following for all apps:
5455
- [Staging mode](https://openrun.dev/docs/applications/lifecycle/#staging-apps) for app updates, to verify whether code and config changes work on prod before making them live.
5556
- [Preview app](https://openrun.dev/docs/applications/lifecycle/#preview-apps) creation support, for trying out code changes.
5657
- Support for [github integration](https://openrun.dev/docs/configuration/security/#private-repository-access), apps being directly deployed from github code.
57-
- OAuth and SSO based [authentication](https://openrun.dev/docs/configuration/authentication/#oauth-authentication)
58+
- OAuth/OIDC/SAML based [authentication](https://openrun.dev/docs/configuration/authentication/#oauth-authentication)
5859
- Support for domain based and path based [routing](https://openrun.dev/docs/applications/routing/#request-routing) at the app level.
5960
- Integration with [secrets managers](https://openrun.dev/docs/configuration/secrets/), to securely access secrets.
6061

@@ -197,7 +198,6 @@ $OPENRUN_HOME/openrun password > $OPENRUN_HOME/openrun.toml
197198
$OPENRUN_HOME/openrun server start
198199
```
199200

200-
This will print a random password on the screen, note that down as the password to use for accessing the applications.
201201
The service will be started on [https://localhost:25223](https://127.0.0.1:25223) by default (HTTP port 25222).
202202

203203
## Documentation

0 commit comments

Comments
 (0)