-
Notifications
You must be signed in to change notification settings - Fork 291
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
Pass BotKube communication settings as a K8s Secret #211
Labels
Comments
PrasadG193
changed the title
Use secrets to pass BotKube communication settings
Pass BotKube communication settings as a K8s Secret
Nov 7, 2019
Would like to check my approach first before implementing:
@PrasadG193 Is this the correct approach? |
@slalwani97 Sounds good to me. |
@PrasadG193 PTAL: #226 |
mergify bot
pushed a commit
that referenced
this issue
May 25, 2021
) ##### ISSUE TYPE - Feature Pull Request ##### SUMMARY I have implemented in the helm chart the possibility to pass the communication config as a k8s secret and configure in the value files via an existingSecret. It can be configured in the values file via these: ```yaml communications: existingSecret: false existingSecretName: "" ``` Fixes #319 #211 #226 #233
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
BotKube config contains sensitive info like Tokens which is passed to backend via ConfigMap. We should pass the communication setting as a K8s Secret. Also, restrict BotKube to access Secret resources using
@BotKube
commands by defaultThe text was updated successfully, but these errors were encountered: