Skip to content

Commit

Permalink
Update documentation to define installation instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitthakur2590 committed Jun 12, 2024
1 parent c9ae357 commit 47237f6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,13 @@ To consume this Validated Content from Automation Hub, the following needs to be
server_list = automation_hub
[galaxy_server.automation_hub]
url=https://console.redhat.com/api/automation-hub/content/published/
url=https://console.redhat.com/api/automation-hub/content/validated/
auth_url=https://sso.redhat.com/auth/realms/redhat-external/protocol/openid-connect/token
token=<SuperSecretToken>
```

Get the required token from the [Automation Hub Web UI](https://console.redhat.com/ansible/automation-hub/token).
Utilize the current Token, and if the token has expired, obtain the necessary
token from the [Automation Hub Web UI](https://console.redhat.com/ansible/automation-hub/token).

With this configured, simply run the following commands:

Expand Down
4 changes: 4 additions & 0 deletions changelogs/fragments/update_docs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
doc_changes:
- update url to point to validated content instead certified content.
- Update instruction when to utilize the token.

Check failure on line 4 in changelogs/fragments/update_docs.yaml

View workflow job for this annotation

GitHub Actions / Ansible Lint

yaml[new-line-at-end-of-file]

No new line character at the end of file

0 comments on commit 47237f6

Please sign in to comment.