Skip to content

Instantly share code, notes, and snippets.

View chilcano's full-sized avatar
🎯
Focusing

Roger Carhuatocto chilcano

🎯
Focusing
View GitHub Profile
@chilcano
chilcano / scenario1_UTOverTransport.xml
Last active August 29, 2015 14:19
Username Token over Transport - Security WS-Policy
<wsp:Policy wsu:Id="UTOverTransport"
xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"
xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy">
<wsp:ExactlyOne>
<wsp:All>
<sp:TransportBinding xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
<wsp:Policy>
<sp:TransportToken>
<wsp:Policy>
<sp:HttpsToken RequireClientCertificate="false"/>
@chilcano
chilcano / scenario1_UTOverTransport_HTTP.xml
Last active August 29, 2015 14:19
Username Token over Transport - Security WS-Policy with HTTP support added
<wsp:Policy wsu:Id="UTOverTransport_with_HTTP"
xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"
xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy">
<wsp:ExactlyOne>
<wsp:All>
<!-- The 'sp:TransportBinding' section was removed to add HTTP support -->
<sp:SignedSupportingTokens
xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
<wsp:Policy>
<sp:UsernameToken
@chilcano
chilcano / wso2esb-rabbitmq-message-store-readme
Created July 5, 2015 23:39
wso2esb-rabbitmq-message-store readme
How to check the sourcecode and configuration
---------------------------------------------
Follow the next commands:
$ mkdir wso2esb-rabbitmq-message-store
$ cd wso2esb-rabbitmq-message-store
$ git pull https://github.com/Chilcano/wso2esb-rabbitmq-message-store.git
$ mvn clean install
$ mvn exec:java -Dexec.mainClass="com.chakray.chilcano.wso2.rabbitmq.sample.HelloRabbitMQ"
@chilcano
chilcano / code-server-3.5.0-raspberry-pi-raspbian-buster-installation-log
Last active September 17, 2020 07:29
Code-Server 3.5.0 on Raspberry Pi (raspbian-buster) LOGS
$ . code_server_install_rpi.sh -v=3.5.0
##########################################################
# Installing Code-Server on Raspberry Pi #
##########################################################
>> Adding APT NodeJS repo.
## Installing the NodeSource Node.js 14.x repo...