What are the Slack Archives?

It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

Is it possible to add basic auth to services: like mailhog or jenkins? ``` scheduler: engine: j

U01RA9UPLG1
U01RA9UPLG1 Posts: 17 🧑🏻‍🚀 - Cadet
edited March 2021 in Docker

Is it possible to add basic auth to services: like mailhog or jenkins?

  scheduler:
    engine: jenkins
    endpoints:
      [scheduler.xxx](http://scheduler.xxx):
          <<: *frontend-auth

seems to be ignored but

groups:
  DE:
    region: EU
    applications:
      Zed:
        application: zed
        endpoints:
          os.xxxx:
            store: DE
            <<: *frontend-auth

is working fine

Or can i add credentials login for jenkins, mailhog and dashboard?

Comments

  • Valerii Trots
    Valerii Trots SRE @ Spryker Sprykee Posts: 1,654 ✨ - Novice

    I believe this is conceptually wrong and these services should not be accessible from public networks.

  • U01RA9UPLG1
    U01RA9UPLG1 Posts: 17 🧑🏻‍🚀 - Cadet
    edited March 2021

    Its only in internal network available and it is secured with a https reverse proxy

  • sprymiker
    sprymiker Sprykee Posts: 781 🧑🏻‍🚀 - Cadet

    At the moment those URLs (jenkins, other services) are not propagated into Spryker Cloud. DevOps should give you the proper ones.

  • sprymiker
    sprymiker Sprykee Posts: 781 🧑🏻‍🚀 - Cadet

    So locally there no support of auth for that endpoints.