1
0
Форкнуть 0
NPM package for updating the "websites-with-shared-credential-backends" and "password-rules" collections on Remote Settings
Перейти к файлу
André Honeiser e358314538
Merge pull request #9 from mozilla/maintenance
chore: node / dependency maintenance
2024-10-23 16:13:51 +02:00
.env.sample chore: don't push to dockerhub anymore, deprecated workflow 2024-10-23 15:19:24 +02:00
.gitignore feat: add update script to automatically update appropriate Remote Settings collection (#1) 2021-04-08 16:55:46 -04:00
Dockerfile chore: use AUTHORIZATION instead of user & pass vars 2024-10-23 11:02:12 +02:00
LICENSE Initial commit 2021-04-05 14:14:22 -04:00
README.md chore: don't push to dockerhub anymore, deprecated workflow 2024-10-23 15:19:24 +02:00
app-constants.js chore: don't push to dockerhub anymore, deprecated workflow 2024-10-23 15:19:24 +02:00
package-lock.json chore: node / dependency maintenance 2024-10-22 15:18:06 +02:00
package.json chore: node / dependency maintenance 2024-10-22 15:18:06 +02:00
update-script.js chore: don't push to dockerhub anymore, deprecated workflow 2024-10-23 15:19:24 +02:00
version.json ci: add version.json for CI pipeline 2021-06-23 10:13:12 -04:00

README.md

passwordmgr-remote-settings-updater

Script that adds new related websites to the "websites-with-shared-credential-backends" Remote Setting collection via Apple's open sourced password manager resources and adds new password rules to the "password-rules" Remote Setting collection via Apple's open sourced password manager rules.

Usage

The script will not run without the following environment variables set in .env:

  • AUTHORIZATION
  • SERVER

To run this script:

$ node update-script.js

Note: Corporate VPN access is required to access the Remote Settings servers

The script will exit with a 0 for success and a 1 if there were any errors.