Skip to content
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

Updated infield standard config to latest changes #822

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

ronpal
Copy link
Collaborator

@ronpal ronpal commented Aug 12, 2024

Description

Please describe the change you have made.

Checklist

skipOnVersionConflict: false
replace: true
nodes:
- space: cognite_app_data # should we have a separate space to avoid users overwriting config?
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@danlevings I believe @erikangelsen-cognite had a concern regarding allowing users access to this space and the risk of corrupting the config

Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
- space: cognite_app_data # should we have a separate space to avoid users overwriting config?
- space: cognite_app_config_data

Talked to Dan and we want to add a new space for holding config data

Copy link

github-actions bot commented Aug 12, 2024

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
10510 7538 72% 60% 🟢

New Files

No new covered files...

Modified Files

No covered modified files...

updated for commit: 2451e04 by action🐍

Copy link
Contributor

@erikangelsen-cognite erikangelsen-cognite left a comment

Choose a reason for hiding this comment

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

  • Did we setup the creation of 'application-configurators' group ? None of these groups now has the access to write config data.
  • Should this PR also hold the module changes for writing location to ADS?

@@ -95,6 +95,6 @@ capabilities:
spaceIdScope: {
spaceIds: [
'cognite_app_data', # this space must be created to store user profile information
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
'cognite_app_data', # this space must be created to store user profile information
'cognite_app_data', # this space must be created to store user profile information
'cognite_app_config_data', # this space must be created to store config data

@@ -95,6 +95,6 @@ capabilities:
spaceIdScope: {
spaceIds: [
'cognite_app_data', # this space must be created to store user profile information
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
'cognite_app_data', # this space must be created to store user profile information
'cognite_app_data', # this space must be created to store user profile information
'cognite_app_config_data', # this space must be created to store config data

@@ -95,6 +95,6 @@ capabilities:
spaceIdScope: {
spaceIds: [
'cognite_app_data', # this space must be created to store user profile information
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
'cognite_app_data', # this space must be created to store user profile information
'cognite_app_data', # this space must be created to store user profile information
'cognite_app_config_data', # this space must be created to store config data

Copy link
Contributor

Choose a reason for hiding this comment

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

Also add it to the read only group, didnt have the option to suggest it.

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.

2 participants