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

check exact secret name in setup script #227

Merged
merged 1 commit into from Oct 7, 2019
Merged

Conversation

samjsong
Copy link
Contributor

@samjsong samjsong commented Oct 7, 2019

Description

kubectl describe secret sumologic will return results if you have any secret whose name starts with sumologic

so if you have any secret named sumologic.*, the setup script will fail. On the other hand, kubectl describe secret/sumologic will only return results for an exact match on a secret named sumologic.

Testing performed
  • ci/build.sh
  • Redeploy fluentd and fluentd-events pods
  • Confirm events, logs, and metrics are coming in

@samjsong samjsong merged commit 9c0816c into master Oct 7, 2019
@samjsong samjsong deleted the ssong-check-exact-secret branch October 7, 2019 23:45
@christophla
Copy link

Thanks. We needed this patch.

psaia pushed a commit to psaia/sumologic-kubernetes-collection that referenced this pull request May 25, 2021
* add collectors for fastly-mobile-feedlocator and add said collectors to role

* add dev

* join might need to be interpolated

* might have to try heredoc after all
andrzej-stencel added a commit that referenced this pull request Jul 15, 2021
Changes since v1.12.2-sumo-0:
- feat: Build images for ARM #187
- chore(deps): bump fluent/fluentd from v1.12.2-debian-1.0 to v1.12.2-debian-1.1 #195
- chore(deps): Upgrade `rexml` gem to 3.2.5 fix CVE-2021-28965 #205 #206 #209
- chore(deps): Upgrade `rdoc` gem to 6.3.1 to fix CVE-2021-31799 #227
- chore(deps): Upgrade `addressable` gem to 2.8.0 to fix a vulnerability reported by Sysdig #292 #293 #294 #296
- chore(deps): Upgrade `ruby` in builder image from 2.6.6 to 2.6.8 #296
- chore(deps): Upgrade all system packages in Docker image #296
andrzej-stencel added a commit that referenced this pull request Jul 16, 2021
Changes since v1.12.2-sumo-0:
- feat: Build images for ARM #187
- chore(deps): bump fluent/fluentd from v1.12.2-debian-1.0 to v1.12.2-debian-1.1 #195
- chore(deps): Upgrade `rexml` gem to 3.2.5 fix CVE-2021-28965 #205 #206 #209
- chore(deps): Upgrade `rdoc` gem to 6.3.1 to fix CVE-2021-31799 #227
- chore(deps): Upgrade `addressable` gem to 2.8.0 to fix a vulnerability reported by Sysdig #292 #293 #294 #296
- chore(deps): Upgrade `ruby` in builder image from 2.6.6 to 2.6.8 #296
- chore(deps): Upgrade all system packages in Docker image #296
sumo-backporter bot pushed a commit that referenced this pull request Jul 16, 2021
Changes since v1.12.2-sumo-0:
- feat: Build images for ARM #187
- chore(deps): bump fluent/fluentd from v1.12.2-debian-1.0 to v1.12.2-debian-1.1 #195
- chore(deps): Upgrade `rexml` gem to 3.2.5 fix CVE-2021-28965 #205 #206 #209
- chore(deps): Upgrade `rdoc` gem to 6.3.1 to fix CVE-2021-31799 #227
- chore(deps): Upgrade `addressable` gem to 2.8.0 to fix a vulnerability reported by Sysdig #292 #293 #294 #296
- chore(deps): Upgrade `ruby` in builder image from 2.6.6 to 2.6.8 #296
- chore(deps): Upgrade all system packages in Docker image #296
andrzej-stencel added a commit that referenced this pull request Jul 16, 2021
Changes since v1.12.2-sumo-0:
- feat: Build images for ARM #187
- chore(deps): bump fluent/fluentd from v1.12.2-debian-1.0 to v1.12.2-debian-1.1 #195
- chore(deps): Upgrade `rexml` gem to 3.2.5 fix CVE-2021-28965 #205 #206 #209
- chore(deps): Upgrade `rdoc` gem to 6.3.1 to fix CVE-2021-31799 #227
- chore(deps): Upgrade `addressable` gem to 2.8.0 to fix a vulnerability reported by Sysdig #292 #293 #294 #296
- chore(deps): Upgrade `ruby` in builder image from 2.6.6 to 2.6.8 #296
- chore(deps): Upgrade all system packages in Docker image #296
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.

None yet

4 participants