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

F2S_DISABLE_LOGGING works only when it sets as application env variable #184

Open
muthu-aa opened this issue Apr 23, 2018 · 1 comment
Open

Comments

@muthu-aa
Copy link

We are trying to deny access to all applications to the logging services except when they opt in using F2S_DISABLE_LOGGING=false in the application manifest file. so as a platform operator, I have set the running and staging variable group as cf srevg '{"F2S_DISABLE_LOGGING":"true"}' and cf ssevg '{"F2S_DISABLE_LOGGING":"true"}' for the all applications. but it seems that the firehose-to-syslog doesn't check these variable groups to opt out apps.

Is there anyway this could be implemented by checking the variable groups and over riding them if it is passed in user provided env?

@shinji62
Copy link
Contributor

F2S_DISABLE_LOGGING works only when it sets as application env variable that the expected behavior.

For revg this need to be implement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants