How to improve Passwd speed

Have you noticed a decrease in Passwd’s performance?

The app runs on your Google Cloud setup, optimized to handle hundreds of secrets effectively. However, as your user base and the number of secrets grow, it might slow down. If retrieving secrets takes longer than three seconds, it’s advised to boost the app’s hardware resources. This upgrade might come with a slight increase in cost, usually a few cents a month.

To get this upgrade done, simply follow these steps:

  1. Access the Passwd Google Cloud Platform (GCP) project
  2. Navigate to Cloud Build -> Triggers through the following link: (https://console.cloud.google.com/cloud-build/triggers)
  3. Click โ€ฆ and select Edit
  4. Scroll down to โ€œAdvanced sectionโ€ and search for the _MEMORY_LIMIT variable
    1. If the variable exists, simply increase the value. 
    2. If the variable does not exist, create it. The default value is 512Mi
      1. Possible values from lowest to highest are 512Mi, 1Gi, 2Gi, 4Gi, 8Gi, 16Gi and 32Gi. 
  5. Initiate the trigger run by selecting ‘run’
  6. After around 15 minutes, you can review the History section in Cloud Build to ensure everything went smoothly
  7. ๐ŸŽ‰ Passwd should run significantly faster now

Step 1-3

Step 4-5

Step 6