Skip to content

Commit

Permalink
r/user: Update docs
Browse files Browse the repository at this point in the history
A few final edits to docs and link cleanup.
  • Loading branch information
vancluever committed Mar 12, 2018
1 parent 51c5bcb commit c3a31d8
Showing 1 changed file with 18 additions and 9 deletions.
27 changes: 18 additions & 9 deletions website/docs/r/user.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -54,18 +54,27 @@ The following arguments are supported:
instead, which stores the password as an unsalted hash. Conflicts with
`auth_plugin`.

* `auth_plugin` - (Optional) Block which supports the use of authentication plugins.
Description of the fields allowed in the block below. Conflicts with `password`
and `plaintext_password`.
* `auth_plugin` - (Optional) Use an [authentication plugin][ref-auth-plugins]
to authenticate the user instead of using password authentication.
Description of the fields allowed in the block below. Conflicts with
`password` and `plaintext_password`.

[ref-auth-plugins]: https://dev.mysql.com/doc/refman/5.7/en/authentication-plugins.html

The `auth_plugin` value supports:

* `AWSAuthenticationPlugin` - For more information about "AWSAuthenticationPlugin"
and using it with Aurora:
http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html#UsingWithRDS.IAMDBAuth.Creating
* `mysql_no_login` - Uses the MySQL No-Login Authentication Plugin. The No-Login
Authentication Plugin must be active in MySQL. For more information:
https://dev.mysql.com/doc/refman/5.7/en/no-login-pluggable-authentication.html
* `AWSAuthenticationPlugin` - Allows the use of IAM authentication with [Amazon
Aurora][ref-amazon-aurora]. For more details on how to use IAM auth with
Aurora, see [here][ref-aurora-using-iam].

[ref-amazon-aurora]: https://aws.amazon.com/rds/aurora/
[ref-aurora-using-iam]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html#UsingWithRDS.IAMDBAuth.Creating

* `mysql_no_login` - Uses the MySQL No-Login Authentication Plugin. The
No-Login Authentication Plugin must be active in MySQL. For more information,
see [here][ref-mysql-no-login].

[ref-mysql-no-login]: https://dev.mysql.com/doc/refman/5.7/en/no-login-pluggable-authentication.html

## Attributes Reference

Expand Down

0 comments on commit c3a31d8

Please sign in to comment.