Boundary Controller on premise first installation

[root@hcbc1 boundary.d]# boundary scopes create -name ‘org’ -scope-id ‘global’
Error opening keyring: Specified keyring backend not available
Token must be provided via BOUNDARY_TOKEN env var or -token flag. Reading the token can also be disabled via -keyring-type=none.
Error trying to create scope: error performing client request during Create call: Post “http://127.0.0.1:9200/v1/scopes”: dial tcp 127.0.0.1:9200: connect: connection refused

I can’t find any help on internet, and I been follow the instructions on https://developer.hashicorp.com/boundary/docs/install-boundary/no-gen-resources#create-org-and-project-scopes

Any help/hint would be nice, thanks!

Hi. This usually happens when boundary cannot find a suitable mechanism for storing the boundary auth token after you have authenticated. You can see the supported mechanisms by platform here.

1 Like

Thanks a lot I’ll checkl that! J

image001.jpg