Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add username and password section #11012

Merged
merged 1 commit into from
Feb 26, 2022

Conversation

Jessie212
Copy link
Contributor

@Jessie212 Jessie212 commented Feb 10, 2022

Description

General information

Is this change a fix, improvement, new feature, refactoring, or other?

Improvement.

Is this a change to the core query engine, a connector, client library, or the SPI interfaces? (be specific)

Documentation only.

How would you describe this change to a non-technical end user or system administrator?

Add username and password section

Related issues, pull requests, and links

Documentation

( ) No documentation is needed.
( ✅) Sufficient documentation is included in this PR.
( ) Documentation PR is available with #prnumber.
( ) Documentation issue #issuenumber is filed, and can be handled later.

Release notes

( ✅) No release notes entries required.
( ) Release notes entries required with the following suggested text:

@cla-bot cla-bot bot added the cla-signed label Feb 10, 2022
@Jessie212 Jessie212 requested a review from mosabua February 10, 2022 21:40
docs/src/main/sphinx/installation/cli.rst Outdated Show resolved Hide resolved
docs/src/main/sphinx/installation/cli.rst Outdated Show resolved Hide resolved
docs/src/main/sphinx/installation/cli.rst Outdated Show resolved Hide resolved
docs/src/main/sphinx/installation/cli.rst Outdated Show resolved Hide resolved
docs/src/main/sphinx/installation/cli.rst Outdated Show resolved Hide resolved
@@ -116,6 +130,11 @@ JWT authentication
To access a Trino cluster configured to use :doc:`/security/jwt`, use the
``--access-token=<token>`` option to pass a JWT to the server.

Kerberos authentication
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note for other reviewers .. we are doing this for now in this PR.. we soon get rid of the other docs and migrate all the info into here.. but one step at a time

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👣

@github-actions github-actions bot added the docs label Feb 11, 2022
@mosabua mosabua requested a review from Ordinant February 23, 2022 20:23
@Jessie212 Jessie212 force-pushed the jt/cli-instructions branch 2 times, most recently from c26ab99 to 420a053 Compare February 23, 2022 21:19
docs/src/main/sphinx/installation/cli.rst Outdated Show resolved Hide resolved
docs/src/main/sphinx/installation/cli.rst Outdated Show resolved Hide resolved
docs/src/main/sphinx/installation/cli.rst Outdated Show resolved Hide resolved
Comment on lines 62 to 64
the ``PASSWORD`` authentication type. It defaults to your operating system
username. If your cluster uses a different username, you can override your
username with the ``--user`` option.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This part about username and it's default value isn't applicable only when password auth is enabled. So it should precede this section.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point .. how about we leave this as is in this PR.. but move it into the table of options we are working on in a follow up PR @hashhar ..

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fine with me, can you link me to the other PR so that I remember to make sure this is applied?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Jessie212 Jessie212 force-pushed the jt/cli-instructions branch 2 times, most recently from 9992337 to 93e6d63 Compare February 25, 2022 15:45
@hashhar hashhar merged commit 43e0431 into trinodb:master Feb 26, 2022
@github-actions github-actions bot added this to the 372 milestone Feb 26, 2022
@Jessie212 Jessie212 deleted the jt/cli-instructions branch March 23, 2022 13:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

4 participants