From 19cde62068226fad1076642e333e67cca6c1a90d Mon Sep 17 00:00:00 2001 From: Lubos Mjachky Date: Thu, 27 Jun 2024 20:18:19 +0200 Subject: [PATCH] Add a note about plugin specific settings [noissue] --- staging_docs/admin/tutorials/quickstart.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/staging_docs/admin/tutorials/quickstart.md b/staging_docs/admin/tutorials/quickstart.md index 922cb272..555a9375 100644 --- a/staging_docs/admin/tutorials/quickstart.md +++ b/staging_docs/admin/tutorials/quickstart.md @@ -75,6 +75,10 @@ $ podman run --detach \ * To use https instead of http, add `-e PULP_HTTPS=true` Also change `--publish 8080:80` to `--publish 8080:443` +* Refer to plugin settings documentation for more before spinning up the container. For instance, the Pulp Container plugin [requires key pair generation](https://pulpproject.org/pulp_container/docs/admin/learn/authentication/). + +* When deploying, run `pulpcore-manager check --deploy` inside the container. Ensure that the [`SECRET_KEY` setting](https://pulpproject.org/pulpcore/docs/admin/reference/settings/#secret_key) is set to a unique, unpredictable value. + ## Podman or Docker Compose