Skip to content

Releases: fydrah/loginapp

2.7.0

22 Apr 16:09
2.7.0
Compare
Choose a tag to compare

2.7.0
Image for this release available at:

quay.io/fydrah/loginapp:2.7.0
  • Custom copy/paste fields (ex: kubectl config set-cluster [...]). Your can now setup clusters configuration:

    clusters:
      - name: mycluster
        server: https://mycluster.org
        certificate-authority: |
          -----BEGIN CERTIFICATE-----
          MIIC/zCCAeegAwIBAgIULkYvGJPRl50tMoVE4BNM0laRQncwDQYJKoZIhvcNAQEL
          BQAwDzENMAsGA1UEAwwEbXljYTAeFw0xOTAyMTgyMjA5NTJaFw0xOTAyMjgyMjA5
          NTJaMA8xDTALBgNVBAMMBG15Y2EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEK
          -----END CERTIFICATE-----
    
  • UX improvements, css/js has been changed for bootstrap

  • web_output.skip_main_page does not longer exists, the index page was
    useless

Thanks for using loginapp, every feedback is welcomed !

2.6.0

02 Apr 20:08
2.6.0
850e030
Compare
Choose a tag to compare

2.6.0
Image for this release available at:

quay.io/fydrah/loginapp:2.6.0
  • Prometheus endpoint (:9090 by default)

    Current available metrics:

    • loginapp_request_total{"code", "method"}: Counter vector
    • loginapp_request_duration{"code", "method"}: Gauge vector

    More metrics will be added in feature minor upgrades

  • Support extra auth code options.

    loginapp now supports extra auth code options, to ensure
    compatibility with IdP like ADFS (see issue #16)
    Configuration option:

    [...]
    oidc:
      extra_auth_code_opts:
        resource: XXXXX
    [...]
    

Thank you to users for using loginapp !

2.5.0

21 Dec 13:02
2.5.0
a0450f5
Compare
Choose a tag to compare

2.5.0
Image for this release available at:

quay.io/fydrah/loginapp:2.5.0

Features:

  • Show kubectl command line configuration: Merge PR #12 (@aveyrenc)

Thank you to the contributors, and to users for using loginapp !

2.4.1

21 Dec 13:03
2.4.1
10e137d
Compare
Choose a tag to compare

2.4.1

Image for this release available at:

quay.io/fydrah/loginapp:2.4.1

Fix:

  • Rework and add missing license headers,
    the render with go doc was not right
  • Add Loginapp description for "go doc"

2.4.0

28 Oct 10:27
2.4.0
607bf14
Compare
Choose a tag to compare

Image for this release available at:

quay.io/fydrah/loginapp:2.4.0

Features:

  • Extract HTML templates from binary (#6)

Thanks for using loginapp !

2.3.0

30 Oct 00:35
2.3.0
3ba9c7b
Compare
Choose a tag to compare

2.3.0: Code improvements, username claim feature

Features:

  • Output username claim as option
  • More examples (full and minimal configuration)

Improvements:

  • Change config checks method
  • Golang syntax improvements (see Codacy reports)

2.2.0

30 Oct 00:38
2.2.0
d3cb58f
Compare
Choose a tag to compare

Fix and improvements:

  • Offline as scope issue: Merge PR #4 (@robbiemcmichael)
  • CLI setup split from main function
  • Minor typo and add debug

2.1.0

30 Oct 00:14
2.1.0
7a17c65
Compare
Choose a tag to compare

2.1.0 New Features and some bugfix

  • Add html frontend click/copy feature,
    and ability to use your own assets
  • Add skip main page (see option
    web_output.skip_main_page)
  • Fix multiple client_id in html
    render when using cross_client feature.
    (see option web_output.main_client_id)
  • Code refactor
  • Add some configuration checks
  • Update README with new opts and
    doc for development env

2.0.2

30 Oct 00:40
2.0.2
cd14bd6
Compare
Choose a tag to compare

Add checks and fix checks issues

2.0.1

30 Oct 08:37
2.0.1
27edced
Compare
Choose a tag to compare

2.0.1 minor update