Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
emitchj authored Sep 12, 2022
1 parent 141b2e5 commit b357f45
Show file tree
Hide file tree
Showing 53 changed files with 552 additions and 1 deletion.
16 changes: 16 additions & 0 deletions XML Samples/adminCenter.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<server description="Admin Center">

<!-- Enable features -->
<featureManager>
<feature>adminCenter-1.0</feature>
</featureManager>

<remoteFileAccess>
<writeDir>${server.config.dir}</writeDir>
</remoteFileAccess>

<administrator-role>
<user>Fred</user>
</administrator-role>

</server>
1 change: 1 addition & 0 deletions XML Samples/apiRequester.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<server description="API Requester"> <!-- Enable features --> <featureManager> <feature>zosconnect:apiRequester-1.0</feature> </featureManager> <zosconnect_services /> <zosconnect_endpointConnection id="mqapi" host="http://wg31.washington.ibm.com" port="9120" basicAuthRef="myBasicAuth" connectionTimeout="10s" receiveTimeout="20s" /> <zosconnect_endpointConnection id="fileaAPI" host="http://wg31.washington.ibm.com" port="9120" basicAuthRef="myBasicAuth" connectionTimeout="10s" receiveTimeout="20s" /> <zosconnect_endpointConnection id="cscvincAPI" host="http://wg31.washington.ibm.com" port="9120" basicAuthRef="myBasicAuth" connectionTimeout="10s" receiveTimeout="20s" /> <zosconnect_endpointConnection id="miniloancicsAPI" host="http://wg31.washington.ibm.com" port="9120" basicAuthRef="myBasicAuth" connectionTimeout="10s" receiveTimeout="20s" /> <zosconnect_authData id="myBasicAuth" user="Fred" password="fredpwd" /></server>
Expand Down
1 change: 1 addition & 0 deletions XML Samples/apiRequesterHTTPS.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<server description="API Requester"> <!-- Enable features --> <featureManager> <feature>zosconnect:apiRequester-1.0</feature> </featureManager> <zosconnect_apiRequesters location="/var/zcee/shared/apiRequesters" idAssertion="ASSERT_ONLY"> <apiRequester name="cscvinc_1.0.0" requireSecure="true"/> </zosconnect_apiRequesters> <zosconnect_endpointConnection id="mqapi" host="http://wg31.washington.ibm.com" port="9443" connectionTimeout="10s" receiveTimeout="20s" /> <zosconnect_endpointConnection id="cscvincAPI" host="https://wg31.washington.ibm.com" port="9443" connectionTimeout="10s" receiveTimeout="20s" /> <zosconnect_endpointConnection id="miniloancicsAPI" host="https://wg31.washington.ibm.com" port="9443" connectionTimeout="10s" receiveTimeout="20s" /> <zosconnect_endpointConnection id="cscvincAPI" host="https://wg31.washington.ibm.com" port="9443" connectionTimeout="10s" receiveTimeout="20s" /></server>
Expand Down
1 change: 1 addition & 0 deletions XML Samples/apiRequesterTrace.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?xml version="1.0" encoding="UTF-8"?><server description="API Requester trace"><logging traceSpecification=" zosConnectApiRequester=all: zosConnectServiceCics=all: com.ibm.ws.security.*=all: SSLChannel=all: SSL=all: zosConnectSaf=all: com.ibm.zosconnect.wv*=FINEST: zosConnect=all "/></server>
Expand Down
19 changes: 19 additions & 0 deletions XML Samples/atssaf.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<server description="new server">

<!-- Enable features -->
<featureManager>
<feature>appSecurity-2.0</feature>
<feature>zosSecurity-1.0</feature>
</featureManager>

<keyStore id="defaultKeyStore" password="Liberty"/>

<webAppSecurity allowFailOverToBasicAuth="true" />

<safRegistry id="saf" />
<safAuthorization racRouteLog="ASIS" />
<safCredentials unauthenticatedUser="ZCGUEST"
profilePrefix="ATSZDFLT" />

</server>
17 changes: 17 additions & 0 deletions XML Samples/audit.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<server description="group security">

<zosconnect_zosConnectManager
globalInterceptorsRef="interceptorList_g"/>

<zosconnect_authorizationInterceptor id="auth"
safCacheTimeout="600"/>

<zosconnect_auditInterceptor id="audit"
apiRequesterSmfVersion="2"
apiProviderSmfVersion="2"/>

<zosconnect_zosConnectInterceptors id="interceptorList_g"
interceptorRef="audit"/>

