flows/inspector: add button to open flow inspector (#12656)
* flows: differentiate between flow inspector being available and open Signed-off-by: Jens Langhammer <jens@goauthentik.io> * add overlay button to open inspector Signed-off-by: Jens Langhammer <jens@goauthentik.io> * update docs Signed-off-by: Jens Langhammer <jens@goauthentik.io> * Apply suggestions from code review Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com> Signed-off-by: Jens L. <jens@beryju.org> * fix perm check Signed-off-by: Jens Langhammer <jens@goauthentik.io> * fix tests Signed-off-by: Jens Langhammer <jens@goauthentik.io> * rewrite docs Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io> Signed-off-by: Jens L. <jens@beryju.org> Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com>
This commit is contained in:
		| @ -260,6 +260,7 @@ class TestProviderOAuth2OAuth(SeleniumTestCase): | ||||
|         self.wait_for_url( | ||||
|             self.url( | ||||
|                 "authentik_core:if-flow", | ||||
|                 query={"inspector": "available"}, | ||||
|                 flow_slug=invalidation_flow.slug, | ||||
|             ) | ||||
|         ) | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Jens L.
					Jens L.