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

Add storage secrets to es-index-cleaner cronjob #197

Merged

Conversation

gregoryfranklin
Copy link
Contributor

Resolves #196

Related to jaegertracing/jaeger#1318 which has been merged and released as jaegertracing/jaeger-es-index-cleaner:latest. We're just adding some additional environment variables so its also fine to use with older versions of the jaeger-es-index-cleaner image.

Signed-off-by: Greg Franklin <gregoryfranklin@rentalcars.com>
@jpkrohling
Copy link
Contributor

This change is Reviewable

@codecov
Copy link

codecov bot commented Feb 7, 2019

Codecov Report

Merging #197 into master will decrease coverage by 1.49%.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master    #197     +/-   ##
========================================
- Coverage    96.7%   95.2%   -1.5%     
========================================
  Files          32      35      +3     
  Lines        1639    1858    +219     
========================================
+ Hits         1585    1769    +184     
- Misses         41      75     +34     
- Partials       13      14      +1
Impacted Files Coverage Δ
pkg/cronjob/es_index_cleaner.go 96.77% <100%> (+0.77%) ⬆️
pkg/strategy/production.go 90.32% <0%> (-9.68%) ⬇️
pkg/strategy/controller.go 100% <0%> (ø) ⬆️
pkg/deployment/collector.go 100% <0%> (ø) ⬆️
pkg/deployment/ingester.go 100% <0%> (ø) ⬆️
pkg/apis/io/v1alpha1/jaeger_types.go 100% <0%> (ø) ⬆️
pkg/deployment/query.go 100% <0%> (ø) ⬆️
pkg/deployment/all-in-one.go 100% <0%> (ø) ⬆️
pkg/account/main.go 100% <0%> (ø) ⬆️
pkg/storage/elasticsearch_role.go 100% <0%> (ø)
... and 4 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 86603ea...65c69ff. Read the comment docs.

envFromSource = append(envFromSource, v1.EnvFromSource{
SecretRef: &v1.SecretEnvSource{
LocalObjectReference: v1.LocalObjectReference{
Name: jaeger.Spec.Storage.SecretName,
Copy link
Member

Choose a reason for hiding this comment

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

@jpkrohling I am a bit outdatted with represents secretName in the storage spec?

Copy link
Member

Choose a reason for hiding this comment

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

@jpkrohling
Copy link
Contributor

@pavolloffay , @gregoryfranklin , what's the status of this PR?

Copy link
Member

@pavolloffay pavolloffay left a comment

Choose a reason for hiding this comment

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

LGTM, a test verifying that envs are added would be nice

@pavolloffay
Copy link
Member

pavolloffay commented Feb 26, 2019

Adding a yaml with a secret I have used.

apiVersion: v1
kind: Secret
metadata:
  name: database-secrets
type: Opaque
data:
  ES_USERNAME: cGFzc3dvcmQK //base64
  ES_PASSWORD: cGFzc3dvcmQK

Signed-off-by: Greg Franklin <gregoryfranklin@rentalcars.com>
@pavolloffay
Copy link
Member

thanks @gregoryfranklin

@pavolloffay pavolloffay merged commit e1d404c into jaegertracing:master Feb 26, 2019
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.

4 participants