Command-line options

ARPOC

usage: arpoc [-h] [-c CONFIG_FILE] [--print-sample-config] [--print-sample-ac]
             [--add-provider ADD_PROVIDER] [--client-id CLIENT_ID]
             [--client-secret CLIENT_SECRET] [-d] [--no-daemonize]
             [--check-ac]

Named Arguments

-c, --config-file

Path to the configuration file

-d, --daemonize

Daemonize arpoc

Default: False

--no-daemonize

Do not daemonize arpoc

Default: False

--check-ac

Default: False

Sample configuration

Options to print sample configuration file

--print-sample-config

Prints a sample configuration file and exit

Default: False

--print-sample-ac

Prints a sample AC hierarchy and exit

Default: False

Adding an OIDC Provider

Add an OIDC provider to the secrets file

--add-provider

The key which is used in the configuration file

--client-id

The client id which is used at the provider

--client-secret

The client secret which is used at the provider