You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually, I must add a clarification here since as of now we have two functional scenarios
Setup
LocalStore
NomadStore
Config vars
β
π΄
Job vars
β
β
sun-nomadlab
β
β
β Scenario-1
Config vars => LocalSecret store
Job vars => LocalSecret store
β Scenario-2
Config vars => LocalSecret store
Job vars => NomadSecret store
π΄ Scenario-3
Config vars => NomadSecret store
Job vars => NomadSecret store
Conclusion
@jagedn , please correct me if I'm wrong - in scenario-3 we can't use the NomadSecret store for config vars due to the current design decisions on the Nextflow side, however we can support scenario-1 and scenario-2 just fine.
Actually, I must add a clarification here since as of now we have two functional scenarios
β Scenario-1
Config vars => LocalSecret store
Job vars => LocalSecret store
β Scenario-2
Config vars => LocalSecret store
Job vars => NomadSecret store
π΄ Scenario-3
Config vars => NomadSecret store
Job vars => NomadSecret store
Conclusion
@jagedn , please correct me if I'm wrong - in
scenario-3
we can't use theNomadSecret
store forconfig vars
due to the current design decisions on the Nextflow side, however we can supportscenario-1
andscenario-2
just fine.Originally posted by @abhi18av in #75 (comment)
The text was updated successfully, but these errors were encountered: