Skip to content

Commit

Permalink
feat(core,vdp): upgrade endpoints version from v1alpha to v1beta (#116)
Browse files Browse the repository at this point in the history
Because

- we are going to release beta version of Core and VDP

This commit

- upgrade Core and VDP version to v1beta
  • Loading branch information
donch1989 authored Dec 6, 2023
1 parent ea6ebfa commit aaa153f
Show file tree
Hide file tree
Showing 3 changed files with 418 additions and 418 deletions.
4 changes: 2 additions & 2 deletions config/base.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"plugin/http-server": {
"name": ["multi-auth", "grpc-proxy-server"],
"multi-auth":{
"token_validation_endpoint": "{{ .backends.mgmt }}/v1alpha/validate_token",
"token_issuer_endpoint": "{{ .backends.mgmt }}/v1alpha/auth/token_issuer"
"token_validation_endpoint": "{{ .backends.mgmt }}/v1beta/validate_token",
"token_issuer_endpoint": "{{ .backends.mgmt }}/v1beta/auth/token_issuer"
},
"grpc-proxy-server": {}
}
Expand Down
Loading

0 comments on commit aaa153f

Please sign in to comment.