Skip to content

Commit

Permalink
Merge pull request #588 from indigo-dc/change/bind-address
Browse files Browse the repository at this point in the history
change bind-address option
  • Loading branch information
zachmann authored Aug 27, 2024
2 parents 8e57fbf + d49d35e commit c617e64
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 @@ -20,6 +20,11 @@
a `custom_parameters.config` file placed in the agent dir or `/etc/oidc-agent`
- Added the `--bearer` and `--auth-header` options to `oidc-token`. These can be used to ease api calls.

## 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 c617e64

Please sign in to comment.