-
Notifications
You must be signed in to change notification settings - Fork 499
Update tls.md with correct keys in certConfig
#1075
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
docs/tls.md
Outdated
| - commonName: By default this is set to a wild card domain name as per [Kubernetes StatefulSet Pod Identity](https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/#pod-identity). Set it any other value as per your requirements. | ||
|
|
||
| - organizationName: By default set to `system:node`. Change it to the name of your organization. | ||
| - organizationName: By default set to list `[system, node]`. Change it to the name of your organization. Any value added under this section will be appended to the list of existing organization names. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - organizationName: By default set to list `[system, node]`. Change it to the name of your organization. Any value added under this section will be appended to the list of existing organization names. | |
| - organizationName: By default set to list `["system:node"]`. Change it to the name of your organization. Any value added under this section will be appended to the list of existing organization names. |
we do set the default to system:nodes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch; updated. I was wrong about the name being appended too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dvaldivia Looking at https://github.com/minio/operator/blob/master/docs/crd.adoc#k8s-api-github-com-minio-operator-pkg-apis-minio-min-io-v2-certificateconfig
What is the actual example here - e.g.
certConfig:
organizationName:
- "somestring"
- "another string"
- "<system>"
- "<node>"
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is fine, but @dvaldivia it might be good for us to have an actual example of organizationName at some point. But that doesn't have to be now.
|
Thanks for your contribution @tobiasmcnulty |
No description provided.