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

IAM-825: upgrade openfga to latest v1.5.2 #5

Merged
merged 3 commits into from
Apr 8, 2024
Merged

IAM-825: upgrade openfga to latest v1.5.2 #5

merged 3 commits into from
Apr 8, 2024

Conversation

shipperizer
Copy link
Contributor

@shipperizer shipperizer commented Apr 8, 2024

IAM-825: bump openfga to latest version

checks

  • verified working juju deployment
shipperizer in ~/shipperizer/canonical-identity-platform-docs on main ● λ juju status
Model  Controller          Cloud/Region        Version  SLA          Timestamp
test   microk8s-localhost  microk8s/localhost  3.1.7    unsupported  12:39:31+02:00

App             Version  Status  Scale  Charm           Channel    Rev  Address        Exposed  Message
openfga-k8s              active      1  openfga-k8s                  0  10.152.183.92  no       
postgresql-k8s  14.10    active      1  postgresql-k8s  14/stable  193  10.152.183.48  no       Primary

Unit               Workload  Agent  Address       Ports  Message
openfga-k8s/0*     active    idle   10.1.245.136         
postgresql-k8s/0*  active    idle   10.1.245.185         Primary
  • verified correct functioning of the API
shipperizer in ~/shipperizer/canonical-identity-platform-docs on main ● λ fga --api-token WbBpztl6pkhiwjtftaudPOMZEP2u5RlmT7Q_yL8C4QA --api-url http://127.0.0.1:8080 store create --name admin
{
  "store": {
    "created_at":"2024-04-08T10:39:05.198445Z",
    "id":"01HTYMMHFDTBCFS5XS79D5PXZG",
    "name":"admin",
    "updated_at":"2024-04-08T10:39:05.198445Z"
  }
}
shipperizer in ~/shipperizer/canonical-identity-platform-docs on main ● λ fga --api-token WbBpztl6pkhiwjtftaudPOMZEP2u5RlmT7Q_yL8C4QA --api-url http://127.0.0.1:8080 store list               
{
  "continuation_token":"",
  "stores": [
    {
      "created_at":"2024-04-08T10:38:40.321283Z",
      "id":"01HTYMKS5Z7G3HS4RG2NJHD5R4",
      "name":"admin",
      "updated_at":"2024-04-08T10:38:40.321283Z"
    },
    {
      "created_at":"2024-04-08T10:39:05.198445Z",
      "id":"01HTYMMHFDTBCFS5XS79D5PXZG",
      "name":"admin",
      "updated_at":"2024-04-08T10:39:05.198445Z"
    }
  ]
}

@shipperizer shipperizer requested a review from a team as a code owner April 8, 2024 09:27
@shipperizer shipperizer self-assigned this Apr 8, 2024
@shipperizer shipperizer changed the title feat: upgrade openfga to latest v1.5.2 IAM-825: upgrade openfga to latest v1.5.2 Apr 8, 2024
BarcoMasile
BarcoMasile previously approved these changes Apr 8, 2024
nsklikas
nsklikas previously approved these changes Apr 8, 2024
BarcoMasile
BarcoMasile previously approved these changes Apr 8, 2024
@shipperizer shipperizer dismissed stale reviews from BarcoMasile and nsklikas via d5fdddf April 8, 2024 12:54
@shipperizer shipperizer merged commit 0b96458 into main Apr 8, 2024
2 checks passed
@shipperizer shipperizer deleted the IAM-825 branch April 8, 2024 12:58
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.

3 participants