Skip to content

Move networking related API configuration to a top level networking key #1091

Closed
@deliahu

Description

@deliahu

Description

networking:
    endpoint: <string>
    local_port: <int>
    api_gateway: public|off

Blocked on #1077

TODO

api_gateway key should not print for local apis

Fix UserStr(); this needs to move and be smarter:

		if api.Networking != nil {
			sb.WriteString(fmt.Sprintf("%s:\n", NetworkingKey))
			sb.WriteString(s.Indent(api.Networking.UserStr(), "  "))
		}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions