Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@tobiasmcnulty
Copy link
Contributor

No description provided.

dvaldivia
dvaldivia previously approved these changes Mar 29, 2022
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.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- 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

Copy link
Contributor Author

@tobiasmcnulty tobiasmcnulty Mar 29, 2022

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.

Copy link
Contributor

@ravindk89 ravindk89 left a 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>"

?

Copy link
Contributor

@ravindk89 ravindk89 left a 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.

@dvaldivia dvaldivia merged commit 0d26a5e into minio:master Mar 31, 2022
@dvaldivia
Copy link
Collaborator

Thanks for your contribution @tobiasmcnulty

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