-
Notifications
You must be signed in to change notification settings - Fork 3k
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
v0.10.0 doesn't create 'auth-secrets' secret when metadata_service_authentication is enabled in the helm chart #7508
Comments
I created an issue for this in the DataHub Helm repo as well: acryldata/datahub-helm#265 |
Any updates on this? |
Any updates on this? We are seeing exactly same issue. |
This issue is stale because it has been open for 30 days with no activity. If you believe this is still an issue on the latest DataHub release please leave a comment with the version that you tested it with. If this is a question/discussion please head to https://slack.datahubproject.io. For feature requests please use https://feature-requests.datahubproject.io |
Same issue here |
This issue is stale because it has been open for 30 days with no activity. If you believe this is still an issue on the latest DataHub release please leave a comment with the version that you tested it with. If this is a question/discussion please head to https://slack.datahubproject.io. For feature requests please use https://feature-requests.datahubproject.io |
This issue was closed because it has been inactive for 30 days since being marked as stale. |
Describe the bug
We've been trying to install the latest 0.10.0 version of DataHub and we feel there is a bug. We currently have enabled the metadata_service_authentication flag in the value.yaml in the helm installation. We are now moving to 0.10.0 using chart version 0.2.154.
When metadata_service_authentication value is true, the system-update job fails with the CreateConfigError since the 'datahub-auth-secrets' secret doesn't get created. On the other hand, if we put metadata_service_authentication as false, the system update job passes and the secret is also created successfully.
Maybe an issue with the helm templates which creates the secret. Unsure about the root cause, but I think this could be a potential problem.
Please let me know if this is the desired behavior or we are missing something.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Datahub should have installed successfully without any errors
The text was updated successfully, but these errors were encountered: