From 60e41cc1567b57b26943f66845852a5320217c64 Mon Sep 17 00:00:00 2001 From: NolwenMajorFrances <144016890+NolwenMajorFrances@users.noreply.github.com> Date: Mon, 21 Oct 2024 12:23:48 +0200 Subject: [PATCH] (BSR) docs(installation): we use Keeper now (#7061) * (BSR) docs(installation): we use Keeper now * (BSR) docs(installation): add precisions --- README.md | 4 ++-- doc/installation/Android.md | 4 ++-- doc/installation/iOS.md | 5 +++-- doc/installation/sentry.md | 4 ++-- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 019c36ef026..a49d8353305 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ Then copy `testing.keystore` into `development.keystore` and `testing.keystore.p
Test login credentials -See in [1password][1] for all testing accounts. +See in [Keeper][1] for all testing accounts.
@@ -144,7 +144,7 @@ For the **staging** app, use these links for [iOS][4] and [Android][5]. See doc about deployment process [here](./doc/ci-cd/deployment.md) for the mobile application. -[1]: https://start.1password.com/signin +[1]: https://keepersecurity.eu/vault/# [2]: https://appcenter.ms/orgs/pass-Culture/apps/passculture-testing-ios [3]: https://appcenter.ms/orgs/pass-Culture/apps/passculture-testing-android [4]: https://appcenter.ms/orgs/pass-Culture/apps/passculture-staging-ios diff --git a/doc/installation/Android.md b/doc/installation/Android.md index 4ba56fc9938..77e317a7fd7 100644 --- a/doc/installation/Android.md +++ b/doc/installation/Android.md @@ -12,7 +12,7 @@ Then open the Android Virtual Devices Manager and select (or create) a Virtual D ### ✍️ Code signing -- Download `testing.keystore` and `testing.keystore.properties` files from 1password and place it inside the `/android/keystores` directory. +- Download `testing.keystore` and `testing.keystore.properties` files from Keeper and place it inside the `/android/keystores` directory. _If you do not find `testing.keystore`, contact an admin._ @@ -27,7 +27,7 @@ Then open the Android Virtual Devices Manager and select (or create) a Virtual D ### 🔥 Firebase setup -Download the `google-services.json` file from 1password and place it inside the `android/app` directory. You can also download this file from the Firebase console. +Download the `google-services.json` file from Keeper and place it inside the `android/app` directory. You can also download this file from the Firebase console. ### 🚀 Run the app diff --git a/doc/installation/iOS.md b/doc/installation/iOS.md index e35918ffdf5..18d26933f4b 100644 --- a/doc/installation/iOS.md +++ b/doc/installation/iOS.md @@ -54,8 +54,9 @@ In order to launch the app in the Simulator or on your external Apple device, yo bundle exec fastlane ios download_certificates --env testing ``` - 4. When required (multiple times), use the git ssh URL of the private certificates repository (available on 1password in the "Tech" vault): `pass-culture-app-native-certificates`. - 5. Get the `match repo passphrase` on 1password in the "Tech" vault. + 4. When required (multiple times), use the git ssh URL of the [private certificates repository](https://github.com/pass-culture/pass-culture-app-native-certificates) + 5. Get the `match repo passphrase` on Keeper in the "Tech" vault. + 6. It might ask your session password twice to continue. ### 🚀 Run the app with yarn diff --git a/doc/installation/sentry.md b/doc/installation/sentry.md index 1a1912b339d..8a6ab73c3e0 100644 --- a/doc/installation/sentry.md +++ b/doc/installation/sentry.md @@ -12,7 +12,7 @@ The build is configured to upload the source maps automatically, on every new re For iOS/Android: -- add a file `~/.sentryclirc`: +- add a file at the root of your machine `~/.sentryclirc`: ``` [defaults] @@ -25,7 +25,7 @@ token= ``` For Web: -Create a new `.env.local` containing your `SENTRY_AUTH_TOKEN` +Create a new `.env.local` at the root of the repo containing your `SENTRY_AUTH_TOKEN` ```sh SENTRY_AUTH_TOKEN=your_super_secret_token