Skip to content

Commit

Permalink
Merge branch 'v3' into permission-manager
Browse files Browse the repository at this point in the history
  • Loading branch information
kian99 authored Jan 8, 2025
2 parents 64db740 + af73643 commit 7022a6c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions internal/jujuclient/applicationoffers.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024 Canonical.
// Copyright 2025 Canonical.

package jujuclient

Expand Down Expand Up @@ -209,9 +209,7 @@ func (c Connection) GetApplicationOfferConsumeDetails(ctx context.Context, user
OfferURLs: []string{info.Offer.OfferURL},
BakeryVersion: v,
},
// Do not include a user in the args, Juju will opt to use the user authenticated in the connection.
// There is a bug where setting the user tag does not behave as expected.
UserTag: "",
UserTag: user.String(),
}

resp := jujuparams.ConsumeOfferDetailsResults{
Expand Down

0 comments on commit 7022a6c

Please sign in to comment.