Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PR for Spring 25 Meta Release issues #61

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions code/API_definitions/simple-edge-discovery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ openapi: 3.0.3
info:
title: Simple Edge Discovery
version: wip
x-camara-commonalities: 0.4.0
x-camara-commonalities: 0.5.0
description: |
# Find the closest Edge Cloud Zone
---
Expand Down Expand Up @@ -254,7 +254,7 @@ externalDocs:
url: https://github.com/camaraproject/EdgeCloud

servers:
- url: "{apiRoot}/simple-edge-discovery/v1"
- url: "{apiRoot}/simple-edge-discovery/vwip"
variables:
apiRoot:
default: https://localhost:9091
Expand Down Expand Up @@ -409,9 +409,8 @@ paths:
components:
securitySchemes:
openId:
description: OpenID Provider Configuration Information.
type: openIdConnect
openIdConnectUrl: .well-known/openid-configuration
openIdConnectUrl: https://example.com/.well-known/openid-configuration

headers:
x-correlator:
Expand Down
Loading