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

openapi.yaml odd renderings #6

Closed
gridworkz opened this issue Aug 23, 2022 · 2 comments
Closed

openapi.yaml odd renderings #6

gridworkz opened this issue Aug 23, 2022 · 2 comments

Comments

@gridworkz
Copy link

gridworkz commented Aug 23, 2022

Lines: 1367 and 1410 in the openapi.yaml file are rendered strangely.

$ref: '#/paths/~1organization~1%7BorganizationId%7D~1cluster~1%7BclusterId%7D~1advancedSettings/put/requestBody/content/application~1json/schema'
$ref: '#/paths/~1organization~1%7BorganizationId%7D~1cluster~1%7BclusterId%7D~1advancedSettings/put/requestBody/content/application~1json/schema'

It appears the resource: ClusterAdvancedSettings is not rendering in components: section either.

Also on line: 11678:

    CluserCredentials:
      properties:
        name:
          type: string
        access_key_id:
          type: string
        secret_access_key:
          type: string
      required:
      - name
      type: object

There's an extra ClusterCredentials entry but spelled CluserCredentials.

@benamib
Copy link
Contributor

benamib commented Sep 5, 2022

Hello @gridworkz

Thank you for reporting this, it should have been fixed now.
We updated our github actions on the qovery-openapi-spec to avoid having this kind of issues again.

Let us know if it works for you now

@benamib benamib closed this as completed Sep 5, 2022
@gridworkz
Copy link
Author

Yep, all good now. Thx.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants