Skip to content

Commit

Permalink
Merge pull request #465 from ipanova/add-token-docs
Browse files Browse the repository at this point in the history
Added reference to plugin settings config docs
  • Loading branch information
lubosmj authored Mar 13, 2024
2 parents 2a954ab + 54ce527 commit 4086bbf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pulp-in-one-container.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,16 @@ $ mkdir settings pulp_storage pgsql containers
$ echo "CONTENT_ORIGIN='http://$(hostname):8080'
ANSIBLE_API_HOSTNAME='http://$(hostname):8080'
ANSIBLE_CONTENT_HOSTNAME='http://$(hostname):8080/pulp/content'
TOKEN_SERVER = "http://(hostname):8080/token/"
TOKEN_SIGNATURE_ALGORITHM = 'ES256'
PUBLIC_KEY_PATH = '/tmp/public_key.pem'
PRIVATE_KEY_PATH = '/tmp/private_key.pem'
CACHE_ENABLED=True" >> settings/settings.py
```

Refer to plugin settings configuration docs for more before spunning the container.
For example, [pulp_container plugin](https://docs.pulpproject.org/pulp_container/authentication.html#token-authentication-label) requires key pair generation.

## With SELinux

For systems with SELinux in enforcing mode, use the following command to start Pulp:
Expand Down

0 comments on commit 4086bbf

Please sign in to comment.