-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Keystone in CRIB #14326
base: develop
Are you sure you want to change the base?
Keystone in CRIB #14326
Changes from all commits
48f5f91
11f32e9
80523fe
cd6d861
a2a3c29
d7b7081
d98f548
f5ee544
bb138d2
7b43199
09874a5
2172e06
620cb39
7627829
b959698
32f48cf
13e7396
637e8ea
41f0e72
7a2ce4f
e56d314
d369298
9208dae
8db8f46
0540f1b
21a10de
2dbd69c
780f986
1d274cc
5410d20
b0b182b
9972924
7dfa9d6
3295aaa
ce5687f
086f0a0
c55811f
487b2f0
d1dc8b7
55b2dd7
dc1f874
502903b
844477e
14b1e74
f01c252
6bd18c0
95d69bd
e315b96
171a953
20a1c7e
1fd4abd
987197d
a104e3d
77ea1d0
d9d25bc
88448af
7138e93
7f2768e
6e6375b
57c89b0
9965574
c7b9512
d77f141
7e3c78f
dd1d920
f3f5d60
b1558bd
0248f10
499d27f
1bb5605
3d69400
7b7ca44
47f93b9
779a060
b4aada0
e63bca3
6107529
254d4f2
403b135
31bab6c
8a91cf2
541ea0e
f86f770
74d7e9b
b42d0b1
8e7d9d5
6d230da
a524394
aeed963
9168733
39fa035
9f251f0
82c30fa
19404f1
3386abc
c5a8411
62f9939
ed1151c
cd8b4a6
47bd57a
ee094d8
da696fd
7d875dc
3deac1d
cb46afc
987b8b5
0eb1a29
f0c9fff
8626cab
376a354
a84d5d2
83b9d34
e27c821
e6c4a3c
4aea6f7
de1a8f5
a05aab5
f4bb112
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"chainlink": minor | ||
--- | ||
|
||
#internal Add unexposed shell cmd for updating a bridge |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,13 +15,9 @@ type command interface { | |
|
||
func main() { | ||
commands := []command{ | ||
src.NewDeployContractsCommand(), | ||
src.NewDeployJobSpecsCommand(), | ||
src.NewGenerateCribClusterOverridesCommand(), | ||
src.NewDeleteJobsCommand(), | ||
src.NewProvisionKeystoneCommand(), | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. For reviewers: This is the main entrypoint, CRIB scripts call into this command only to provision everything. All other commands below are essentially subcmds of this one |
||
src.NewDeployAndInitializeCapabilitiesRegistryCommand(), | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @cedric-cordenier Can we remove this? I kept it around because I wasnt sure if the team needs this. |
||
src.NewDeployWorkflowsCommand(), | ||
src.NewDeleteWorkflowsCommand(), | ||
src.NewToolkit(), | ||
} | ||
|
||
commandsList := func(commands []command) string { | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needed to add this since CRIB can run locally via kind, which uses https but a locally generated cert