Package Details: azure-kubelogin 0.1.3-1

Git Clone URL: https://aur.archlinux.org/azure-kubelogin.git (read-only, click to copy)
Package Base: azure-kubelogin
Description: A Kubernetes credential (exec) plugin implementing azure authentication
Upstream URL: https://github.com/Azure/kubelogin
Licenses: MIT
Conflicts: kubelogin
Submitter: cznk
Maintainer: carsme
Last Packager: carsme
Votes: 5
Popularity: 0.26
First Submitted: 2021-05-11 21:11 (UTC)
Last Updated: 2024-04-23 06:38 (UTC)

Dependencies (3)

Required by (1)

Sources (1)

Pinned Comments

carsme commented on 2023-12-29 11:56 (UTC) (edited on 2023-12-29 14:59 (UTC) by carsme)

NOTE: If building the package fails due to missing PGP keys, like this:

$ makepkg
==> Making package: azure-kubelogin 0.1.0-1 (Fri 29 Dec 2023 12:53:49 PM CET)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Cloning azure-kubelogin git repo...
Cloning into bare repository '/home/carsme/repos/aur.archlinux.org/azure-kubelogin/azure-kubelogin'...
remote: Enumerating objects: 3068, done.
remote: Counting objects: 100% (864/864), done.
remote: Compressing objects: 100% (316/316), done.
remote: Total 3068 (delta 674), reused 689 (delta 547), pack-reused 2204
Receiving objects: 100% (3068/3068), 2.10 MiB | 9.89 MiB/s, done.
Resolving deltas: 100% (1989/1989), done.
==> Validating source files with sha256sums...
    azure-kubelogin ... Skipped
==> Verifying source file signatures with gpg...
    azure-kubelogin git repo ... FAILED (unknown public key 4AEE18F83AFDEB23)
==> ERROR: One or more PGP signatures could not be verified!

you need to fetch the required PGP key:

$ gpg --keyserver keyserver.ubuntu.com --recv-keys 4AEE18F83AFDEB23
gpg: key 4AEE18F83AFDEB23: 1 duplicate signature removed
gpg: key 4AEE18F83AFDEB23: public key "GitHub (web-flow commit signing) <noreply@github.com>" imported
gpg: Total number processed: 1
gpg:               imported: 1

Latest Comments

« First ‹ Previous 1 2

carsme commented on 2023-12-29 11:56 (UTC) (edited on 2023-12-29 14:59 (UTC) by carsme)

NOTE: If building the package fails due to missing PGP keys, like this:

$ makepkg
==> Making package: azure-kubelogin 0.1.0-1 (Fri 29 Dec 2023 12:53:49 PM CET)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Cloning azure-kubelogin git repo...
Cloning into bare repository '/home/carsme/repos/aur.archlinux.org/azure-kubelogin/azure-kubelogin'...
remote: Enumerating objects: 3068, done.
remote: Counting objects: 100% (864/864), done.
remote: Compressing objects: 100% (316/316), done.
remote: Total 3068 (delta 674), reused 689 (delta 547), pack-reused 2204
Receiving objects: 100% (3068/3068), 2.10 MiB | 9.89 MiB/s, done.
Resolving deltas: 100% (1989/1989), done.
==> Validating source files with sha256sums...
    azure-kubelogin ... Skipped
==> Verifying source file signatures with gpg...
    azure-kubelogin git repo ... FAILED (unknown public key 4AEE18F83AFDEB23)
==> ERROR: One or more PGP signatures could not be verified!

you need to fetch the required PGP key:

$ gpg --keyserver keyserver.ubuntu.com --recv-keys 4AEE18F83AFDEB23
gpg: key 4AEE18F83AFDEB23: 1 duplicate signature removed
gpg: key 4AEE18F83AFDEB23: public key "GitHub (web-flow commit signing) <noreply@github.com>" imported
gpg: Total number processed: 1
gpg:               imported: 1

carsme commented on 2022-12-17 17:00 (UTC)

@dbgonz Versioning should be fixed now.

dbgonz commented on 2022-07-08 20:28 (UTC) (edited on 2022-07-08 20:31 (UTC) by dbgonz)

There is a discrepancy between the PKGBUILD and Makefile. When I install the package I get this as the result from running kubelogin --version:

kubelogin version
git hash:
Go version:
Build time:

When I manually run make all in the src build directory the kubelogin command is giving me the expected results:

kubelogin version
git hash: master/51513875119b
Go version: go1.18.3
Build time: 2022-07-08T20:24:05Z