Skip to content

Commit

Permalink
OCI_USERNAME and OCI_PASSWORD are not required
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Hros <[email protected]>
  • Loading branch information
chess-knight committed Sep 3, 2024
1 parent 6149136 commit 8ac59fe
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 22 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ jobs:
ENCODED_CLOUDS_YAML: ${{ secrets.ENCODED_CLOUDS_YAML }}
OCI_REGISTRY: registry.dnation.cloud
OCI_REPOSITORY: registry.dnation.cloud/csctl-oci/openstack
OCI_USERNAME: ${{ secrets.OCI_USERNAME }}
OCI_PASSWORD: ${{ secrets.OCI_PASSWORD }}
run: make test-integration

# - name: Create Report
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.21.6
toolchain go1.22.1

require (
github.com/SovereignCloudStack/cluster-stack-operator v0.1.0-alpha.6.0.20240828081204-d479eab19273
github.com/SovereignCloudStack/cluster-stack-operator v0.1.0-alpha.6.0.20240903090140-7bf22037ef1f
github.com/gophercloud/gophercloud/v2 v2.0.0-beta.2
github.com/gophercloud/utils/v2 v2.0.0-20240305212012-b57aefba4cdb
github.com/onsi/ginkgo/v2 v2.19.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ github.com/Masterminds/sprig/v3 v3.2.3 h1:eL2fZNezLomi0uOLqjQoN6BfsDD+fyLtgbJMAj
github.com/Masterminds/sprig/v3 v3.2.3/go.mod h1:rXcFaZ2zZbLRJv/xSysmlgIM1u11eBaRMhvYXJNkGuM=
github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 h1:wPbRQzjjwFc0ih8puEVAOFGELsn1zoIIYdxvML7mDxA=
github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8/go.mod h1:I0gYDMZ6Z5GRU7l58bNFSkPTFN6Yl12dsUlAZ8xy98g=
github.com/SovereignCloudStack/cluster-stack-operator v0.1.0-alpha.6.0.20240828081204-d479eab19273 h1:HtnEWP9sKVxm8gQrN+93kh+SyfXMzbdKk/p/xLKttoA=
github.com/SovereignCloudStack/cluster-stack-operator v0.1.0-alpha.6.0.20240828081204-d479eab19273/go.mod h1:eERjYBSOckgJ6Z2bUW1RxR3dh6bRVxUq6LWIHkIKu/k=
github.com/SovereignCloudStack/cluster-stack-operator v0.1.0-alpha.6.0.20240903090140-7bf22037ef1f h1:bgBR0rzQHJrkZWlkDQD4/872bTEo4AFkuOtBgLMYh0w=
github.com/SovereignCloudStack/cluster-stack-operator v0.1.0-alpha.6.0.20240903090140-7bf22037ef1f/go.mod h1:eERjYBSOckgJ6Z2bUW1RxR3dh6bRVxUq6LWIHkIKu/k=
github.com/antlr4-go/antlr/v4 v4.13.0 h1:lxCg3LAv+EUK6t1i0y1V6/SLeUi0eKEKdhQAlS8TVTI=
github.com/antlr4-go/antlr/v4 v4.13.0/go.mod h1:pfChB/xh/Unjila75QW7+VU4TSnWnnk9UTnmpPaOR2g=
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 h1:DklsrG3dyBCFEj5IhUbnKptjxatkF07cF2ak3yi77so=
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ github.com/ProtonMail/go-crypto/openpgp/internal/ecc
github.com/ProtonMail/go-crypto/openpgp/internal/encoding
github.com/ProtonMail/go-crypto/openpgp/packet
github.com/ProtonMail/go-crypto/openpgp/s2k
# github.com/SovereignCloudStack/cluster-stack-operator v0.1.0-alpha.6.0.20240828081204-d479eab19273
# github.com/SovereignCloudStack/cluster-stack-operator v0.1.0-alpha.6.0.20240903090140-7bf22037ef1f
## explicit; go 1.21
github.com/SovereignCloudStack/cluster-stack-operator/pkg/assetsclient
github.com/SovereignCloudStack/cluster-stack-operator/pkg/assetsclient/fake
Expand Down

0 comments on commit 8ac59fe

Please sign in to comment.