</server>
22 changes: 22 additions & 0 deletions XML Samples/basicSecurity.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<server description="basic security">

<!-- Enable features -->
<featureManager>
<feature>appSecurity-2.0</feature>
</featureManager>

<keyStore id="defaultKeyStore" password="Liberty"/>

<webAppSecurity allowFailOverToBasicAuth="true" />

<basicRegistry id="basic1" realm="zosConnect">
<user name="Fred" password="fredpwd" />
</basicRegistry>

<authorization-roles id="zos.connect.access.roles">
<security-role name="zosConnectAccess">
<user name="Fred"/>
</security-role>
</authorization-roles>

</server>
11 changes: 11 additions & 0 deletions XML Samples/cics.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<server description="CICS IPIC connections">

<!-- Enable features -->
<featureManager>
<feature>zosconnect:cics-1.0</feature>
</featureManager>

<zosconnect_cicsIpicConnection id="cicsConn" host="${CICS_HOST}"
port="${CICS_PORT}" />

</server>
11 changes: 11 additions & 0 deletions XML Samples/cicsIpic.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<server description="CICS IPIC connections">

<!-- Enable features -->
<featureManager>
<feature>zosconnect:cics-1.0</feature>
</featureManager>

<zosconnect_cicsIpicConnection id="cicsConn" host="${CICS_HOST}"
port="${CICS_PORT}" />

</server>
1 change: 1 addition & 0 deletions XML Samples/cicsTrace.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?xml version="1.0" encoding="UTF-8"?><server description="CICS trace"><logging traceSpecification=" zosConnectServiceCics=all: com.ibm.zosconnect.wv*=FINEST: zosConnect=all "/></server>
Expand Down
13 changes: 13 additions & 0 deletions XML Samples/cors.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<server description="CICS trace">

<!-- add cors to allow cross origin access, e.g. when using swagger doc from zOS Connect Enterprise Edition -->
<cors id="defaultCORSConfig"
domain="/"
allowedOrigins="*"
allowedMethods="GET, POST, PUT, DELETE, OPTIONS"
allowedHeaders="Origin, Content-Type, Authorization, Cache-Control, Expires, Pragma"
allowCredentials="true"
maxAge="3600"/>

</server>
1 change: 1 addition & 0 deletions XML Samples/db2.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<server description="DB2 REST"> <zosconnect_zosConnectServiceRestClientConnection id="Db2Conn" host="wg31.washington.ibm.com" port="2446" basicAuthRef="dsn2Auth" /> <zosconnect_zosConnectServiceRestClientBasicAuth id="dsn2Auth" userName="USER1" password="USER1"/></server>
Expand Down
1 change: 1 addition & 0 deletions XML Samples/db2Api3.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?xml version="1.0" encoding="UTF-8"?><server description="Default server"> <featureManager> <feature>zosconnect:db2-1.0</feature> </featureManager> <zosconnect_credential user="${DB2_USERNAME}" password="${DB2_PASSWORD}" id="commonCredentials" /> <zosconnect_db2Connection id="db2Conn" host="${DB2_HOST}" port="${DB2_PORT}" credentialRef="commonCredentials" /></server>
Expand Down
1 change: 1 addition & 0 deletions XML Samples/db2TLS.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<server description="DB2 REST"> <zosconnect_zosConnectServiceRestClientConnection id="Db2Conn" sslCertsRef="OutboundSSLSettings" host="wg31.washington.ibm.com" port="2445" basicAuthRef="dsn2Auth" /> <zosconnect_zosConnectServiceRestClientBasicAuth id="dsn2Auth" applName="DSN2APPL"/></server>
Expand Down
1 change: 1 addition & 0 deletions XML Samples/db2passTicket.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<server description="DB2 REST"> <zosconnect_zosConnectServiceRestClientConnection id="Db2Conn" host="wg31.washington.ibm.com" port="2446" basicAuthRef="dsn2Auth" /> <zosconnect_zosConnectServiceRestClientBasicAuth id="dsn2Auth" applName="DSN2APPL"/></server>
Expand Down
43 changes: 43 additions & 0 deletions XML Samples/dvs.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
<server description="new server">

<!-- Enable features -->
<featureManager>
<feature>usr:dvsProvider</feature>
<feature>zosLocalAdapters-1.0</feature>
</featureManager>

<!-- Adapter Details with WOLA Group Name (ZCEEDVM) -->
<zosLocalAdapters wolaName3="NAME3"
wolaName2="NAME2"
wolaGroup="ZCEEDVM"/>

