1 # Copyright 2015 The Chromium Authors. All rights reserved.
1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
3 # found in the LICENSE file.
4
4
5module: services
5module: register
nodir
2016/05/19 16:43:17
I am not sure why you have to have a whole another
I am not sure why you have to have a whole another appengine module for one
function. Why not same module? Why not same service? looks unnecessarily
complicated to me
dnj (Google)
2016/05/19 22:52:04
Well, currently I have the following modules:
"bac
On 2016/05/19 16:43:17, nodir wrote:
> I am not sure why you have to have a whole another appengine module for one
> function. Why not same module? Why not same service? looks unnecessarily
> complicated to me
Well, currently I have the following modules:
"backend": Specifically backend services, admin/cron only.
"vmuser": A *managed VM* instance for user access.
"service": A classic GAE instance for only service access.
My thought was that all of these share ACL sets, so I'd create another separate
module space for the new ACL set (write). However, I guess I had a "one module
per service" mentality. I think I will put this into the "service" endpoint and
just have it export two services.
Issue 1970823005: LogDog: Add prefix registration endpoint.
(Closed)
Created 4 years, 7 months ago by dnj
Modified 4 years, 7 months ago
Reviewers: iannucci, Vadim Sh., dnj (Google), nodir
Base URL: https://github.com/luci/luci-go@logdog-project-archivist-useconfig
Comments: 28