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

Add missing couchbase password mount to oxauth key rotation manifest #169

Closed
moabu opened this issue Sep 16, 2020 · 0 comments
Closed

Add missing couchbase password mount to oxauth key rotation manifest #169

moabu opened this issue Sep 16, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@moabu
Copy link
Member

moabu commented Sep 16, 2020


INFO - certmanager - 2020-09-16 00:01:35,283 - Processing updates for service oxauth
Traceback (most recent call last):
  File "/app/scripts/entrypoint.py", line 82, in <module>
    cli(prog_name="certmanager")
  File "/usr/lib/python3.8/site-packages/click/core.py", line 722, in __call__
    return self.main(*args, **kwargs)
  File "/usr/lib/python3.8/site-packages/click/core.py", line 697, in main
    rv = self.invoke(ctx)
  File "/usr/lib/python3.8/site-packages/click/core.py", line 1066, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "/usr/lib/python3.8/site-packages/click/core.py", line 895, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/usr/lib/python3.8/site-packages/click/core.py", line 535, in invoke
    return callback(*args, **kwargs)
  File "/app/scripts/entrypoint.py", line 78, in patch
    callback_cls(manager, dry_run, **_opts).patch()
  File "/app/scripts/oxauth_handler.py", line 185, in __init__
    password = get_couchbase_password(manager)
  File "/src/pygluu-containerlib/pygluu/containerlib/persistence/couchbase.py", line 50, in get_couchbase_password
    with open(password_file) as f:
FileNotFoundError: [Errno 2] No such file or directory: '/etc/gluu/conf/couchbase_password'

@moabu moabu added the bug Something isn't working label Sep 16, 2020
@moabu moabu self-assigned this Sep 16, 2020
moabu added a commit that referenced this issue Sep 16, 2020
@moabu moabu closed this as completed Sep 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant