alitheg commented on PR #1005: URL: https://github.com/apache/tooling-trusted-releases/pull/1005#issuecomment-4164226456
Ah, I meant to put a comment on this to ask about it. OK, do we have an established way to pass asfquart config from here? I couldn't see one. On Tue, 31 Mar 2026, 18:15 Dave Fisher, ***@***.***> wrote: > ***@***.**** commented on this pull request. > ------------------------------ > > In atr/server.py > <https://github.com/apache/tooling-trusted-releases/pull/1005?email_source=notifications&email_token=AADOBZNTFLXBSWPRX7XKT5L4TP4JXA5CNFSNUABKM5UWIORPF5TWS5BNNB2WEL2QOVWGYUTFOF2WK43UKJSXM2LFO4XTIMBTHA4DIMRRGI4KM4TFMFZW63VGMF2XI2DPOKSWK5TFNZ2K64DSL5ZGK5TJMV3V6Y3MNFRWW#discussion_r3017220474> > : > > > @@ -151,6 +153,7 @@ def _app_create_base(app_config: type[config.AppConfig]) -> base.QuartApp: > # Our AppConfig.SECRET_KEY is None since we no longer support that setting > asfquart_secret_key = app.secret_key > app.config.from_object(app_config) > + app.cfg = app.config > > This will mean that asfquart sees ATR configuration. > > — > Reply to this email directly, view it on GitHub > <https://github.com/apache/tooling-trusted-releases/pull/1005?email_source=notifications&email_token=AADOBZN6IRFRKH763OBAYGD4TP4JXA5CNFSNUABKM5UWIORPF5TWS5BNNB2WEL2QOVWGYUTFOF2WK43UKJSXM2LFO4XTIMBTHA4DIMRRGI4KM4TFMFZW63VGMF2XI2DPOKSWK5TFNZ2L24DSL5ZGK5TJMV3V63TPORUWM2LDMF2GS33OONPWG3DJMNVQ#pullrequestreview-4038842128>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/AADOBZLOZBPOOMDCTMX4QS34TP4JXAVCNFSM6AAAAACXHX7YQ2VHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHM2DAMZYHA2DEMJSHA> > . > You are receiving this because you authored the thread.Message ID: > ***@***.***> > -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