<!-- DVS Service Details with Register Name (ZCEEDVM) -->
<zosconnect_zosConnectService invokeURI="/dvs"
serviceDescription=""
serviceRef="dvsService"
serviceName="dvsService"
id="zosConnectDvsService"/>

<usr_dvsService invokeURI="/dvs"
serviceName="DVSS1"
registerName="ZCEEDVM"
connectionFactoryRef="wolaCF"
id="dvsService"/>

<connectionFactory jndiName="eis/ola" id="wolaCF">
<properties.ola/>
</connectionFactory>

<zosconnect_zosConnectService serviceRef="svc1"
serviceAsyncRequestTimeout="600s"
serviceName="dvs1" id="sdef1"/>

<zosconnect_localAdaptersConnectService
connectionWaitTimeout="7200"
connectionFactoryRef="wolaCF"
serviceName="DVSS1"
registerName="ZCEEDVM"
id="svc1"/>

</server>
15 changes: 15 additions & 0 deletions XML Samples/features.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<server description="Additional Feaures">

<!-- Enable features -->
<featureManager>
<feature>adminCenter-1.0</feature>
<feature>restConnector-2.0</feature>
</featureManager>

<remoteFileAccess>
<readDir>/var/zcee/includes</readDir>
<readDir>/global/zosconnect/includes</readDir>
<writeDir>${server.config.dir}</writeDir>
</remoteFileAccess>

</server>
13 changes: 13 additions & 0 deletions XML Samples/filemgr.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<server description="new server">

<!-- Enable features -->
<featureManager>
<feature>filemanager:fmProvider-2.0</feature>
</featureManager>

<FileManager_Connection id="default"
runport="2800"
max_timeout="1800"/>

</server>
18 changes: 18 additions & 0 deletions XML Samples/groupAccess.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<server description="group security">

<zosconnect_zosConnectManager
globalInterceptorsRef="interceptorList_g"
globalAdminGroup="GMADMIN"
globalInvokeGroup="GMINVOKE"/>

<zosconnect_authorizationInterceptor id="auth" safCacheTimeout="600"/>

<zosconnect_auditInterceptor id="audit"
apiRequesterSmfVersion="2"
apiProviderSmfVersion="2"/>

<zosconnect_zosConnectInterceptors id="interceptorList_g"
interceptorRef="auth"/>

</server>
1 change: 1 addition & 0 deletions XML Samples/hats.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<server description="HATS"> <zosconnect_zosConnectServiceRestClientConnection id="HatsConn" host="wg31.washington.ibm.com" port="29080" /></server>
Expand Down
8 changes: 8 additions & 0 deletions XML Samples/httpEndpoint.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<server description="basic security">

<httpEndpoint id="defaultHttpEndpoint"
host="${hostName}"
httpPort="${httpPort}"
httpsPort="${httpsPort}" />

</server>
1 change: 1 addition & 0 deletions XML Samples/imsDBTrace.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?xml version="1.0" encoding="UTF-8"?><server description="IMS trace"><logging traceSpecification=" zosConnectServiceDb=all: com.ibm.ims.db.opendb=all: zosConnect=all "/></server>
Expand Down
1 change: 1 addition & 0 deletions XML Samples/imsDatabase.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<server description="IMS DATABASE"><featureManager> <feature>zosconnect:dbService-1.0</feature></featureManager><connectionFactory id="DFSIVPAConn"><properties.imsudbJLocal databaseName="DFSIVPA" datastoreName="IVP1" datastoreServer="wg31.washington.ibm.com" driverType="4" portNumber="5555" user="USER1" password="USER1" flattenTables="True"/></connectionFactory></server>
Expand Down
1 change: 1 addition & 0 deletions XML Samples/imsDatabasePassTicket.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<server description="IMS DATABASE"><featureManager> <feature>zosconnect:dbService-1.0</feature></featureManager><connectionFactory id="DFSIVPAConn"><properties.imsudbJLocal databaseName="DFSIVPA" datastoreName="IVP1" datastoreServer="wg31.washington.ibm.com" driverType="4" portNumber="5555" applicationName="IMSAPPL" flattenTables="True"/></connectionFactory></server>
Expand Down
1 change: 1 addition & 0 deletions XML Samples/imsTrace.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?xml version="1.0" encoding="UTF-8"?><server description="IMS trace"><logging traceSpecification=" com.ibm.ims.*=all: com.ibm.j2ca.RAIMSTM=all: com.ibm.zosconnect.wv*=FINEST: zosConnect=all "/></server>
Expand Down
1 change: 1 addition & 0 deletions XML Samples/interceptor.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?xml version="1.0" encoding="UTF-8"?><server description="interceptor"> <!-- Enable features --> <featureManager> <feature>usr:sampleinterceptor-1.0</feature> </featureManager> <zosconnect_zosConnectManager globalInterceptorsRef="interceptorList_g" globalAdminGroup="GMADMIN" globalInvokeGroup="GMINVOKE"/> <zosconnect_zosConnectInterceptors id="interceptorList_g" interceptorRef="simpleInterceptor"/> <usr_simpleInterceptor id="simpleInterceptor"/> <zosconnect_zosConnectInterceptors id="interceptorList" interceptorRef="simpleInterceptor"/></server>
Expand Down
24 changes: 24 additions & 0 deletions XML Samples/ipic.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<server description="CICS IPIC connections">

