-
Notifications
You must be signed in to change notification settings - Fork 712
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
Remove placeholders in secrets #1408
Conversation
Signed-off-by: Jeev B <[email protected]>
Signed-off-by: Jeev B <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>
Signed-off-by: Haytham Abuelfutuh <[email protected]>
2. **flytectl**: A public OAuth2 client that can be used with flytectl command line tool. This client does need a client_secret. | ||
|
||
3. **flytepropeller**: A client-credentials OAuth2 client that can be used with flytepropeller to talk to flyteAdmin to publish execution events. | ||
The default secret set to `foobar`. In order for flytepropeller to pickup that secret, you will need to set the secret as follows: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this default value be specified? This PR removes foobar
as a default.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jeevb should this be merged? |
@EngHabu suggested that we walk through the process manually one time to make sure all the docs are complete. Unfortunately, I don't have time to follow-up on that right now. |
@EngHabu: Any update on this? |
This PR is adding moving the secret out and making it configurable in values file as we discussed at some point... Do you mind trimming this PR down to just the kustomize changes and docs? |
Signed-off-by: Jeev B [email protected]