无需任何编码即可部署内测版应用程序
我正在开发一个 Grails 2.0 应用程序,将其部署在 Heroku 上,在 kickofflabs 上有一个启动页面,在 CloudFlare 上有一个 DNS。我正在寻找一种简单的方法来在私人测试版中对我的应用程序进行密码保护,并仅向少数选定的人授予访问权限,所有这些都无需向我的应用程序添加任何代码。
当我使用 Cloudbees 时,它有一个很好的私人模式来做到这一点。但我在 Heroku 中找不到任何等效项,无论是本机还是使用附加组件。我还查看了 CloudFlare 应用程序,但也没有成功。
有谁知道有什么简单的方法可以做到这一点?对我来说这似乎很普通。
I'm working on a Grails 2.0 app, deploying it on Heroku, with a launchpage on kickofflabs and a DNS on CloudFlare. I'm looking for a simple way to password-protect my app in private beta and give access to it only to a few selected people, all that without adding any code to my app.
Back when I used Cloudbees, it had a nice private mode to do just that. But I couldn't find any equivalent in Heroku, either natively or using an add-on. I also had a look at CloudFlare apps but no success there either.
Does anyone know any simple way to do that? It seems generic enough to me.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
有一个仅限邀请的插件,
但我自己从未使用过它......
并且不确定它是否需要更新2.0 :-/
我想这需要一些编码...所以这个答案基本上不能回答你的问题...对此感到抱歉...
There's the Invitation Only plugin
Never used it myself though...
And not sure if it needs updating for 2.0 :-/
And I guess this needs some coding... So this answer basically doesn't answer your question... Sorry about that...
您能否不将 Apache 放在前面并使用 mod_jk 通过 Grails 应用程序连接到您的 Tomcat。这样你就可以让 .htaccess 进行访问控制吗?
Can you not front it with Apache and use mod_jk to connect to your Tomcat with the Grails application. This way you can have .htaccess do the access control?