Skip to content

Commit 921d92f

Browse files
committed
doc/cephadm: don't hardcode default oauth2-proxy image into docs
This makes it another place we need to update when changing the default image which is easy to forget. Instead, we can document how users can find the the image which will still hold even if we change what the default image is. Signed-off-by: Adam King <[email protected]>
1 parent 8310876 commit 921d92f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/cephadm/services/oauth2-proxy.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -119,17 +119,17 @@ A non-exhaustive list of important limitations for the `oauth2-proxy` service fo
119119
* Proper configuration of the IDP and OAuth2 parameters is crucial to avoid authentication failures. Misconfigurations can lead to access issues.
120120

121121

122-
Default images
123-
~~~~~~~~~~~~~~
122+
Container images
123+
~~~~~~~~~~~~~~~~
124124

125-
The `oauth2-proxy` service typically uses the default container image:
125+
The container image the `oauth2-proxy` service will use can be found by running:
126126

127127
::
128128

129-
DEFAULT_OAUTH2_PROXY = 'quay.io/oauth2-proxy/oauth2-proxy:v7.2.0'
129+
ceph config get mgr mgr/cephadm/container_image_oauth2_proxy
130130

131-
Admins can specify the image to be used by changing the `container_image_oauth2_proxy` cephadm module option. If there were already running daemon(s),
132-
you must redeploy the daemon(s) to apply the new image.
131+
Admins can specify a custom image to be used by changing the `container_image_oauth2_proxy` cephadm module option.
132+
If there were already running daemon(s), you must also redeploy the daemon(s) for them to use the new image.
133133

134134
For example:
135135

0 commit comments

Comments
 (0)