You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
0 commit comments