GFlisch / Arc4u.Guidance.Doc

Other
5 stars 1 forks source link

(2022.1.13) Resource policy for interfaces #200

Open vvdb-architecture opened 1 year ago

vvdb-architecture commented 1 year ago

When you generate an application with the latest guidance, there is a resource policy for the facade:

      "ResourcesPolicies": {
        "facade": {
          "AuthorizationPolicy": "CanSeeSwaggerFacadeApi",
          "Path": "/service/swagger/facade/swagger.json"
        }
      }

However, there is no such policy when you add an interface. Should this be added?