ansible-collections / ansible-collections/google.cloud

Problem when using authentication with "service_account_contents"

Open
#746 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
105
Forks
144
Avg merge
5d 10h
Merged PRs (30d)
4

Description

##### SUMMARY
When i use authentication with "service_account_contents", many importants fields came with "*********", like 'selfLink' in gcp_compute_network_info module response. This is a problem because the network 'selfLink', for example, will go to use like input in gcp_compute_instance, and with "********" in response is there error. This field is not a confidential information, and can to be show.

##### ISSUE TYPE
- Bug Report

##### COMPONENT NAME
google.cloud.gcp_compute_network_info:

##### ANSIBLE VERSION
ansible [core 2.18.7]

##### OS / ENVIRONMENT
Redhat 9.7

Contributor guide

Open the contributing guide

Research direction

Start with the google.cloud.gcp_compute_network_info module and the authentication path used by service_account_contents. Reproduce the response and trace where fields such as selfLink become masked; done means non-confidential fields remain usable as inputs while confidential values stay protected, with regression coverage for the behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
google-cloud, python
Domain
cloud
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.