-
Notifications
You must be signed in to change notification settings - Fork 43
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
feat: add jaas resource docs #594
Conversation
6aaed14
to
5f7b9c0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, 2 minor things.
@@ -8,7 +8,8 @@ description: |- | |||
|
|||
# Juju Provider | |||
|
|||
The provider can be used to interact with [Juju][0] - an open source orchestration engine by Canonical. | |||
The provider can be used to interact with [Juju][0] - an open source orchestration engine by Canonical. | |||
Additionally, the provider supports interactions with [JAAS][1] - an orchestrator of Juju controllers. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps this is a good time to update the description in this section: https://github.com/juju/terraform-provider-juju/blob/5f7b9c08783490a6d2cd7b231248ee869cdc1c27/docs/index.md#client-credentials
To include they are used to connect to JAAS? It's not clear in the Authentication section which values will work for JAAS.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've added a note in that section, let me know if I should expand it.
- Simplify imports by eliminating the need for users to provide the resource type - Add note that client credentials auth is only supported with JAAS
5f7b9c0
to
4d25221
Compare
/merge |
Description
This PR adds documentation for all JAAS resources. Additionally it simplifies imports so that users don't have to specify the resource type in the import.
Full changes include:
make docs
to generate new docs.Fixes: CSS-10812
Type of change