Jump to: navigation, search

Difference between revisions of "StarlingX/Containers/Applications/app-oidc-auth"

(Created page with "= Application: oidc-auth-armada-app = == Source == * [https://opendev.org/starlingx/oidc-auth-armada-app Code Repository] * [https://review.opendev.org/q/project:starlingx/oid...")
 
(Building)
(One intermediate revision by the same user not shown)
Line 4: Line 4:
 
* [https://review.opendev.org/q/project:starlingx/oidc-auth-armada-app Gerrit Reviews]
 
* [https://review.opendev.org/q/project:starlingx/oidc-auth-armada-app Gerrit Reviews]
 
== Building ==
 
== Building ==
* From the Debian Build environment:
+
From the Debian Build environment:
  TBD
+
  build-pkgs -c -p helm,oidc-client-helm,secret-observer-helm,dexidp-helm,build-info,python3-k8sapp-oidc,stx-oidc-auth-helm
 +
 
 +
The command above produces the package "stx-oidc-auth-helm_<version>_<arch>.deb", that contains the tarball "oidc-auth-apps-<version>.tgz".
  
 
== Testing ==
 
== Testing ==
 
  TBD
 
  TBD

Revision as of 20:41, 24 April 2024

Application: oidc-auth-armada-app

Source

Building

From the Debian Build environment:

build-pkgs -c -p helm,oidc-client-helm,secret-observer-helm,dexidp-helm,build-info,python3-k8sapp-oidc,stx-oidc-auth-helm

The command above produces the package "stx-oidc-auth-helm_<version>_<arch>.deb", that contains the tarball "oidc-auth-apps-<version>.tgz".

Testing

TBD