Skip to content

Commit

Permalink
👻 Update hack add data for identity (#724)
Browse files Browse the repository at this point in the history
Using the hack/add data is convenient way to populate a new dev
environment. The identity script did not create valid identities. Fields
that needed to change to match current expectations have been made.

Now these identities will show up when they're attached to an
application.

Signed-off-by: Scott J Dickerson <sdickers@redhat.com>
  • Loading branch information
sjd78 committed Jul 16, 2024
1 parent b37f7f1 commit 50c64fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/add/identity.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ host="${HOST:-localhost:8080}"

curl -X POST ${host}/identities -d \
'{
"kind": "git",
"kind": "source",
"name":"test-git",
"description": "Forklift",
"user": "userA",
Expand All @@ -15,7 +15,7 @@ curl -X POST ${host}/identities -d \

curl -X POST ${host}/identities -d \
'{
"kind": "mvn",
"kind": "maven",
"name":"test-mvn",
"description": "Forklift",
"user": "userA",
Expand Down

0 comments on commit 50c64fc

Please sign in to comment.