Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example to use secrets in a python task #130

Closed
wants to merge 23 commits into from
Closed

Example to use secrets in a python task #130

wants to merge 23 commits into from

Conversation

kumare3
Copy link
Contributor

@kumare3 kumare3 commented Mar 10, 2021

Signed-off-by: Ketan Umare [email protected]
Related to issue - flyteorg/flyte#796
flyteorg/flyte#800

jeevb and others added 23 commits March 23, 2021 11:16
Signed-off-by: Jeev B <[email protected]>
Signed-off-by: Ketan Umare <[email protected]>
…w runs (#128)

* Use github.event.after instead of commit sha

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* dummy

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* revert

Signed-off-by: Haytham Abuelfutuh <[email protected]>

* Use FlyteBot PAT to ensure releases are created

Signed-off-by: Haytham Abuelfutuh <[email protected]>
Signed-off-by: Ketan Umare <[email protected]>
Signed-off-by: Ketan Umare <[email protected]>
Signed-off-by: Ketan Umare <[email protected]>
* Expose kubectl config

* wip

* eof

* PR Comments

Signed-off-by: Ketan Umare <[email protected]>
Signed-off-by: Ketan Umare <[email protected]>
Signed-off-by: Ketan Umare <[email protected]>
Signed-off-by: Ketan Umare <[email protected]>
Signed-off-by: Ketan Umare <[email protected]>
Signed-off-by: Ketan Umare <[email protected]>
Signed-off-by: Ketan Umare <[email protected]>
Signed-off-by: Ketan Umare <[email protected]>
Signed-off-by: Ketan Umare <[email protected]>
Signed-off-by: Artur Dryomov <[email protected]>
Signed-off-by: Ketan Umare <[email protected]>
* Bump flytekitplugins-* dependency versions in plugin examples

Signed-off-by: Sören Brunk <[email protected]>

* Update examples to flytekit* 0.16.0

Signed-off-by: Sören Brunk <[email protected]>

* Bump flytekitplugins-* version in READMEs

Signed-off-by: Sören Brunk <[email protected]>
* streamline flytesnacks tutorials

- make header nav consistent with `flyte` docs
- clarify copy
- remove "other documentation" section, instead make flyte and flytekit
  docs available on the navlink

Signed-off-by: cosmicBboy <[email protected]>

* wip

Signed-off-by: cosmicBboy <[email protected]>

* remove unknown option

Signed-off-by: cosmicBboy <[email protected]>

* Update index.rst

Signed-off-by: cosmicBboy <[email protected]>

* Update index.rst

Signed-off-by: cosmicBboy <[email protected]>
Signed-off-by: Ketan Umare <[email protected]>
@kumare3 kumare3 closed this Mar 23, 2021
@kumare3 kumare3 deleted the secrets branch March 23, 2021 18:23
@kumare3 kumare3 restored the secrets branch March 23, 2021 18:23

# %%
# Secrets consists of a name and an enum that indicates how the secrets will be accessed. If the mounting_requirement is
# not specified then the secret will be injected as an environment variable is possible. Ideally, you need not worry
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# not specified then the secret will be injected as an environment variable is possible. Ideally, you need not worry
# not specified then the secret will be injected as an environment variable if possible. Ideally, you need not worry

@kumare3 kumare3 deleted the secrets branch March 23, 2021 18:24
@kumare3 kumare3 restored the secrets branch March 23, 2021 18:24
@kumare3 kumare3 deleted the secrets branch March 23, 2021 18:24
@kumare3 kumare3 restored the secrets branch March 23, 2021 18:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants