Boundary
credential-stores create
Command: boundary credential-stores create
The credential-stores create
command lets you create a Boundary credential store resource.
Examples
The following example creates a credential store resource in a project scope with the ID p_tnqESc86qE
:
$ boundary credential-stores create vault -scope-id p_tnqESc86qE \
-vault-address $VAULT_ADDR \
-vault-token $VAULT_TOKEN \
-vault-namespace $VAULT_NAMESPACE
Example output:
Credential Store information:
Created Time: Thu, 28 Jul 2022 15:08:12 MDT
ID: csvlt_ytzGHsfp3r
Type: vault
Updated Time: Thu, 28 Jul 2022 15:08:12 MDT
Version: 1
Scope:
ID: p_jd7lspegXk
Name: ssh-project
Parent Scope ID: o_SN2K0DAGpi
Type: project
Authorized Actions:
no-op
read
update
delete
Authorized Actions on Credential Store's Collections:
credential-libraries:
create
list
Attributes:
Address: https://vault-cluster-boundary.vault.11eb3a47-8920-4714-ba99-0242ac11000e.aws.hashicorp.cloud:8200
Token HMAC: NZJWT74Jyq09gLQfP4RiK5eDWfY7NWXYHoKL4nKQFDY
Usage
$ boundary credential-stores create [type] [sub command] [options] [args]
Command options
-description
(string: "")
- The description to set on the credential store.-name
(string: "")
- The name to set on the credential store.-scope-id
(string: "")
- The scope in which to make the request. The default scope isglobal
. You can also indicate the scope using the BOUNDARY_SCOPE_ID environment variable.
Usages by type
The available types are static
and vault
.
The credential-stores create static
command lets you create a static-type credential store.
Example
The following example creates a static credential score in a scope with the ID p_1234567890
:
$ boundary credential-stores create static -scope-id p_1234567890
Usage
$ boundary credential-stores create static [options] [args]
CLI options
In addition to the command specific options, there are options common to all CLI commands and subcommands: