Skip to content

Commit

Permalink
change bind-address option
Browse files Browse the repository at this point in the history
  • Loading branch information
zachmann committed Aug 26, 2024
1 parent 838aa7e commit d49d35e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
- Added possibility to add custom request parameters to requests done by the agent. This is done through
a `custom_parameters.config` file placed in the agent dir or `/etc/oidc-agent`

## Changes

- Renamed the long option of `oidc-agent` `-a` from `--bind_address` to
`--bind-address`.

### Change / Enhancement / Bugfix

The previous release stated that:
Expand Down
2 changes: 1 addition & 1 deletion src/oidc-agent/oidc-agent_options.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ static struct argp_option options[] = {
"'XXXXXX' as the last six characters of a directory in the path to "
"substitute them with random characters.",
1},
{"bind_address", 'a', "PATH", OPTION_ALIAS, NULL, 1},
{"bind-address", 'a', "PATH", OPTION_ALIAS, NULL, 1},
{"always-allow-idtoken", OPT_ALWAYS_ALLOW_IDTOKEN, 0, 0,
"Always allow id-token requests without manual approval by the user.", 1},
{"json", OPT_JSON, 0, 0,
Expand Down

0 comments on commit d49d35e

Please sign in to comment.