lightning/docs/source-app/glossary
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
..
build_config Add `lightning_app` docs (#13656) 2022-07-15 08:45:50 -04:00
command_lines Introduce lightning connect (#14452) 2022-08-31 15:59:03 -04:00
lightning_app_overview Add `lightning_app` docs (#13656) 2022-07-15 08:45:50 -04:00
restful_api Introduce lightning connect (#14452) 2022-08-31 15:59:03 -04:00
storage Update content for S3 persistent storage (#14060) 2022-09-09 20:59:03 +02:00
app_tree.rst Add `lightning_app` docs (#13656) 2022-07-15 08:45:50 -04:00
dag.rst Add `lightning_app` docs (#13656) 2022-07-15 08:45:50 -04:00
debug_app.rst Add `lightning_app` docs (#13656) 2022-07-15 08:45:50 -04:00
distributed_fe.rst Add `lightning_app` docs (#13656) 2022-07-15 08:45:50 -04:00
distributed_hardware.rst Add `lightning_app` docs (#13656) 2022-07-15 08:45:50 -04:00
environment_variables.rst Support Injecting Secrets into Apps Running in the Cloud (#14612) 2022-09-15 09:15:59 -04:00
event_loop.rst Add `lightning_app` docs (#13656) 2022-07-15 08:45:50 -04:00
fault_tolerance.rst Add `lightning_app` docs (#13656) 2022-07-15 08:45:50 -04:00
index.rst Add `lightning_app` docs (#13656) 2022-07-15 08:45:50 -04:00
ios_and_android.rst Content for Lightning with iOS and Android (#14038) 2022-09-13 11:04:50 -04:00
scheduling.rst Add `lightning_app` docs (#13656) 2022-07-15 08:45:50 -04:00
secrets.rst Support Injecting Secrets into Apps Running in the Cloud (#14612) 2022-09-15 09:15:59 -04:00
sharing_components.rst Add `lightning_app` docs (#13656) 2022-07-15 08:45:50 -04:00