|
[ PHP ] Best config practices
Dan, I’m concerned that .user.ini and .htaccess files are processed for every request. This is a no-no for production apps. As for overriding the entire php.ini, I’m in favor of extensibility. This wa
Dan, I’m concerned that .user.ini and .htaccess files are processed for every request. This is a no-no for production apps. As for overriding the entire php.ini, I’m in favor of extensibility. This wa
|
By
Nicholas Calugar
· #6314
·
|
|
[ PHP ] Best config practices
You may also want to look into [1] .user.ini files. +Steven Would you consider compiling PHP with this option: --with-config-file-scan-dir /home/vcap/app/php/etc/php.d And then providing some mechanis
You may also want to look into [1] .user.ini files. +Steven Would you consider compiling PHP with this option: --with-config-file-scan-dir /home/vcap/app/php/etc/php.d And then providing some mechanis
|
By
Nicholas Calugar
· #6309
·
|
|
Granting more privileges to non-admin users
Hi Bernd, Unfortunately, we don’t have a better way to delegate registration of service brokers or creation of organizations at the current time. There is a long-term goal to allow for dynamic fine-gr
Hi Bernd, Unfortunately, we don’t have a better way to delegate registration of service brokers or creation of organizations at the current time. There is a long-term goal to allow for dynamic fine-gr
|
By
Nicholas Calugar
· #6270
·
|
|
CVE-2016-9882: Cloud Foundry Logs Service Credentials
Hi Mike, That’s a valid point. We [1] changed the default log level from debug2 to info in CF-239, however, we think a lot of production Cloud Foundry deployments may still use verbose logging levels.
Hi Mike, That’s a valid point. We [1] changed the default log level from debug2 to info in CF-239, however, we think a lot of production Cloud Foundry deployments may still use verbose logging levels.
|
By
Nicholas Calugar
· #6263
·
|
|
Getting the user name who created a service instance
Hi Abhik, You may want to follow this issue for the Open Service Broker API initiative: https://github.com/openservicebrokerapi/servicebroker/issues/110 Nick
Hi Abhik, You may want to follow this issue for the Open Service Broker API initiative: https://github.com/openservicebrokerapi/servicebroker/issues/110 Nick
|
By
Nicholas Calugar
· #6253
·
|
|
Cleaning up Cloud Controller fog dependency
Thanks for the feedback, Mike. Should have mentioned local is already on our list: https://www.pivotaltracker.com/story/show/136137075 Wanted to bump this thread one more time to hear if there are any
Thanks for the feedback, Mike. Should have mentioned local is already on our list: https://www.pivotaltracker.com/story/show/136137075 Wanted to bump this thread one more time to hear if there are any
|
By
Nicholas Calugar
· #6246
·
|
|
CF CLI v6.23.0 Released Today
Hi Nikolay, Are you wanting to set different environment variables for task runs? If so, we plan on adding that back once we get environment variables correct for V3 apps. You can follow our V3-GA epi
Hi Nikolay, Are you wanting to set different environment variables for task runs? If so, we plan on adding that back once we get environment variables correct for V3 apps. You can follow our V3-GA epi
|
By
Nicholas Calugar
· #6240
·
|
|
V3: Multiple droplets for one app?
Hi, Droplets are the result of [1] staging a package, they are only assigned to an application when staging a package belonging to the same application. You can assign a single droplet from the apps l
Hi, Droplets are the result of [1] staging a package, they are only assigned to an application when staging a package belonging to the same application. You can assign a single droplet from the apps l
|
By
Nicholas Calugar
· #6225
·
|
|
Cleaning up Cloud Controller fog dependency
Hi CF, The Cloud Controller requires the [1] fog gem, which pulls in the entire universe of fog providers. One of these providers has an [2] odd version constraint because fog declares support for a l
Hi CF, The Cloud Controller requires the [1] fog gem, which pulls in the entire universe of fog providers. One of these providers has an [2] odd version constraint because fog declares support for a l
|
By
Nicholas Calugar
· #6223
·
|
|
Memory/Disk usage information -MB vs MiB
Hi Ponraj, Apologies for the delay, I promise you I have been considering this query, just having trouble finding the correct response. I think I actually do need more of an example of how this is fai
Hi Ponraj, Apologies for the delay, I promise you I have been considering this query, just having trouble finding the correct response. I think I actually do need more of an example of how this is fai
|
By
Nicholas Calugar
· #6154
·
|
|
Cloud Foundry Environment Variable Validation
Thanks for the feedback, I’ve gotten enough push back to shelve this. We’ll reconsider how to expose some of the [1] new V3 information proposed in this story. [1] https://www.pivotaltracker.com/n/pro
Thanks for the feedback, I’ve gotten enough push back to shelve this. We’ll reconsider how to expose some of the [1] new V3 information proposed in this story. [1] https://www.pivotaltracker.com/n/pro
|
By
Nicholas Calugar
· #6133
·
|
|
Cloud Foundry Environment Variable Validation
Hi CF, CAPI would like to introduce a validation where we disallow environment variables that begin with “CF_”. For context, we already [1] have several validations for environment variables, e.g. “VC
Hi CF, CAPI would like to introduce a validation where we disallow environment variables that begin with “CF_”. For context, we already [1] have several validations for environment variables, e.g. “VC
|
By
Nicholas Calugar
· #6114
·
|
|
Proposal of Private Stacks ( Stacks for limited users ) (Re: Private Stacks ( Stacks for limited users ))
Hi, Without more evidence of other operators needing this feature, I’m hesitant to introduce a new API resource. I’ll add this to our someday / maybe list for now. Thanks, Nick
Hi, Without more evidence of other operators needing this feature, I’m hesitant to introduce a new API resource. I’ll add this to our someday / maybe list for now. Thanks, Nick
|
By
Nicholas Calugar
· #6112
·
|
|
Memory/Disk usage information -MB vs MiB
Hi Ponraj and Daniel, Could you point me at documentation or API endpoints you are looking at the use MB? Thanks, Nick
Hi Ponraj and Daniel, Could you point me at documentation or API endpoints you are looking at the use MB? Thanks, Nick
|
By
Nicholas Calugar
· #6107
·
|
|
CloudFoundry websocket failed: Establishing a tunnel via proxy server failed
Hi Behroz, There are a couple items to consider when doing web sockets on Cloud Foundry. 1. Port 4443 is recommended for load balancers that don’t support passing the WebSocket handshake requests to t
Hi Behroz, There are a couple items to consider when doing web sockets on Cloud Foundry. 1. Port 4443 is recommended for load balancers that don’t support passing the WebSocket handshake requests to t
|
By
Nicholas Calugar
· #6086
·
|
|
Enable/disable ssh access
Your assessment is correct. It seems like we could use another configuration, like default_app_ssh_access that would be added to the line you linked: https://github.com/cloudfoundry/cloud_controller_n
Your assessment is correct. It seems like we could use another configuration, like default_app_ssh_access that would be added to the line you linked: https://github.com/cloudfoundry/cloud_controller_n
|
By
Nicholas Calugar
· #6039
·
|
|
Credentials still available to app after unbind and restage
Hi Amulya, Could you try running "cf env <app-name>" at each step during reproduction? If the environment variables go away when you unbind then come back the same when you make a new binding, this po
Hi Amulya, Could you try running "cf env <app-name>" at each step during reproduction? If the environment variables go away when you unbind then come back the same when you make a new binding, this po
|
By
Nicholas Calugar
· #6017
·
|
|
Private Stacks ( Stacks for limited users )
Hi, This capability seems to be covered by Isolation Segments. You will be able to assign a space to have access to an Isolation Segment where the “private” stack is available. Other spaces, while abl
Hi, This capability seems to be covered by Isolation Segments. You will be able to assign a space to have access to an Isolation Segment where the “private” stack is available. Other spaces, while abl
|
By
Nicholas Calugar
· #5964
·
|
|
Any news on Tasks in CF Diego?
Hi Andreas, My apologies, I didn’t intend to imply that app logs were the only channel for the task starter to consume the task results. The V3 Task resource will contain the result in the form of sta
Hi Andreas, My apologies, I didn’t intend to imply that app logs were the only channel for the task starter to consume the task results. The V3 Task resource will contain the result in the form of sta
|
By
Nicholas Calugar
· #5908
·
|
|
Any news on Tasks in CF Diego?
Hi Andreas, This is a lot, but I’ll try my best to help. I encourage you to stop by our [1] Slack channel anytime for a quick chat. 1. The V3 Task resource should eventually end up in either SUCCEEDED
Hi Andreas, This is a lot, but I’ll try my best to help. I encourage you to stop by our [1] Slack channel anytime for a quick chat. 1. The V3 Task resource should eventually end up in either SUCCEEDED
|
By
Nicholas Calugar
· #5904
·
|