Skip to content

Using Integrations with Token authentication in semaphore UI #2894

Closed Answered by gos0018
gos0018 asked this question in Q&A
Discussion options

You must be logged in to vote

Hey Kris sorry for the late response. You first need to setup a couple things:

  1. Generate a token (you can use a password manager or just generate a random string or characters)
  2. Make a new Key in the Key store, the type will be Login with password. Leave the login blank and the password will be the token
  3. Next make a new integration auth method will be Token, Auth header can be anything (make it something that makes sense to you), and lastly the vault password will be that token that you made.
  4. Next in your new integration add an alias
  5. Then you should be able to curl with the following command:
    curl -POST <url_alias> -H 'Content-Type: application/json' -H ': '

You can also pass data to your…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@gos0018
Comment options

Answer selected by gos0018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants