open-nomad/.changelog/16504.txt
Piotr Kazmierczak 0a2b425eb5
cli: nomad login command should not require a -type flag and should respect default auth method (#16504)
nomad login command does not need to know ACL Auth Method's type, since all
method names are unique. 

Co-authored-by: James Rasell <jrasell@users.noreply.github.com>
2023-03-17 19:14:28 +01:00

8 lines
230 B
Plaintext

```release-note:breaking-change
cli: nomad login no longer requires -type flag, since auth method names are globally unique.
```
```release-note:bug
cli: nomad login no longer ignores default auth method if they are present.
```