|
How to lock account in UAA using UAA API?
#cf
In that case you might have to send an updated request with “active”: false via a PUT request to /Users/:guid http://docs.cloudfoundry.org/api/uaa/version/4.11.0/#create-4
In that case you might have to send an updated request with “active”: false via a PUT request to /Users/:guid http://docs.cloudfoundry.org/api/uaa/version/4.11.0/#create-4
|
By
DHR
· #7925
·
|
|
How to lock account in UAA using UAA API?
#cf
Hi Shilpa, Did you try sending a PATCH request as per the example you linked, with locked: true ? Eg PATCH /Users/0daf6e54-52c5-4360-bd4a-77f5355950b3/status HTTP/1.1 Content-Type: application/json Au
Hi Shilpa, Did you try sending a PATCH request as per the example you linked, with locked: true ? Eg PATCH /Users/0daf6e54-52c5-4360-bd4a-77f5355950b3/status HTTP/1.1 Content-Type: application/json Au
|
By
DHR
· #7923
·
|
|
Designing a new routing tier for Cloud Foundry
+1 for that. More flexible logic around routing to backend services would help contribute to removing the “data services in CF are so hard, let’s just use off-PaaS” view that I’ve seen a number of ent
+1 for that. More flexible logic around routing to backend services would help contribute to removing the “data services in CF are so hard, let’s just use off-PaaS” view that I’ve seen a number of ent
|
By
DHR
· #7579
·
|
|
1 of 3 pre-start scripts failed. Failed Jobs: cloud_controller_ng. Successful Jobs: route_registrar, consul_agent.
Looks like your app_ssh_host_key_fingerprint is empty. "app_ssh_host_key_fingerprint => Expected instance of String, given an instance of NilClass"
Looks like your app_ssh_host_key_fingerprint is empty. "app_ssh_host_key_fingerprint => Expected instance of String, given an instance of NilClass"
|
By
DHR
· #7510
·
|
|
1 of 3 pre-start scripts failed. Failed Jobs: cloud_controller_ng. Successful Jobs: route_registrar, consul_agent.
You should probably start by looking at the cloud_controller_ng process logs in the /var/vcap/sys/log/cloud_controller_ng folder on the api_z1 VM
You should probably start by looking at the cloud_controller_ng process logs in the /var/vcap/sys/log/cloud_controller_ng folder on the api_z1 VM
|
By
DHR
· #7506
·
|
|
Copying files from CF to DFSR
VCAP_SERVICES is a way to pass credentials securely to your app. A permission denied error would seem to indicate that those credentials are not getting passed correctly, or that the DFSR does not all
VCAP_SERVICES is a way to pass credentials securely to your app. A permission denied error would seem to indicate that those credentials are not getting passed correctly, or that the DFSR does not all
|
By
DHR
· #7502
·
|
|
cf logging multiline issue
Hi Naresh, There used to be a workaround on the loggregator github page, but I don’t see it now. It still out there cached on sites like this: https://www.diycode.cc/projects/cloudfoundry/loggregator#
Hi Naresh, There used to be a workaround on the loggregator github page, but I don’t see it now. It still out there cached on sites like this: https://www.diycode.cc/projects/cloudfoundry/loggregator#
|
By
DHR
· #7359
·
|
|
[Proposal] Sharing service instances across orgs and spaces
+1 for separate Service Controller And also +1 for enabling the service credential sharing via the Space Developer role. I mentioned Org Manager earlier as a poor way of saying "not the platform admin
+1 for separate Service Controller And also +1 for enabling the service credential sharing via the Space Developer role. I mentioned Org Manager earlier as a poor way of saying "not the platform admin
|
By
DHR
· #7008
·
|
|
[Proposal] Sharing service instances across orgs and spaces
I really like the proposal, especially in support of using messaging systems between microservices. It would be great if we could avoid reliance on central admins for enabling service sharing between
I really like the proposal, especially in support of using messaging systems between microservices. It would be great if we could avoid reliance on central admins for enabling service sharing between
|
By
DHR
· #6986
·
|
|
How to make a crash dump when app has out of memory error
Well if you're after a hacky interim solution you could extend the buildpack & modify the start command/script to copy any heapdumps on the container file system to some shared location after Java exi
Well if you're after a hacky interim solution you could extend the buildpack & modify the start command/script to copy any heapdumps on the container file system to some shared location after Java exi
|
By
DHR
· #6944
·
|
|
How to make a crash dump when app has out of memory error
I'll echo Chip's statement - you've got to move with the CF community. In the meantime if the time period between crashes is fairly predictable, perhaps you could use something like yourkit to generat
I'll echo Chip's statement - you've got to move with the CF community. In the meantime if the time period between crashes is fairly predictable, perhaps you could use something like yourkit to generat
|
By
DHR
· #6942
·
|
|
How to make a crash dump when app has out of memory error
It will be buildpack dependant. Seems like there's a plan Java-buildpack if that's what you're using: binding a volume service with tag 'heap-dump' seems to cause the heap ump to get stored on it when
It will be buildpack dependant. Seems like there's a plan Java-buildpack if that's what you're using: binding a volume service with tag 'heap-dump' seems to cause the heap ump to get stored on it when
|
By
DHR
· #6939
·
|
|
container restart on logout
Thanks Jon. The financial services clients I have worked with would also like the ability to turn on ‘cf ssh’ support in production, safe in the knowledge that app teams won’t abuse it by creating app
Thanks Jon. The financial services clients I have worked with would also like the ability to turn on ‘cf ssh’ support in production, safe in the knowledge that app teams won’t abuse it by creating app
|
By
DHR
· #6204
·
|
|
container restart on logout
Hi, Last year when ‘cf ssh’ functionality was being discussed, I’m pretty sure that the concept of automatically restarting containers following an SSH session was discussed. It was to protect against
Hi, Last year when ‘cf ssh’ functionality was being discussed, I’m pretty sure that the concept of automatically restarting containers following an SSH session was discussed. It was to protect against
|
By
DHR
· #6195
·
|
|
How to create user provided service step by step
A user-provided service in CF is simply a pointer, with credentials, to some infrastructure that is itself managed outside of CF. This pointer can be created using the "CF cups" command. If you're hav
A user-provided service in CF is simply a pointer, with credentials, to some infrastructure that is itself managed outside of CF. This pointer can be created using the "CF cups" command. If you're hav
|
By
DHR
· #6171
·
|
|
Dynamically change log levels of apps deployed to CF
And if your apps are using an APM tool agent such as AppDynamics or NewRelic, it's likely you'd be able to invoke the JMX mbean via the APM tool GUI
And if your apps are using an APM tool agent such as AppDynamics or NewRelic, it's likely you'd be able to invoke the JMX mbean via the APM tool GUI
|
By
DHR
· #5541
·
|
|
can we install ruby gems in existing cf stacks (cflinuxfs2) without recreate stack
Agree on all counts. We've already suggested vendoring the gems inside the buildpack to ensure they're there on the staging container. I'm now suggesting that the bin scripts just can't find the gems,
Agree on all counts. We've already suggested vendoring the gems inside the buildpack to ensure they're there on the staging container. I'm now suggesting that the bin scripts just can't find the gems,
|
By
DHR
· #4973
·
|
|
can we install ruby gems in existing cf stacks (cflinuxfs2) without recreate stack
So I think your problem is that your gems are on the DEA at staging time but aren't being found by the Ruby layer, right? If so the normal approach is to point to them via an env Var (eg BUNDLE_PATH,
So I think your problem is that your gems are on the DEA at staging time but aren't being found by the Ruby layer, right? If so the normal approach is to point to them via an env Var (eg BUNDLE_PATH,
|
By
DHR
· #4969
·
|
|
can we externalize pivotal repository path in java buildpack??
You could change the config/repository.yml to point to a DNS name on your network. Then build out one or more local repositories on your network using the Java-buildpack-dependency-builder: https://gi
You could change the config/repository.yml to point to a DNS name on your network. Then build out one or more local repositories on your network using the Java-buildpack-dependency-builder: https://gi
|
By
DHR
· #4968
·
|
|
can we install ruby gems in existing cf stacks (cflinuxfs2) without recreate stack
I think you'd be better to get the gems to be deployed inside the buildpack zip & used by your buildpack bin scripts from when the zip is unpacked. Maybe you could vendor the gems as part of your 'bun
I think you'd be better to get the gems to be deployed inside the buildpack zip & used by your buildpack bin scripts from when the zip is unpacked. Maybe you could vendor the gems as part of your 'bun
|
By
DHR
· #4944
·
|