Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Vault UI is not available in this binary.
@ 2021-09-02 20:01 FatmanUK
  2021-09-03  0:50 ` ericonr
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: FatmanUK @ 2021-09-02 20:01 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1104 bytes --]

New issue by FatmanUK on void-packages repository

https://github.com/void-linux/void-packages/issues/32807

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
### System
$ xuname
Void 5.3.9_1 x86_64 GenuineIntel notuptodate rrrrmmnFFFFFFFFF

$ xbps-query -p pkgver vault
vault-1.8.1_1

### Expected behavior
Web UI loads.

### Actual behavior
Error: "Vault UI is not available in this binary."

### Steps to reproduce the behavior
\# xbps-install vault
Follow Hashicorp tutorial to learn Vault and start the service.
Connect to localhost:8200 with curl or Chromium.

Similar issues:
https://github.com/Homebrew/brew/issues/7614 (but I'm not using homebrew, I'm using server mode and I unsealed manually)
https://discuss.hashicorp.com/t/official-hashicorp-tap-for-homebrew/4327 (again not using homebrew)

I'm trying to fork the package but I have a lot of learning to do about go packages. I'm hoping you'll be able to fix this trivially.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Vault UI is not available in this binary.
  2021-09-02 20:01 [ISSUE] Vault UI is not available in this binary FatmanUK
@ 2021-09-03  0:50 ` ericonr
  2021-10-21 17:30 ` FatmanUK
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2021-09-03  0:50 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 420 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/32807#issuecomment-912166638

Comment:
https://github.com/hashicorp/vault/blob/72124753858535347a05a2d140b480cad12fd222/Makefile#L39 so we need to add `ui` to build tags. Which is done by passing args as done here: https://github.com/hashicorp/vault/blob/72124753858535347a05a2d140b480cad12fd222/scripts/build.sh#L60

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Vault UI is not available in this binary.
  2021-09-02 20:01 [ISSUE] Vault UI is not available in this binary FatmanUK
  2021-09-03  0:50 ` ericonr
@ 2021-10-21 17:30 ` FatmanUK
  2021-10-21 21:35 ` FatmanUK
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: FatmanUK @ 2021-10-21 17:30 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 191 bytes --]

New comment by FatmanUK on void-packages repository

https://github.com/void-linux/void-packages/issues/32807#issuecomment-948849334

Comment:
@ericonr Thanks. I'll try to put together a PR.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Vault UI is not available in this binary.
  2021-09-02 20:01 [ISSUE] Vault UI is not available in this binary FatmanUK
  2021-09-03  0:50 ` ericonr
  2021-10-21 17:30 ` FatmanUK
@ 2021-10-21 21:35 ` FatmanUK
  2021-10-21 21:36 ` FatmanUK
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: FatmanUK @ 2021-10-21 21:35 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 249 bytes --]

New comment by FatmanUK on void-packages repository

https://github.com/void-linux/void-packages/issues/32807#issuecomment-949021266

Comment:
Unfortunately this is beyond me at the moment due to https://github.com/hashicorp/vault/issues/7350 . :( 

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Vault UI is not available in this binary.
  2021-09-02 20:01 [ISSUE] Vault UI is not available in this binary FatmanUK
                   ` (2 preceding siblings ...)
  2021-10-21 21:35 ` FatmanUK
@ 2021-10-21 21:36 ` FatmanUK
  2022-06-05  2:14 ` github-actions
  2022-06-19  2:15 ` [ISSUE] [CLOSED] " github-actions
  5 siblings, 0 replies; 7+ messages in thread
From: FatmanUK @ 2021-10-21 21:36 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 289 bytes --]

New comment by FatmanUK on void-packages repository

https://github.com/void-linux/void-packages/issues/32807#issuecomment-949021266

Comment:
Unfortunately this is beyond me at the moment due to https://github.com/hashicorp/vault/issues/7350 and it doesn't work with a later version. :( 

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Vault UI is not available in this binary.
  2021-09-02 20:01 [ISSUE] Vault UI is not available in this binary FatmanUK
                   ` (3 preceding siblings ...)
  2021-10-21 21:36 ` FatmanUK
@ 2022-06-05  2:14 ` github-actions
  2022-06-19  2:15 ` [ISSUE] [CLOSED] " github-actions
  5 siblings, 0 replies; 7+ messages in thread
From: github-actions @ 2022-06-05  2:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 293 bytes --]

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/issues/32807#issuecomment-1146724910

Comment:
Issues become stale 90 days after last activity and are closed 14 days after that.  If this issue is still relevant bump it or assign it.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [ISSUE] [CLOSED] Vault UI is not available in this binary.
  2021-09-02 20:01 [ISSUE] Vault UI is not available in this binary FatmanUK
                   ` (4 preceding siblings ...)
  2022-06-05  2:14 ` github-actions
@ 2022-06-19  2:15 ` github-actions
  5 siblings, 0 replies; 7+ messages in thread
From: github-actions @ 2022-06-19  2:15 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1107 bytes --]

Closed issue by FatmanUK on void-packages repository

https://github.com/void-linux/void-packages/issues/32807

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
### System
$ xuname
Void 5.3.9_1 x86_64 GenuineIntel notuptodate rrrrmmnFFFFFFFFF

$ xbps-query -p pkgver vault
vault-1.8.1_1

### Expected behavior
Web UI loads.

### Actual behavior
Error: "Vault UI is not available in this binary."

### Steps to reproduce the behavior
\# xbps-install vault
Follow Hashicorp tutorial to learn Vault and start the service.
Connect to localhost:8200 with curl or Chromium.

Similar issues:
https://github.com/Homebrew/brew/issues/7614 (but I'm not using homebrew, I'm using server mode and I unsealed manually)
https://discuss.hashicorp.com/t/official-hashicorp-tap-for-homebrew/4327 (again not using homebrew)

I'm trying to fork the package but I have a lot of learning to do about go packages. I'm hoping you'll be able to fix this trivially.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-06-19  2:15 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-02 20:01 [ISSUE] Vault UI is not available in this binary FatmanUK
2021-09-03  0:50 ` ericonr
2021-10-21 17:30 ` FatmanUK
2021-10-21 21:35 ` FatmanUK
2021-10-21 21:36 ` FatmanUK
2022-06-05  2:14 ` github-actions
2022-06-19  2:15 ` [ISSUE] [CLOSED] " github-actions

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).