Questions tagged [token]
27 questions
0
votes
2 answers
AWS access token for user assuming role
How to have access token per user assuming a role in another account?
I have users which have an Access Token on the root account.
They have access to another account (dev) through assumed role.
I'm stuck now because on the dev account, I don't have…

Kaymaz
- 241
- 3
- 11
0
votes
1 answer
"Can't authenticate you" when trying to run a DigitalOcean API command
I tried to run this command for rebuilding my droplet:
curl -X POST "https://api.digitalocean.com/v2/droplets/MY_DROPLET_ID/actions" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer MY_API_TOKEN" \
-d…

Arcticooling
- 1
- 3
- 7
- 22
0
votes
0 answers
Token slot_id order changes when restarting
Hello and thanks for taking the time to read this.
Issue:
I have 4 token devices with the same model and the same name, I rely on the slot id (and the serial) to identify wich one to use.
After 5 months working without issue we had to restart the…

LordNeo
- 113
- 1
- 1
- 6
0
votes
1 answer
Why are SQL Server 2012 tokens are not expanding when used in agent jobs?
I am trying to use tokens in my SQL Server agent jobs as described here, but some of the tokens are not working as I expect.
When running an agent job, the tokens which are supposed to expand to provide information such as database name, server…

barbecue
- 352
- 1
- 15
0
votes
1 answer
how to configure logging on using USB token windows server 2008 R2
I have a USB token, and I want clients to use their token to log on to domain, I followed the steps from here
a brief definition of what I have done yet:
after installing domain and CA-server, I defined a special group, created a special certificate…

komeil sh
- 1
- 3
0
votes
2 answers
Using tokens with SSL VPN
Could somebody explain how tokens fit into the VPN world? We currently use Citrix XenApp as our remote access solution and it works very well. But we're considering adding an additional layer of security with tokens. We're not in the SecurID price…

Rob Nicholson
- 1,707
- 8
- 29
- 56
0
votes
1 answer
Identifying cause of Software opening hundreds of thousands of handles
I have a user running the latest public revision of IBM Notes (853FP4 per correction below) on a Windows 7 Pro OA installation. Under his profile and only his, when the software is run, the software opens hundreds of thousands of handles, regarding…

user428370
- 109
- 2
0
votes
2 answers
command line tool to extract a token out of stdin stream?
I've been using this perl script to get a token out of stream on command line
1 #!/usr/bin/perl
2
3 $i = $ARGV[0];
4
5 while () {
6 @tokens = split /\s+/;
7 print $tokens[$i] . "\n";
8 }
typical usage would be something…

Min
- 31
- 4
0
votes
1 answer
Trying to start script but keep getting error syntax error near unexpected token `stop'
#!/bin/bash
#
case “$1” in
start)
echo -n “Starting Queue Manager”
/opt/mqm/bin/strmqm QMPROD1
sleep 10
echo -n “Started Queue Manager”
#
echo “IBM ACE”
…

Boro
- 31
- 5
0
votes
1 answer
Docker Hub login with Personal Access Token fails
Windows 11
hub.docker.com
I setup Two-Factor Authentication and generated Personal Access Token (PAT)
Docker Desktop is running.
cmd.exe
docker login --username
Password:
Typed characters are not visible but I'm sure I'm…

BaltoStar
- 197
- 3
- 14
0
votes
1 answer
Ansible: clone repo or install helm chart from private github
Any idea how to install Helm chart (tgz) from private Github repo using Ansible? Is it possible at all to do this using Github token only and not ssh key or maybe it is easier to clone private git repo first with Ansible and then install it?

DisplayName
- 145
- 4
0
votes
0 answers
HCL Domino: how to drop users logged in with LtpaToken
We are running a Domino server (V 10.0.1 FP3) hosting a number of Xpages applications. Apart from the admins all users are accessing those application through http only (i.e., no nrpc / Notes client access).
The users' person data are synched from…

Lothar Mueller
- 103
- 6