Skip to content

Conversation

@philgebhardt
Copy link
Contributor

@philgebhardt philgebhardt commented Jan 28, 2026

Background

An upcoming release of Gremlin and Chao will support configuring a client identity for TLS, facilitating mutual TLS (mTLS)

Change

  • Expose chao.tls.identity and gremlin.tls.identity objects for configuring a client identity certificate and private key
  • When enabled, add generation for chao and gremlin secrets to hold certificate and private key data

Test

  • unit tests for remoteSecret
  • unit tests for createSecret
  • unit tests for existingSecret
  • unit tests for multiple configurations

@philgebhardt philgebhardt marked this pull request as ready for review January 31, 2026 02:55
@philgebhardt philgebhardt requested review from a team as code owners January 31, 2026 02:55
## Background

An upcoming release of Gremlin and Chao will support configuring a client identity for TLS, facilitating mutual TLS (mTLS)

## Change

* Expose `chao.tls.identity` and `gremlin.tls.identity` objects for configuring a client identity certificate and private key
* When enabled, add generation for chao and gremlin secrets to hold certificate and private key data

# Test

- [x] unit tests for `remoteSecret`
- [x] unit tests for `createSecret`
- [x] unit tests for `existingSecret`
- [x] unit tests for multiple configurations
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants