Class Config
Inheritance
System.Object
Config
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Kong
Assembly: Pulumi.Kong.dll
Syntax
public static class Config
Properties
View SourceKongAdminPassword
An basic auth password for kong admin
Declaration
public static string KongAdminPassword { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
KongAdminToken
API key for the kong api (Enterprise Edition)
Declaration
public static string KongAdminToken { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
KongAdminUri
The address of the kong admin url e.g. http://localhost:8001
Declaration
public static string KongAdminUri { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
KongAdminUsername
An basic auth user for kong admin
Declaration
public static string KongAdminUsername { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
KongApiKey
API key for the kong api (if you have locked it down)
Declaration
public static string KongApiKey { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
StrictPluginsMatch
Should plugins config_json field strictly match plugin configuration
Declaration
public static bool? StrictPluginsMatch { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
TlsSkipVerify
Whether to skip tls verify for https kong api endpoint using self signed or untrusted certs
Declaration
public static bool? TlsSkipVerify { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |