API-Only -> API-only (#37751)

This commit is contained in:
Steven Palmesano
2026-01-05 11:42:23 -06:00
committed by GitHub
parent cd4f290f64
commit cb4e418f4c
+1 -1
View File
@@ -31,7 +31,7 @@ package_path: package_name.yml
package_path: ../software/package_name.yml
```
You may also wish to create specialized API-Only users which may modify configurations through GitOps, but cannot access fleet through the UI. These specialized users can be created through `fleetctl user create` with the `--api-only` flag, and then assigned the `GitOps` role, and given global or team scope in the UI.
You may also wish to create specialized API-only users which may modify configurations through GitOps, but cannot access fleet through the UI. These specialized users can be created through `fleetctl user create` with the `--api-only` flag, and then assigned the `GitOps` role, and given global or team scope in the UI.
## labels