Project

Profile

Help

Issue #964

closed

registry-admin.py unable to create grant

Added by bcourt almost 9 years ago. Updated about 2 years ago.

Status:
CLOSED - WONTFIX
Priority:
Normal
Assignee:
-
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version - Packaging:
Platform Release:
Target Release - Packaging:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Quarter:

Description

Relocated from: https://github.com/pulp/pulp_packaging/issues/53
This command line is taken from the README.md file.

[lvu@lvupulp ~]$ python repos/pulp_packaging/dockerfiles/registry-admin.py pulp "auth permission grant --role-id contributor --resource /repositories -o create -o read -o update -o execute"
User certificate not found.
Enter registry username [lvu]: admin
Enter registry password: 
Warning: path should have mode 0700 because it may contain sensitive information: /root/.pulp/

Command: login
Description: login and download a session certificate

Available Arguments:

  --username, -u - (required) server account username
  --password, -p - server account password
The following options were specified but do not exist on the command:
  --role-id
Warning: path should have mode 0700 because it may contain sensitive information: /root/.pulp/

The server hostname configured on the client did not match the name found in the
server's SSL certificate. The client attempted to connect to
[lvupulp.dyn.intelerad] but the server returned [pulpapi] as its hostname. The
expected hostname can be changed in the client configuration file.

[lvu@lvupulp ~]$

Also available in: Atom PDF