The first step is successfully!
[root@hcbc1 boundary.d]# boundary database init -skip-auth-method-creation -skip-host -resources-creation -skip-scopes-creation -skip-target-creation -config /etc/bound ary.d/controller.hcl
Migrations successfully run.
Global-scope KMS keys successfully created.
Initial login role information:
Name: Login and Default Grants
Role ID: r_gj3tZSr86e
The Second Step not well!
[root@hcbc1 boundary.d]# boundary scopes create -name ‘org’ -scope-id ‘global’ -recovery-config /tmp/recovery.hcl -skip-admin-role-creation -skip-default-role-creation
Error trying to create scope: error performing client request during Create call: Post “http://127.0.0.1:9200/v1/scopes?skip_admin_role_creation=true&skip_default_role_creation=true”: dial tcp 127.0.0.1:9200: connect: connection refused
The Boundary server is started and enable!
Any help would be Nice, thanks!