• 8 Posts
  • 88 Comments
Joined 2 years ago
cake
Cake day: July 1st, 2024

help-circle




  • Sony Alpha6700 with the 70-350mm Kit Lens :)

    exiftool -s -Make -Model -LensModel -FocalLength -ExposureTime -FNumber -ISO -DateTimeOriginal DSC07640.ARW DSC07641.ARW
    ======== DSC07640.ARW
    Make                            : SONY
    Model                           : ILCE-6700
    LensModel                       : E 70-350mm F4.5-6.3 G OSS
    FocalLength                     : 284.0 mm
    ExposureTime                    : 1/500
    FNumber                         : 6.3
    ISO                             : 160
    DateTimeOriginal                : 2026:03:08 16:58:19
    ======== DSC07641.ARW
    Make                            : SONY
    Model                           : ILCE-6700
    LensModel                       : E 70-350mm F4.5-6.3 G OSS
    FocalLength                     : 128.0 mm
    ExposureTime                    : 1/640
    FNumber                         : 5.6
    ISO                             : 100
    DateTimeOriginal                : 2026:03:08 16:58:21
    


  • We only have 1 Secret we need to manage. The API we develop is secured via Token-based OIDC. While Bruno does support OIDC, they don’t yet support token based OIDC. So we have a pre-request script that does the auth flow and stores the resulting jwt in a runtime variable.

    this way we only need to define a long lived service account json defining all we need for the auth flow. The /token endpoint is not a secret and we can commit it.

    So this SA is created manually for every developer for every of our 3 stages