@daocloud-proto/skoala 0.21.2-10 → 0.21.2-18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -80,6 +80,7 @@ export enum Prerequisite {
80
80
  PREREQUISITE_UNSPECIFIED = "PREREQUISITE_UNSPECIFIED",
81
81
  InsightAgent = "InsightAgent",
82
82
  SkoalaInit = "SkoalaInit",
83
+ InsightTracing = "InsightTracing",
83
84
  }
84
85
 
85
86
  export enum LBType {
@@ -54,22 +54,11 @@ export type AuthorizationPolicy = {
54
54
  authPluginName?: string
55
55
  disabled?: boolean
56
56
  context?: {[key: string]: string}
57
- authServer?: string
58
- failOpen?: boolean
59
- responseTimeout?: string
60
- maxRequestBytes?: number
61
- allowPartialMessage?: boolean
62
- packAsBytes?: boolean
63
57
  }
64
58
 
65
59
  export type JwtProvider = {
66
60
  jwtPluginName?: string
67
- audiences?: string[]
68
61
  default?: boolean
69
- forwardJWT?: boolean
70
- issuer?: string
71
- name?: string
72
- remoteJwks?: RemoteJWKS
73
62
  }
74
63
 
75
64
  export type RemoteJWKS = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/skoala",
3
- "version": "0.21.2-10",
3
+ "version": "0.21.2-18",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {