1
0
Fork 0

Compare commits

..

No commits in common. "b9c22954884693bbcbe0f3622af68d1175d0869d" and "2ac56e6c8f5324abad97980a9635962e4e2fdd90" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View file

@ -7,5 +7,5 @@ subnets https://wiki.corp.metrans.cz/index.php?title=IP_Segment_and_vlans
hd https://helpdesk.corp.metrans.cz/projects/devops/issues?set_filter=1&tracker_id=2
gf https://grafana.corp.metrans.cz/d/b59e6c9f2fcbe2e16d77fc492374cc4f/kubernetes-compute-resources-multi-cluster?orgId=1&refresh=10s
dkc https://dkeycloak.corp.metrans.cz/realms/master/protocol/openid-connect/auth?client_id=security-admin-console&redirect_uri=https%3A%2F%2Fdkeycloak.corp.metrans.cz%2Fadmin%2Fmaster%2Fconsole%2F&state=61dd29a8-db7b-442e-8bbd-21c26fd7a4e9&response_mode=fragment&response_type=code&scope=openid&nonce=3e6c3fc6-fbfe-41ff-9bcf-91731eafa002&code_challenge=UlLydrKo0i3AF6wxL5J_LKr85Xn3_ADl2LUWyZcFscQ&code_challenge_method=S256
gl https://gitlab.corp.metrans.cz/devops
gl https://gitlab.corp.metrans.cz/mis3
cent http://centreon.corp.metrans.cz/centreon/login

View file

@ -4,7 +4,7 @@ set -x
log() {
# echo "$@" >&2
notify-send "Gopass form filler" "$*"
notify-send -t 1000 "Gopass form filler" "$*"
}
qute-command() {
@ -30,7 +30,7 @@ then
secret="$(printf "%s\n" "${secrets[@]}" | rofi -dmenu)"
elif (( ${#secrets[@]} < 1 ))
then
log "No secret found for domain $domain !"
log "No secret found!"
exit 0
else
secret="${secrets[0]}"