- 2 types of users;
- Locally managed: Where?
- Externally managed through something like an LDAP or AD store
- Adding a new user
- defaults to no permissions
List of users
Via REST
curl -v -o -H "Content-Type: application/json" -H "Authorization: token=$(dcos config show core.dcos_acs_token)" $(dcos config show core.dcos_url)/acs/api/v1/users
Generating User keys
Trouble shooting
- dcos security group or user add unable to connect and receive an iam error. ``` Check the dcos cli configuration at ~/.dcos. As a last resort, delete the dcos cli following these instructions
Resources
- Managing Users and Groups (Enterprise): https://docs.mesosphere.com/1.9/security/users-groups/
- Installing the dcos-enterprise-cli: https://docs.mesosphere.com/1.9/cli/enterprise-cli/
Questions
- What causes the error message: "Error: IAM backend reported error `RequestError`: `Problem occurred while communicating with IAM: URL [http://35.166.163.152/acs/api/v1/groups/enduser\] is unreachable.`" ?