Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.19 KB

generate-kuadrant-authconfig.md

File metadata and controls

29 lines (21 loc) · 1.19 KB

Generate Kuadrant AuthConfig objects

The kuadrantctl generate kuadrant authconfig command generates an Authorino AuthConfig from your OpenAPI Specification (OAS) 3.x and kubernetes service information.

OpenAPI specification

OpenAPI document resource can be provided by one of the following channels:

  • Filename in the available path.
  • URL format (supported schemes are HTTP and HTTPS). The CLI will try to download from the given address.
  • Read from stdin standard input stream.

Usage :

$ kuadrantctl generate kuadrant authconfig -h
Generate kuadrant authconfig from OpenAPI 3.x

Usage:
  kuadrantctl generate kuadrant authconfig [flags]

Flags:
  -h, --help                 help for authconfig
      --oas string           /path/to/file.[json|yaml|yml] OR http[s]://domain/resource/path.[json|yaml|yml] OR - (required)
      --public-host string   The address used by a client when attempting to connect to a service (required)

Global Flags:
  -v, --verbose   verbose output