Issue
The sign-in page from the Boundary UI does not show a login prompt.
Solution
This occurs when Boundary Enterprise does not yet have an authentication method enabled.
Create a Boundary authentication method using the command line.
$ boundary auth-methods create password \
-recovery-config </path/to/recovery.hcl> \
-scope-id <org_scope_id> \
-name '<auth_method_name>' \
-description '<description>'
Note that a scope for the authentication method and login accounts will need to be created prior to enabling the authentication method.
References
- https://developer.hashicorp.com/boundary/docs/install-boundary/no-gen-resources
- https://developer.hashicorp.com/boundary/docs/concepts/domain-model/auth-methods
- https://developer.hashicorp.com/boundary/docs/commands/auth-methods/create
- https://developer.hashicorp.com/boundary/docs/install-boundary/initialize#create-an-auth-method