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

In manifests allowed_tenants field must accept Yaml formats #454

Open
6l20 opened this issue Dec 20, 2021 · 0 comments
Open

In manifests allowed_tenants field must accept Yaml formats #454

6l20 opened this issue Dec 20, 2021 · 0 comments
Labels
C: manifest T: Bug Something isn't working

Comments

@6l20
Copy link
Contributor

6l20 commented Dec 20, 2021

Currently the allowed_tenants only accepts the one liner format for an array, that is :

allowed_tenants: ["tenant1", "tenant2"]

It must also support the list format, that is :

allowed_tenants: 
  - "tenant1"
  - "tenant2"
@6l20 6l20 added C: manifest T: Bug Something isn't working labels Dec 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: manifest T: Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant