Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
glab(1)								       glab(1)

NAME
       glab-cluster-agent-token-cache -	Manage cached GitLab Agent tokens.

SYNOPSIS
       glab cluster agent token-cache  [flags]

DESCRIPTION
       Manage  cached  GitLab Agent tokens created by 'glab cluster agent get-
       token'.

       This command group allows you to	list and clear tokens that are	cached
       locally in the keyring and filesystem cache.

Cache Storage
       The GitLab CLI caches agent tokens in two locations:

	 1. Keyring - Uses the system keyring (Windows Credential Manager, ma-
	    cOS	Keychain, Linux	Secret Service)

	 2. Filesystem	-  Stores  tokens in the user's	cache directory	as en-
	    crypted files

       The cache improves performance by avoiding the need to create  new  to-
       kens  for each kubectl operation	when using 'glab cluster agent update-
       kubeconfig'.

Cache Key Format
       Cached tokens are stored	using a	key format that	includes:

        Base64-encoded	GitLab instance	URL

        Agent ID

       This ensures tokens are properly	isolated by GitLab instance and	agent.

OPTIONS	INHERITED FROM PARENT COMMANDS
       -h, --help[=false]      Show help for this command.

       -R, --repo=""	  Select another repository. Can use either OWNER/REPO
       or GROUP/NAMESPACE/REPO format. Also accepts full URL or	Git URL.

SEE ALSO
       glab-cluster-agent(1),  glab-cluster-agent-token-cache-clear(1),	 glab-
       cluster-agent-token-cache-list(1)

Auto generated by spf13/cobra	   Mar 2026			       glab(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=glab-cluster-agent-token-cache&sektion=1&manpath=FreeBSD+Ports+15.0.quarterly>

home | help