use access tokens for CLI access to DTR

Added note advising users to use access tokens with DTR after configuring SAML for UI authentication. This is necessary per slack conversation here: https://docker.slack.com/archives/C1329M30T/p1547584120183300
This commit is contained in:
Nathan Jones 2019-03-26 11:13:56 -04:00 committed by GitHub
parent 16bfdbd2a2
commit 999cc6686c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,9 @@ separately on the web UI of both applications.
You can configure DTR to have single sign-on (SSO) with UCP, so that users only
have to authenticate once.
> **Note**: After configuring single sign-on with DTR, users accessing DTR via
> `docker login` should create an [access token](https://docs.docker.com/ee/dtr/user/access-tokens/) and use it to authenticate.
## At installation time
When installing DTR, use the `docker/dtr install --dtr-external-url <url>`