fix rst warnings

Fixes a bunch of warnings -- mostly title underscores not matching the
titles

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
Ryan Lercho 2022-05-05 12:52:09 +10:00
parent 86b8a42a67
commit 89e13e4513
4 changed files with 10 additions and 10 deletions

View file

@ -10,7 +10,7 @@ to create an ouath2 webserver flow which validates based on oidc tokens.
This needs to be replaced using a new library. This needs to be replaced using a new library.
Authlib Authlib
------ -------
Authlib has the functionality to follow this flow and use oidc on top of oauth2 Authlib has the functionality to follow this flow and use oidc on top of oauth2
functionality https://docs.authlib.org/en/latest/client/oauth2.html#oauth-2-openid-connect functionality https://docs.authlib.org/en/latest/client/oauth2.html#oauth-2-openid-connect

View file

@ -1,5 +1,5 @@
Flask-oidc Flask-oidc
======== ==========
Purpose Purpose
------- -------

View file

@ -1,5 +1,5 @@
Oauthlib vs Authlib Oauthlib vs Authlib
===================== ===================
Resources Resources
--------- ---------
@ -9,7 +9,7 @@ Resources
Discussion Discussion
--------- ----------
Which library should be used to replace the currently used and deprecated Which library should be used to replace the currently used and deprecated
oauth2client. The two main contenders are Oauthlib and Authlib. oauth2client. The two main contenders are Oauthlib and Authlib.
@ -19,7 +19,7 @@ https://github.com/lepture/flask-oauthlib#readme
Conclusion Conclusion
--------- ----------
Authlib seems to be the best candidate for this initiative. There is knowledge Authlib seems to be the best candidate for this initiative. There is knowledge
in the team of the library as it was used in bodhi. It also appears to have an in the team of the library as it was used in bodhi. It also appears to have an
easier to implement and has a flask integration and is recommended for use by easier to implement and has a flask integration and is recommended for use by

View file

@ -34,8 +34,8 @@ We have three options:
Currently we are proposing primarily the first option. Currently we are proposing primarily the first option.
Preliminary notes on maintianing current FMN Preliminary notes on maintaining current FMN
-------------------------------- --------------------------------------------
Based on Pierre's POC, FMN is upgrade-able to recent versions Based on Pierre's POC, FMN is upgrade-able to recent versions
of python and its libraries. of python and its libraries.
@ -53,7 +53,7 @@ Outstanding issues to be tackled by the initiative:
Preliminary notes on using other off-the-shelf applications Preliminary notes on using other off-the-shelf applications
------------------------------------- -----------------------------------------------------------
As we want people to be able to get notified on messages on the bus, As we want people to be able to get notified on messages on the bus,
we'd need to integrate with our fedora-messaging infrastructure and our we'd need to integrate with our fedora-messaging infrastructure and our
@ -62,7 +62,7 @@ fullfil all of the needs FMN currently serves
Create a new bespoke application that better suits our needs Create a new bespoke application that better suits our needs
---------------------------------------------------- ------------------------------------------------------------
This is an option we'd take if and only if the path of maintaining the original application This is an option we'd take if and only if the path of maintaining the original application
was not feasible, or there was some way to greatly simplify the new implementation. was not feasible, or there was some way to greatly simplify the new implementation.