<!-- Enable features -->
<featureManager>
<feature>zosconnect:cicsService-1.0</feature>
</featureManager>

<zosconnect_cicsIpicConnection id="catalog"
host="wg31.washington.ibm.com"
port="1491"/>

<zosconnect_cicsIpicConnection id="cscvinc"
host="wg31.washington.ibm.com"
port="1491"/>

<zosconnect_cicsIpicConnection id="miniloan"
host="wg31.washington.ibm.com"
port="1491"/>

<zosconnect_cicsIpicConnection id="miniloan1"
host="wg31.washington.ibm.com"
port="1491"/>

</server>
20 changes: 20 additions & 0 deletions XML Samples/ipicIDProp.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<server description="CICS IPIC ID propagation connections">

<!-- Enable features -->
<featureManager>
<feature>zosconnect:cicsService-1.0</feature>
</featureManager>

<zosconnect_cicsIpicConnection id="miniloan"
host="wg31.washington.ibm.com"
zosConnectNetworkid="MINILOAN"
zosConnectApplid="MINILOAN"
port="1443"/>

<zosconnect_cicsIpicConnection id="cscvinc"
host="wg31.washington.ibm.com"
zosConnectNetworkid="CSCVINC"
zosConnectApplid="CSCVINC"
port="1453"/>

</server>
18 changes: 18 additions & 0 deletions XML Samples/keyring.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<server description="ssl security">

<!-- Enable features -->
<featureManager>
<feature>transportSecurity-1.0</feature>
</featureManager>

<sslDefault sslRef="DefaultSSLSettings" />
<ssl id="DefaultSSLSettings"
keyStoreRef="CellDefaultKeyStore"
trustStoreRef="CellDefaultKeyStore" />
<keyStore id="CellDefaultKeyStore"
location="safkeyring:///Liberty.KeyRing"
password="password" type="JCERACFKS"
fileBased="false" readOnly="true" />

</server>
23 changes: 23 additions & 0 deletions XML Samples/keyringCurl.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<server description="mutual security">

<!-- Enable features -->
<featureManager>
<feature>transportSecurity-1.0</feature>
</featureManager>

<sslDefault sslRef="DefaultSSLSettings"
outboundSSLRef="DefaultSSLSettings" />

<ssl id="DefaultSSLSettings"
keyStoreRef="CellDefaultKeyStore"
trustStoreRef="CellDefaultKeyStore"
clientAuthenticationSupported="true"
clientAuthentication="false"/>

<keyStore id="CellDefaultKeyStore"
location="safkeyring:///Liberty.KeyRing"
password="password" type="JCERACFKS"
fileBased="false" readOnly="true" />

</server>
23 changes: 23 additions & 0 deletions XML Samples/keyringMutual.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<server description="mutual security">

<!-- Enable features -->
<featureManager>
<feature>transportSecurity-1.0</feature>
</featureManager>

<sslDefault sslRef="DefaultSSLSettings"
outboundSSLRef="DefaultSSLSettings" />

<ssl id="DefaultSSLSettings"
keyStoreRef="CellDefaultKeyStore"
trustStoreRef="CellDefaultKeyStore"
clientAuthenticationSupported="true"
clientAuthentication="true"/>

<keyStore id="CellDefaultKeyStore"
location="safkeyring:///Liberty.KeyRing"
password="password" type="JCERACFKS"
fileBased="false" readOnly="true" />

</server>
Loading

0 comments on commit b357f45

Please sign in to comment.