doc: fix formatting issue in Google provider doc (#2907)
A missing line break caused subsequent list items to be squished into a single paragraph.
This commit is contained in:
parent
5df6053280
commit
60570cc60e
|
|
@ -59,6 +59,7 @@ account is still authorized.
|
|||
of this flag with different groups and the user will be checked against all the provided groups.
|
||||
|
||||
(Only if using a JSON file (see step 1))
|
||||
|
||||
9. Lock down the permissions on the json file downloaded from step 1 so only oauth2-proxy is able to read the file and
|
||||
set the path to the file in the `google-service-account-json` flag.
|
||||
10. Restart oauth2-proxy.
|
||||
|
|
|
|||
|
|
@ -59,6 +59,7 @@ account is still authorized.
|
|||
of this flag with different groups and the user will be checked against all the provided groups.
|
||||
|
||||
(Only if using a JSON file (see step 1))
|
||||
|
||||
9. Lock down the permissions on the json file downloaded from step 1 so only oauth2-proxy is able to read the file and
|
||||
set the path to the file in the `google-service-account-json` flag.
|
||||
10. Restart oauth2-proxy.
|
||||
|
|
|
|||
|
|
@ -59,6 +59,7 @@ account is still authorized.
|
|||
of this flag with different groups and the user will be checked against all the provided groups.
|
||||
|
||||
(Only if using a JSON file (see step 1))
|
||||
|
||||
9. Lock down the permissions on the json file downloaded from step 1 so only oauth2-proxy is able to read the file and
|
||||
set the path to the file in the `google-service-account-json` flag.
|
||||
10. Restart oauth2-proxy.
|
||||
|
|
|
|||
Loading…
Reference in New Issue