* 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>
(cherry picked from commit 71719b9960)
* secrets docs (#14951)
* secrets docs
* Update docs/source-app/glossary/secrets.rst
Co-authored-by: Yurij Mikhalevich <yurij@grid.ai>
* Apply suggestions from code review
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
* Update secrets.rst
* links
Co-authored-by: Yurij Mikhalevich <yurij@grid.ai>
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
Co-authored-by: Jirka <jirka.borovec@seznam.cz>
(cherry picked from commit 8715cd0346)
# Conflicts:
# docs/source-app/glossary/secrets.rst
* Add support for command descriptions (#15193)
(cherry picked from commit 4acb10f981)
* docs: temp drop S3 from index (#15099)
Co-authored-by: awaelchli <aedu.waelchli@gmail.com>
(cherry picked from commit 05d91c8e75)
* version 0.7.0
* chlog join 0.6.3 & 0.7
Co-authored-by: Alec Merdler <alecmerdler@gmail.com>
Co-authored-by: edenlightning <66261195+edenlightning@users.noreply.github.com>
Co-authored-by: Ethan Harris <ethanwharris@gmail.com>
* Content for Lightning with iOS and Android
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* make link clickable
* Update docs/source-app/glossary/ios_and_android.rst
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: awaelchli <aedu.waelchli@gmail.com>
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
- updates the Lightning App docs theme to the one without Pytorch Lightning docs Google Tag Manager hardcoded
- sets the GTM id in the conf.py for Lightning App docs
* Typo in major heading seen by newcomers
Correct typo in one of the first major headings newcomers to Lightning see when they are considering migrating their code to use Lightning.
I know this is a trivial change in terms of the text change itself, but I really think it's valuable for one of the most important landing pages that users first investigating Lightning see - to have rock-solid, professional text without obvious typos. Here was a typo in the main heading itself. I suggest fixing it straightaway via this PR.
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
* update
* update
* update
* update
* Review of content
* Formatting updates
* Fomatting updates
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Updates based on new commits
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* update
* update
* update
* update
* Introduce lightning connect (#14183)
Co-authored-by: Luca Antiga <luca.antiga@gmail.com>
Co-authored-by: Felonious-Spellfire <felonious.spellfire@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Luca Antiga <luca.antiga@gmail.com>
* Update for M1 Mac installations
* Apply suggestions from code review
* Update PL installation
* Update based on feedback
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
* Recreated the access_app_state file
* Update the site's TOC to include the file
* Update code sample file path
* Minor formatting update
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: Sherin Thomas <sherin@grid.ai>
* Moved app.py to main app directory
* updated docs
* updated changelog
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: thomas chaton <thomas@grid.ai>
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
* BYOC content
Content for the upcoming BYOC feature
* First DRAFT of BYOC content
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Update docs/source-app/index.rst
Co-authored-by: thomas chaton <thomas@grid.ai>
* Update docs/source-app/workflows/byoc/index.rst
Co-authored-by: thomas chaton <thomas@grid.ai>
* Update docs/source-app/workflows/byoc/index.rst
Co-authored-by: thomas chaton <thomas@grid.ai>
* Updates based on feedback
* Updates based on feedback
* Update external ID with note
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Update docs/source-app/workflows/byoc/index.rst
Co-authored-by: Raphael Randschau <nicolai86@users.noreply.github.com>
* Update docs/source-app/workflows/byoc/index.rst
Co-authored-by: Raphael Randschau <nicolai86@users.noreply.github.com>
* Update docs/source-app/workflows/byoc/index.rst
Co-authored-by: Raphael Randschau <nicolai86@users.noreply.github.com>
* Update docs/source-app/workflows/byoc/index.rst
Co-authored-by: Raphael Randschau <nicolai86@users.noreply.github.com>
* Update docs/source-app/workflows/byoc/index.rst
Co-authored-by: Raphael Randschau <nicolai86@users.noreply.github.com>
* Updates for terraform mod
Updates for terraform mod and arg pram split
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Update docs/source-app/workflows/byoc/index.rst
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
* Update docs/source-app/workflows/byoc/index.rst
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
* Update index.rst
* Update docs/source-app/workflows/byoc/index.rst
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
* Update docs/source-app/workflows/byoc/index.rst
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
* Update docs/source-app/workflows/byoc/index.rst
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
* Update content with table
Changed bullets into table based on feedback
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: thomas chaton <thomas@grid.ai>
Co-authored-by: Raphael Randschau <nicolai86@users.noreply.github.com>
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
* PRs 909,910,911, and 912
moves last 4 commits to the private re;po to the OS repo
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Fix validation error
* Fixes API links and validation issues
* Update docs/source-app/examples/file_server/app.py
Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
* Fix Python validation errors
* update
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Akihiro Nitta <nitta@akihironitta.com>
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
Co-authored-by: thomas chaton <thomas@grid.ai>
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>