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

Rename the ClowdApp to kessel-relations-api #159

Merged
merged 1 commit into from
Sep 18, 2024

Conversation

gwenneg
Copy link
Contributor

@gwenneg gwenneg commented Sep 10, 2024

PR Template:

Describe your changes

Related to project-kessel/inventory-api#110

  • This PR renames pods in OpenShift from relations-relations to kessel-relations-api and relations-spicedb-spicedb to kessel-relations-spicedb-spicedb. I'm not sure where the extra -spicedb comes from, so it'll remain in the name for now.

Ticket reference (if applicable)

Fixes #

Checklist

  • Are the agreed upon acceptance criteria fulfilled?

  • Was the 4-eye-principle applied? (async PR review, pairing, ensembling)

  • Do your changes have passing automated tests and sufficient observability?

  • Are the work steps you introduced repeatable by others, either through automation or documentation?

    • If automation is possible but not done due to other constraints, a ticket to the tech debt sprint is added
    • An SOP (Standard Operating Procedure) was created
  • The Changes were automatically built, tested, and - if needed, behind a feature flag - deployed to our production environment. (Please check this when the new deployment is done and you could verify it.)

  • Are the agreed upon coding/architectural practices applied?

  • Are security needs fullfilled? (e.g. no internal URL)

  • Is the corresponding Ticket in the right state? (should be on "review" now, put to done when this change made it to production)

  • For changes to the public API / code dependencies: Was the whole team (or a sufficient amount of ppl) able to review?

@@ -36,13 +36,12 @@ objects:
kind: ClowdApp
metadata:
name: ${CLOWDAPP_NAME}
namesapce: ${NAMESPACE}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Not only was that not needed, but the key also contained a typo.

@@ -147,12 +147,9 @@ objects:
enabled: true
apiPath: authz
parameters:
- description: Name of the ClowdApp
name: CLOWDAPP_NAME
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This wasn't used.

name: ENV_NAME
value: ${ENV_NAME}
- description: Namespace to deploy into
name: NAMESPACE
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is no longer needed. To be removed from app-interface.

@gwenneg gwenneg marked this pull request as ready for review September 18, 2024 06:34
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This file is used in stage.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This file is used in ephemeral.

@Rajagopalan-Ranganathan
Copy link
Contributor

/lgtm @gwenneg feel free to merge it

@gwenneg gwenneg merged commit 61c8e64 into project-kessel:main Sep 18, 2024
10 of 11 checks passed
@gwenneg gwenneg deleted the clowdapp-template branch September 18, 2024 19:05
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