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

Breaking Change: Remove unnecessary env vars #208

Merged
merged 2 commits into from
Feb 20, 2024

Conversation

ctlong
Copy link
Member

@ctlong ctlong commented Feb 2, 2024

Description

  • Removes LOG_CACHE_SKIP_AUTH env var option
  • Removes LOG_CACHE_ADDR env var option

Closes #178.

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Testing performed?

  • Unit tests
  • Integration tests
  • Acceptance tests

Checklist:

  • This PR is being made against the main branch, or relevant version branch
  • I have made corresponding changes to the documentation
  • I have added testing for my changes

If you have any questions, or want to get attention for a PR or issue please reach out on the #logging-and-metrics channel in the cloudfoundry slack

Removes the LOG_CACHE_ADDR env var as an option for telling the plugin
where to look for Log Cache. This is a relic of when the plugin had a
dual function as a standalone CLI, and is no longer necessary since the
plugin can always fetch the Log Cache address from the targeted CF API.
@ctlong ctlong requested a review from a team as a code owner February 2, 2024 18:46
Copy link

linux-foundation-easycla bot commented Feb 2, 2024

CLA Signed

The committers listed above are authorized under a signed CLA.

Removes the LOG_CACHE_SKIP_AUTH env var as an option for telling the
plugin not to use authentication headers in requests. This is a relic of
when the plugin had a dual function as a standalone CLI, and is no
longer necessary. Log Cache should always require authentication
headers, which can be easily fetched with cf CLI connection methods.
@ctlong ctlong force-pushed the breaking/remove-unnecessary-env-vars branch from cdbd571 to 42733f5 Compare February 5, 2024 19:19
@ctlong ctlong closed this Feb 5, 2024
@ctlong ctlong reopened this Feb 5, 2024
@ctlong ctlong merged commit 7b5389b into main Feb 20, 2024
14 checks passed
@ctlong ctlong deleted the breaking/remove-unnecessary-env-vars branch February 20, 2024 21: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.

Remove unnecessary env vars carried over from when this was a standalone CLI
2 participants