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 note about resources searchable by title #3552

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions guides/common/modules/proc_registering-a-host.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,17 @@ Therefore, do not delete, block, or change permissions of the user during the to
+
The scope of the JWTs is limited to the registration endpoints only and cannot be used anywhere else.

[NOTE]
====
{Project} generates the registration command with parameters that search resources by ID.
However, you can edit the registration command to search the following resources by name:
Lennonka marked this conversation as resolved.
Show resolved Hide resolved

Organization:: URL fragment example: `organization=My+Organization`
Location:: URL fragment example: `location=My+Location`
Host group:: URL fragment example: `hostgroup=My+Host+Group`
Operating system:: URL fragment example: `operatingsystem=My+Operating+System`
====

.CLI procedure
. Use the `hammer host-registration generate-command` to generate the registration command to register your host.
. On your host that you want to register, run the registration command as `root`.
Expand Down