zowe / docs-site

Documentation for the Zowe project
https://docs.zowe.org/
Creative Commons Attribution 4.0 International
71 stars 133 forks source link

Add missing block in AT-TLS configuration #3994

Closed pablocarle closed 4 days ago

pablocarle commented 1 week ago

Describe your pull request here:

List the file(s) included in this PR:

github-actions[bot] commented 1 week ago

:smiley_cat: Thank you for creating this PR! To publish your content to Zowe Docs, follow these required steps.

Need help? Contact the Doc Squad in the #zowe-doc Slack channel.

github-actions[bot] commented 1 week ago

🚀 Deployed on https://673c5a54ecb9010ad80dc4b3--zowe-docs-master.netlify.app

taban03 commented 1 week ago

I'd also add example of the TTLSKeyringParms parameter block that is currently missing in the doc. I.E.

{
    ...
    TTLSKeyringParmsRef ZoweKeyring
}

TTLSKeyringParms ZoweKeyring
{
  Keyring ZOWERING
}
taban03 commented 1 week ago

I've also noted that TTLSSignatureParms is not documented anywhere. Is it always required?

pablocarle commented 1 week ago

TTLSSignatureParms

I believe this can be removed, can you also confirm in your setup? We should aim at the simplest setup possible

pablocarle commented 1 week ago

I'd also add example of the TTLSKeyringParms parameter block that is currently missing in the doc. I.E.

{
    ...
    TTLSKeyringParmsRef ZoweKeyring
}

TTLSKeyringParms ZoweKeyring
{
  Keyring ZOWERING
}

Thanks, I'll check this one and add it

taban03 commented 1 week ago
TTLSConnectionAction ClientConnectionAction  
{  
  HandshakeRole Client  
  TTLSCipherParmsRef CipherParms  
  TTLSConnectionAdvancedParmsRef ConnectionAdvancedParms  
  CertificateLabel  
}

Is CertificateLabel required? Also, it looks it misses the value

taban03 commented 1 week ago
TTLSConnectionAdvancedParms ApimlClientX509ConnAdvParms
{
  ApplicationControlled Off
  CertificateLabel Zowe Server
  SecondaryMap Off
}

ApplicationControlled Off is missing in our internal setup. Maybe that won't be necessary.

taban03 commented 1 week ago

ClientEnvironmentAdvParms and ServerEnvironmentAdvParms are also not documented.

pablocarle commented 4 days ago

ClientEnvironmentAdvParms and ServerEnvironmentAdvParms are also not documented.

these are documented in the full example