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

Added reference to plugin settings config docs #465

Merged
merged 1 commit into from
Mar 13, 2024
Merged
Changes from all commits
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
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
Loading