Skip to content

Commit e6297ed

Browse files
committed
chore: missing file
1 parent fecf8e8 commit e6297ed

File tree

1 file changed

+38
-0
lines changed
  • api/extensions/redhat/redhat-authentication/preview

1 file changed

+38
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
2+
# Red Hat Account extension
3+
4+
This extension plugs into Podman Desktop an authentication provider that allows login to Red Hat SSO
5+
6+
# Run and build
7+
8+
9+
10+
To rebuild podman-desktop and OpenShift Local extension run:
11+
12+
```shell
13+
yarn build
14+
```
15+
16+
To execute this extension into Podman Desktop, uses one of these commands:
17+
18+
```shell
19+
podman-desktop --extension-folder this_folder
20+
```
21+
22+
if using the released bits from Podman Desktop
23+
24+
or
25+
26+
```shell
27+
yarn watch --extension-folder this_folder
28+
```
29+
30+
from the Podman Desktop source folder if using the develpment version from Podman Desktop
31+
32+
# Nightly build installation
33+
34+
use `ghcr.io/redhat-developer/podman-desktop-redhat-account-ext:latest` on Settings/Extension page using 'Install a new extension from OCI Image' form (see screenshot below).
35+
36+
37+
38+
![image](https://user-images.githubusercontent.com/620330/232674528-9d07e38d-618c-4d69-a01a-309033b7b3f0.png)

0 commit comments

Comments
 (0)