Skip to content

Commit abf8ad8

Browse files
committed
Add clarifying comment
AAP-20998 No-Issue
1 parent 7bdf8dd commit abf8ad8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

galaxy_ng/app/dynaconf_hooks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -581,6 +581,7 @@ def configure_legacy_roles(settings: Dynaconf) -> Dict[str, Any]:
581581

582582

583583
def configure_aap_proxy(settings: Dynaconf) -> Dict[str, Any]:
584+
# The following variable is either a URL or a key file path.
584585
ANSIBLE_BASE_JWT_KEY = settings.get("ANSIBLE_BASE_JWT_KEY")
585586
if ANSIBLE_BASE_JWT_KEY:
586587
data = {

0 commit comments

Comments
 (0)