You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, it is possible to add datasets with namespaces "no.met.dev" and "no.met.staging" in the production env. This should not be allowed. We need to update dmci to only insert datasets with complies with namespaces defined in the config file. So;
Prod should only accept no.met
Staging should only accept no.met.staging and no.met
Dev should only accept no.met.dev and no.met
The text was updated successfully, but these errors were encountered:
Currently, it is possible to add datasets with namespaces "no.met.dev" and "no.met.staging" in the production env. This should not be allowed. We need to update dmci to only insert datasets with complies with namespaces defined in the config file. So;
no.met
no.met.staging
andno.met
no.met.dev
andno.met
The text was updated successfully, but these errors were encountered: