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

File-based secrets aren't supported #241

Open
mlowicki opened this issue Jan 30, 2018 · 0 comments
Open

File-based secrets aren't supported #241

mlowicki opened this issue Jan 30, 2018 · 0 comments

Comments

@mlowicki
Copy link

https://github.com/mesosphere/marathon/blob/master/docs/docs/secrets.md#file-based-secrets

  File "/Users/mlowicki/.mgrve/lib/python2.7/site-packages/marathon/models/base.py", line 43, in from_json
    return cls(**{to_snake_case(k): v for k, v in attributes.items()})
  File "/Users/mlowicki/.mgrve/lib/python2.7/site-packages/marathon/models/app.py", line 113, in __init__
    else MarathonContainer.from_json(container)
  File "/Users/mlowicki/.mgrve/lib/python2.7/site-packages/marathon/models/base.py", line 43, in from_json
    return cls(**{to_snake_case(k): v for k, v in attributes.items()})
  File "/Users/mlowicki/.mgrve/lib/python2.7/site-packages/marathon/models/container.py", line 44, in __init__
    for v in (volumes or [])
  File "/Users/mlowicki/.mgrve/lib/python2.7/site-packages/marathon/models/base.py", line 43, in from_json
    return cls(**{to_snake_case(k): v for k, v in attributes.items()})
TypeError: __init__() got an unexpected keyword argument 'secret'
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

1 participant