Boundary
targets remove-credential-sources
Command: targets remove-credential-sources
The targets remove-credential-sources command lets you remove credential sources from target resources.
Example
This example removes the brokered credential sources clvlt_1234567890 and clvlt_0987654321 from a TCP target with the ID ttcp_1234567890:
$ boundary targets remove-credential-sources -id ttcp_1234567890 -brokered-credential-source clvlt_1234567890 -brokered-credential-source clvlt_0987654321
Usage
$ boundary targets remove-credential-sources [options] [args]
Command options
- -application-credential-source=<string>- This option is deprecated. Use- -brokered-credential-sourceinstead.
- -brokered-credential-source=<string>- The credential source you want to remove. You may specify multiple credential sources.
- -id=<string>- The ID of the target you want to remove the credential source from.
- -injected-application-credential-source=<string>- The credential source you want to remove. You may specify multiple credential sources.
- -version=<int>- The version of the target to perform the operation on. If you do not specify a version, the command performs a check-and-set automatically.
CLI options
In addition to the command specific options, there are options common to all CLI commands and subcommands: