Skip to content

Commit

Permalink
(BSR) docs(installation): we use Keeper now (#7061)
Browse files Browse the repository at this point in the history
* (BSR) docs(installation): we use Keeper now

* (BSR) docs(installation): add precisions
  • Loading branch information
NolwenMajorFrances authored Oct 21, 2024
1 parent d6b9b9e commit 60e41cc
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Then copy `testing.keystore` into `development.keystore` and `testing.keystore.p
<details>
<summary>Test login credentials</summary>

See in [1password][1] for all testing accounts.
See in [Keeper][1] for all testing accounts.

</details>

Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions doc/installation/Android.md
Original file line number Diff line number Diff line change
Expand Up @@ -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._

Expand All @@ -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

Expand Down
5 changes: 3 additions & 2 deletions doc/installation/iOS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions doc/installation/sentry.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -25,7 +25,7 @@ token=<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
Expand Down

0 comments on commit 60e41cc

Please sign in to comment.