You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: