James Rasell
2ef837f02f
cli: Ensure all no argument console messages are the same. ( #26331 )
...
Use a constant to ensure consistency across the CLI when displaying
a console message indicating the command was passed arguments when
it takes none.
2025-07-25 07:05:10 +01:00
Charlie Voiselle
30ab8897d2
deps: Switch from mitchellh/cli to hashicorp/cli ( #19321 )
...
Co-authored-by: James Rasell <jrasell@hashicorp.com >
2024-12-19 15:41:11 +00:00
Jorge Marey
5f78940911
Allow setting a token name template on auth methods ( #19135 )
...
Co-authored-by: James Rasell <jrasell@hashicorp.com >
2023-11-28 12:26:21 +00:00
Seth Hoenig
f5b0da1d55
all: swap exp packages for maps, slices ( #18311 )
2023-08-23 15:42:13 -05:00
hashicorp-copywrite[bot]
a9d61ea3fd
Update copyright file headers to BUSL-1.1
2023-08-10 17:27:29 -05:00
hashicorp-copywrite[bot]
f005448366
[COMPLIANCE] Add Copyright and License Headers
2023-04-10 15:36:59 +00:00
Piotr Kazmierczak
46ee09ca7f
acl: JWT auth CLI ( #16532 )
2023-03-30 09:39:56 +02:00
James Rasell
166aee71f3
cli: separate auth method config output for easier reading. ( #15892 )
2023-01-30 11:44:26 +01:00
Piotr Kazmierczak
627debc14b
acl: numerous small bugfixes for acl auth methods CLI ( #15539 )
...
This PR contains a number of small bugfixes discovered during #15538 work.
2022-12-14 13:25:40 +01:00
Piotr Kazmierczak
2c196c3de4
bugfix: corrected indentation for ACL auth method create CLI command ( #15481 )
2022-12-06 14:45:24 +01:00
Piotr Kazmierczak
fe1ff602f8
acl: sso auth methods RPC/API/CLI should return created or updated objects ( #15410 )
...
Currently CRUD code that operates on SSO auth methods does not return created or updated object upon creation/update. This is bad UX and inconsistent behavior compared to other ACL objects like roles, policies or tokens.
This PR fixes it.
Relates to #13120
2022-11-29 07:36:36 +01:00
Piotr Kazmierczak
2d83ce7b15
acl: sso auth methods cli commands ( #15322 )
...
This PR implements CLI commands to interact with SSO auth methods.
This PR is part of the SSO work captured under ☂️ ticket #13120 .
2022-11-28 10:51:45 +01:00