lightning/docs/source-lit/workflows
Alec Merdler 71719b9960
Support Injecting Secrets into Apps Running in the Cloud (#14612)
Adds a new '--secret' flag to 'lightning run app':

lightning run app --cloud --secret MY_SECRET=my-secret-name app.py

When the Lightning App runs in the cloud, the 'MY_SECRET'
environment variable will be populated with the value of the
referenced Secret. The value of the Secret is encrypted in the
database, and will only be decrypted and accessible to the
Flow/Work processes in the cloud.

Co-authored-by: Sherin Thomas <sherin@grid.ai>
Co-authored-by: Noha Alon <nohalon@gmail.com>
Co-authored-by: thomas chaton <thomas@grid.ai>
2022-09-15 09:15:59 -04:00
..
access_app_state prepare space for fused docs (#14160) 2022-08-30 09:25:05 -04:00
add_components prepare space for fused docs (#14160) 2022-08-30 09:25:05 -04:00
add_server prepare space for fused docs (#14160) 2022-08-30 09:25:05 -04:00
add_web_ui prepare space for fused docs (#14160) 2022-08-30 09:25:05 -04:00
arrange_tabs prepare space for fused docs (#14160) 2022-08-30 09:25:05 -04:00
build_command_line_interface/commands/notebook Support Injecting Secrets into Apps Running in the Cloud (#14612) 2022-09-15 09:15:59 -04:00
build_lightning_app prepare space for fused docs (#14160) 2022-08-30 09:25:05 -04:00
build_lightning_component prepare space for fused docs (#14160) 2022-08-30 09:25:05 -04:00
byoc prepare space for fused docs (#14160) 2022-08-30 09:25:05 -04:00
run_app_on_cloud prepare space for fused docs (#14160) 2022-08-30 09:25:05 -04:00
share_files_between_components prepare space for fused docs (#14160) 2022-08-30 09:25:05 -04:00
add_web_link.rst prepare space for fused docs (#14160) 2022-08-30 09:25:05 -04:00
debug_locally.rst prepare space for fused docs (#14160) 2022-08-30 09:25:05 -04:00
enable_fault_tolerance.rst prepare space for fused docs (#14160) 2022-08-30 09:25:05 -04:00
extend_app.rst prepare space for fused docs (#14160) 2022-08-30 09:25:05 -04:00
index.rst prepare space for fused docs (#14160) 2022-08-30 09:25:05 -04:00
run_app_snippet.rst prepare space for fused docs (#14160) 2022-08-30 09:25:05 -04:00
run_components_on_different_hardware.rst prepare space for fused docs (#14160) 2022-08-30 09:25:05 -04:00
run_on_private_cloud.rst prepare space for fused docs (#14160) 2022-08-30 09:25:05 -04:00
run_work_in_parallel.rst prepare space for fused docs (#14160) 2022-08-30 09:25:05 -04:00
run_work_in_parallel_content.rst prepare space for fused docs (#14160) 2022-08-30 09:25:05 -04:00
run_work_once.rst prepare space for fused docs (#14160) 2022-08-30 09:25:05 -04:00
run_work_once_content.rst prepare space for fused docs (#14160) 2022-08-30 09:25:05 -04:00
schedule_apps.rst prepare space for fused docs (#14160) 2022-08-30 09:25:05 -04:00
share_app.rst prepare space for fused docs (#14160) 2022-08-30 09:25:05 -04:00
share_files_between_components.rst prepare space for fused docs (#14160) 2022-08-30 09:25:05 -04:00
test_an_app.rst prepare space for fused docs (#14160) 2022-08-30 09:25:05 -04:00