Appauth
7 posts tagged with "Appauth"
app
The app action defines the app name, along with key auth key. It belongs to the appauth category within the system area.
Action Syntax
app @reference
app @reference "text"
Valid sizes
Examples
// Basic Usage
app @agan
app-host
The app-host action defines an allowed host for the app. The rhapp.app domain is allowed by default. It belongs to the appauth category within the system area.
Action Syntax
app-host https://...
Valid sizes
Examples
// Basic Usage
app-host https://www.acme.com
app-private
The app-private action sets app private key. It belongs to the appauth category within the system area.
Action Syntax
app-private privatekey
Valid sizes
Examples
// Basic Usage
app-private privatekey
app-public
The app-public action defines an app public auth key. It belongs to the appauth category within the system area.
Action Syntax
app-public publickey
Valid sizes
Examples
// Basic Usage
app-public publickey
generate-app-key
The generate-app-key action generates an temp app key on the server. Just used for temp apps and testing for now I guesss. It belongs to the appdev category within the platform area.
Action Syntax
generate-app-key "text"
Return Value
This function returns a
$result = generate-app-key
Valid sizes
Examples
// Basic Usage
$response = generate-app-key "aid"
set-private-key
The set-private-key action sets app private key. It belongs to the appauth category within the system area.
Action Syntax
set-private-key "text"
Valid sizes
Examples
// Basic Usage
set-private-key "rh_private_appkey"
set-public-key
The set-public-key action sets public key. Required for secrets and users support. It belongs to the appauth category within the system area.
Action Syntax
set-public-key "text"
Valid sizes
Examples
// Basic Usage
set-public-key "publickey"