Within my module configuration, I am configuring custom headers that rely on a factory to determine their values dynamically.
Is there a way for me to access the factory from within the configuration? I realize that the factory may not be ready or available during the configuration stage, but it will definitely be accessible when the headers are being computed.