This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bb | |
(ns oidc-client | |
"Get end-user access token from an OIDC provider, caching the access/refresh token in an encrypted file. Code in https://babashka.org | |
Usage: | |
/path/to/oidc_client.clj | |
When there are no cached, valid tokens, it will open a browser with the OIDC provider login URL and start a HTTPS-enabled | |
callback server on localhost. Make sure that the resulting redirect_uri is registered with your provider. | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[DEFAULT] | |
#debug: False | |
debug: True | |
[Nonce] | |
# disable nonce check. THIS IS A SEVERE SECURTIY ISSUE! Please do only for testing/debugging purposes | |
nonce_check_disable: False | |
[CAhandler] | |
# CA specific options |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Directory._config_load() | |
load_config(/var/www/acme2certifier/./acme_srv/acme_srv.cfg:Directory) | |
CAhandler._config_load() ended | |
10.7.31.40 / | |
Directory.directory_get() | |
[pid: 20|app: 0|req: 16/37] 10.7.31.40 () {32 vars in 391 bytes} [Mon Sep 13 15:00:58 2021] GET / => generated 610 bytes in 0 msecs (HTTP/1.1 200) 1 headers in 51 bytes (1 switches on core 0) | |
Nonce.nonce_generate_and_add() | |
Nonce.nonce__new() | |
got nonce: 05097d02fb9749a0bbc9e7eb89da564d | |
DBStore.nonce_add(05097d02fb9749a0bbc9e7eb89da564d) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Directory._config_load() | |
load_config(/var/www/acme2certifier/./acme_srv/acme_srv.cfg:Directory) | |
CAhandler._config_load() ended | |
192.168.252.148 / | |
Directory.directory_get() | |
[pid: 18|app: 0|req: 6/13] 192.168.252.148 () {32 vars in 396 bytes} [Fri Sep 10 23:54:47 2021] GET / => generated 610 bytes in 0 msecs (HTTP/1.1 200) 1 headers in 51 bytes (1 switches on core 0) | |
Nonce.nonce_generate_and_add() | |
Nonce.nonce__new() | |
got nonce: 99cd7247dd2d4488abd3ef7198bb19f3 | |
DBStore.nonce_add(99cd7247dd2d4488abd3ef7198bb19f3) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Cucumber Feature Report</title> | |
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css" > | |
<style type="text/css"> | |
.panel-heading { | |
padding: 0; | |
} |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!SESSION 2020-11-20 11:05:57.657 ----------------------------------------------- | |
eclipse.buildId=unknown | |
java.version=1.8.0_202 | |
java.vendor=Oracle Corporation | |
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US | |
Command-line arguments: -data /home/luke/.emacs.d/workspace/ | |
This is a continuation of log file /home/luke/dotfiles/etc/emacs.d/workspace/.metadata/.bak_0.log | |
Created Time: 2020-11-20 11:06:00.906 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Debugger entered--Lisp error: (error "The connected server(s) does not support method textDocument/documentHighlight\nTo find out what capabilities support your server use ‘M-x lsp-describe-session’ and expand the capabilities section.") | |
signal(error ("The connected server(s) does not support method textDocument/documentHighlight\nTo find out what capabilities support your server use ‘M-x lsp-describe-session’ and expand the capabilities section.")) | |
error("The connected server(s) does not support method %s\nTo find out what capabilities support your server use `M-x lsp-describe-session' and expand the capabilities section." "textDocument/documentHighlight") | |
lsp--send-request-async((:jsonrpc "2.0" :method "textDocument/documentHighlight" :params (:textDocument (:uri "file:///home/luke/work/projects/bruc-testcases/src/test/java/int_/nato/ncia/majiic/testing/testng/cucumber/UTPasswordCallbackHandler.java") :position (:line 0 :character 0))) lsp--document-highlight-callback tick nil nil :highlights) | |
lsp-r |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
luke@luke-new-laptop:~/fun/blackberry/wget-1.19$ sh bb10_compile | |
make all-recursive | |
make[1]: Entering directory '/home/luke/fun/blackberry/wget-1.19' | |
Making all in lib | |
make[2]: Entering directory '/home/luke/fun/blackberry/wget-1.19/lib' | |
make all-recursive | |
make[3]: Entering directory '/home/luke/fun/blackberry/wget-1.19/lib' | |
make[4]: Entering directory '/home/luke/fun/blackberry/wget-1.19/lib' | |
CC base32.o | |
CC binary-io.o |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1) Error : NCIA.CCIF.CSDQuery.ClientServiceLibrary.CSDQueryHelperTest.GetCapabilitiesTest | |
System.ServiceModel.EndpointNotFoundException : There was no endpoint listening at http://csd-query-service.docker-cdte. | |
nu.majiic2/CSDQueryService that could accept the message. This is often caused by an incorrect address or SOAP action. S | |
ee InnerException, if present, for more details. | |
----> System.Net.WebException : The remote name could not be resolved: 'csd-query-service.docker-cdte.nu.majiic2' | |
Server stack trace: | |
at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() | |
at System.ServiceModel.Channels.HttpOutput.Send(TimeSpan timeout) | |
at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.SendRequest(Message messag |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://www.holandaevoce.nl/o-seu-pais-e-os-paises-baixos/portugal/viajar-e-viver/lista-de-tradutores-e-interpretes |
NewerOlder