I have been trying to secure my Azure Cloudify Manager by putting on the Web UI where you need to log into the manager as shown here:
http://docs.getcloudify.org/3.4.0/manager_webui/login/
There doesnt seem to be any guides on it.
I am using version 3.4.0.2 that comes with the Installation of the Cloudify CLI
Any help would be much appreciated.
Thanks,
Tom
Tom,
The article you point to says "After bootstrapping the manager with security support[...]" which means you would have had to use a manager (bootstrap) blueprint that had security enabled. I believe the doc resource you're looking for can be found here:
http://docs.getcloudify.org/3.4.0/manager/security/
For specific reference, you can find the manager blueprint and the corresponding "security" section outlined here:
https://github.com/cloudify-cosmo/cloudify-manager-blueprints/blob/3.4.0.2/types/manager-types.yaml#L82
Hope that helps.
Joshua
Related
has anybody tried installing in digital ocean? what is the recommended specification and have they exposed any REST APIs? Their documentation is not yet complete and unable to judge how to close to they are production ready?
It installs on Ubuntu (no matter which cloud provider) easily.
It is production ready, there was a blog post about it.
Documentation has been fulfilled to a 1.0 release too.
We are planning to use Okta as our identity provider and found some resources on its developer site, we was thinking to use Database sync option, we have already number of users on our own database so I want some detailed technical guidance that how we can sync things with Okta and how later we can support SAML 2.0 protocol with other identity providers.
Please provide some detailed things for start point. we are using mysql databases right now.
It would be great support if all technical resources in detail because I dont found enough detailed checklist on side.
Thanks
You might start with the On-Premise Provisioning Guide available at:
Example Setup of On-Premises Provisioning and MySQL
If you get stuck, add a comment to your question or ask a new one.
in fact i have read this article:
http://wso2.com/library/articles/2013/11/fine-grained-xacml-authoriation-with-pip-points/
it was really interesting for me. it matches very well what i want to do.
i've tried to do the same thing but using wso2am 1.7.0 API Manager.
But while i'm trying to retrieve the policies navigating in the carbon UI
home->PAP->PolicyAdministration
i got the following exception
The following error details are available. Please refer logs for more details.
org.apache.axis2.AxisFault: Exception occurred while trying to invoke service method getAllPolicies
at org.wso2.carbon.identity.entitlement.ui.client.EntitlementPolicyAdminServiceClient.handleException(EntitlementPolicyAdminServiceClient.java:478)
at org.wso2.carbon.identity.entitlement.ui.client.EntitlementPolicyAdminServiceClient.getAllPolicies(EntitlementPolicyAdminServiceClient.java:81)
at org.apache.jsp.entitlement.index_jsp._jspService(org.apache.jsp.entitlement.index_jsp:183)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:111)
Can anyone help me answering these questions?
IS it possible to do the same thing with WSO2 AM?
Do you have idea to solve this issue?
Thanks.
Yes.. you can do it with APIM, but you need to install the XACML feature in to the Identity Server. According to the your comment, It seems to be that you have already installed the XACML feature in APIM. Because if not, you can not see the PAP->Policy Administration UI. But there can be some version mismatch when installing the feature.. Because APIM and WSO2IS may not have released in same version of the org.wso2.carbon.identity.entitlement.stub. However same type of SO question can be found from here. I have given some solution for it. You can try it as well. But if you are looking for proper deployment, I suggest to use Identity Server as separate PDP engine rather than installing PDP feature in the APIM. You can find about more details from here as well
Jelastic docs http://docs.jelastic.com/app-packaging says that it is possible to pack application to make it much easier to install for the end-user.
But no information how to pack application and create such button.
Any thoughts about that?
It mostly relates to Hosting Providers, they can pack any available app and then get it published for end-users. But you as end-user can easily contact your Hosting Provider support services and discuss application you want to be available via "One CLick Button intsallation".
I'd like to learn (by doing) how heroku, fluxflex and in general all PaaS work. I mean, how could I build my own "heroku", "fluxflex", GAE... What do I need to know/learn/read? I've seen appscale, but I'd like to build my own.
Basically what I'd like to do:
An user gets registered
He import/upload an app (only allowed frameworks, for example django, ror, node) the app is installed.
Everything is scalable....
Regards!
A Google search on "Heroku Architecture" and "Openshift Architecture" got me this, this respectively. CloudFoundry is an Open Source PaaS hosted on Github, and they have a nice blog that describes how CloudFoundry works. Hope that helps. Cheers.