Skip to content

build: mconf/[email protected] #25

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

Merged
merged 16 commits into from
Aug 5, 2024
Merged

build: mconf/[email protected] #25

merged 16 commits into from
Aug 5, 2024

Conversation

prlanzarin
Copy link
Member

v2.2.0

pedrobmarin and others added 16 commits May 23, 2022 14:42
Merge 2.6.1/develop into main
Add support for Basic auth via meta_secret-lrs-payload.
The new supported payload format is:
  ```json
    {
      "lrs_endpoint": "https://lrs1.example.com",
      "lrs_username": "user",
      "lrs_password": "pass"
    }
  ```
Check the xAPI module's README for more information.
…-payload

feat(xapi): add support for Basic auth via meta_secret-lrs-payload
Some of the LRS credentials (username/password) for Basic auth through
metadata aren't being correctly storedin the DB, so some of the
subsequent xAPI statements would be sent out with incorrect creds.

Store all forms of LRS credentials in the DB correctly. Change the
storage method to store the encrypted payload rather than the decrypted
one, and run the decryption routine each time we pull it from DB.
Copy link

github-actions bot commented Aug 5, 2024

Updated Docker image pushed to registry.mconf.com/library/bbb-webhooks:pr-25

@prlanzarin prlanzarin merged commit 60ed609 into main Aug 5, 2024
5 checks passed
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

Successfully merging this pull request may close these issues.

2 participants