File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -826,13 +826,13 @@ configure_environment() {
826
826
print_info " You need a Proxmox API Token. You can create one via the Proxmox Web UI,"
827
827
print_info " or run the following commands on your Proxmox host shell:"
828
828
echo " ----------------------------------------------------------------------"
829
- echo '
829
+ echo " # 1. Create user 'pulse-monitor' [enter password when prompted]: "
830
830
echo " pveum useradd pulse-monitor@pam -comment " API user for Pulse monitoring" "
831
- echo ' '
832
- echo '
831
+ echo ' '
832
+ echo " # 2. Create API token 'pulse' for user [COPY THE SECRET VALUE!]: "
833
833
echo " pveum user token add pulse-monitor@pam pulse --privsep=1"
834
- echo ' '
835
- echo '
834
+ echo ' '
835
+ echo " # 3. Assign PVEAuditor role to user: "
836
836
echo " pveum acl modify / -user pulse-monitor@pam -role PVEAuditor"
837
837
echo " ----------------------------------------------------------------------"
838
838
echo " After running the 'token add' command, copy the Token ID and Secret Value"
You can’t perform that action at this time.
0 commit comments